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
..
2011-08-01 11:20:26 +00:00
2011-08-09 10:53:09 +00:00
2011-06-02 00:23:28 +00:00
2011-07-04 23:37:30 +00:00
2011-08-14 18:49:17 +00:00
2011-08-18 02:08:06 +00:00
2011-08-20 16:10:02 +00:00
2011-08-07 19:46:22 +00:00
2011-07-30 19:06:57 +00:00
2011-06-07 10:10:44 +00:00
2011-06-05 16:22:00 +00:00
2011-08-02 20:44:09 +00:00
2011-07-25 18:02:47 +00:00
2011-07-04 16:06:17 +00:00
2011-07-20 20:54:24 +00:00
2011-06-30 20:09:15 +00:00
2011-06-29 09:12:42 +00:00
2011-06-29 09:12:42 +00:00