NetBSD/sys/arch/hpcmips
dyoung a33d02a149 Add to pci_bus_devorder() an argument that tells the number of slots
available in the devs array.  Change the type of the devs array from
char to uint8_t.  Treat the return value of pci_bus_devorder() as the
number of slots that it filled.

Don't use the __PCI_BUS_DEVORDER #definition to configure the kernel
but let the linker do it.  Make pci_bus_devorder() available on all
architectures by adding a default implementation that will DTRT on
all architectures but hpcmips, the only architecture to #define
__PCI_BUS_DEVORDER.  On hpcmips, adapt the implementation to the new
calling convention.

XXX I can compile an hpcmips GENERIC kernel, but I don't have a
XXX hpcmips box to test it on.
2011-08-24 20:27:35 +00:00
..
compile
conf Add to pci_bus_devorder() an argument that tells the number of slots 2011-08-24 20:27:35 +00:00
dev Fix some typos. 2011-08-16 14:29:16 +00:00
hpcmips Fix device_t/softc confusion. 2011-03-16 14:43:36 +00:00
include Add to pci_bus_devorder() an argument that tells the number of slots 2011-08-24 20:27:35 +00:00
isa isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:11:22 +00:00
pci Add to pci_bus_devorder() an argument that tells the number of slots 2011-08-24 20:27:35 +00:00
stand Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
tx Global inlines are not allowed. 2011-08-08 17:45:13 +00:00
vr Add to pci_bus_devorder() an argument that tells the number of slots 2011-08-24 20:27:35 +00:00
Makefile
TODO