CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2009/07/25 05:27:26
Modified files: sys/dev/pci : pccbb.c pccbbvar.h Log message: Stop using rbus to set up the socket BAR if it has been left unitialized by the firmware; our PCI code takes care of this now. Also eliminate support for I/O socket BARs. There is no evidence they actually exist. Clean up some unused structure members while there. ok miod@