CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/20 13:43:39
Modified files: sys/dev/pci : auacer.c Log message: - Remove sys/cdefs.h header. - Make use of pci_matchbyid(). - Replace magic number with PCI_MAPREG_START for the PCI BAR. - Remove redundant code to enable PCI bus mastering which is already dealt with by pci_mapreg_map(). ok mikeb@