CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/09/19 17:01:21
Modified files: sys/dev/pci : pci.c pcivar.h Log message: Add resource tracking for PCI bus numbers. This will allow us to prevent attaching the same PCI bus twice and in the long run this will allown us to hot plug PCI busses and support CardBus on machines where the firmware doesn't assign a bus number to CardBus devices. While there, print a bit more information for memory and io conflicts.