summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-03-04 21:50:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-03-04 21:50:00 +0000
commit5352c73759b658d4ac6a4307044de401b26b3c9d (patch)
tree3c4b8a5701ccc5be95f2e9cd46e74fc3630d06c1
parent2005-03-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-5352c73759b658d4ac6a4307044de401b26b3c9d.tar.bz2
2005-03-04 Joel Sherrill <joel@OARcorp.com>
* networking/decdriver.t: Make PCI initialize function part of the unified PCI API as pci_initialize().
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/networking/decdriver.t2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 6f67708b23..112ada6aa1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-04 Joel Sherrill <joel@OARcorp.com>
+
+ * networking/decdriver.t: Make PCI initialize function part of the
+ unified PCI API as pci_initialize().
+
2004-11-05 Joel Sherrill <joel@OARcorp.com>
PR 706/doc
diff --git a/doc/networking/decdriver.t b/doc/networking/decdriver.t
index 1c6c077c54..0559b8dc98 100644
--- a/doc/networking/decdriver.t
+++ b/doc/networking/decdriver.t
@@ -87,7 +87,7 @@ on a PowerPC target.
@c XXX add crossreference to PCI Register Figure
On RTEMS, a PCI API exists. We have used it to configure the board. After initializing
-this PCI module via the @code{pcib_init()} function, we try to detect
+this PCI module via the @code{pci_initialize()} function, we try to detect
the DEC21140 based ethernet board. This board is characterized by its Vendor
ID (0x1011) and its Device ID (0x0009). We give these arguments to the
@code{pcib_find_by_deviceid}