NetBSD/sys/arch/ibmnws
matt 4f2934afef Change definition of pc_bus_maxdevs to get a void * instead a pci_chipset_tag_t
to match its use in pci_bus_maxdevs.  This makes it the same as pci_conf_read
and pci_conf_write.
Change all struct device * to device_t.
[Obviously nothing ever used the first argument to pc_bus_maxdevs since it
could have never worked because it wasn't being passed a pci_chipset_tag_t.]
2010-12-13 16:19:02 +00:00
..
compile
conf Remove unused count from pseudo-device md. 2010-11-23 11:13:52 +00:00
ibmnws Fix some historical powerpc curiocity which had kernfs depend on 2010-03-03 00:30:15 +00:00
include Change definition of pc_bus_maxdevs to get a void * instead a pci_chipset_tag_t 2010-12-13 16:19:02 +00:00
pci Change definition of pc_bus_maxdevs to get a void * instead a pci_chipset_tag_t 2010-12-13 16:19:02 +00:00
Makefile