2005-03-04 Joel Sherrill <joel@OARcorp.com>

* networking/decdriver.t: Make PCI initialize function part of the
	unified PCI API as pci_initialize().
This commit is contained in:
Joel Sherrill
2005-03-04 21:50:00 +00:00
parent 160b6b09dc
commit 5352c73759
2 changed files with 6 additions and 1 deletions

View File

@@ -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}