cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c
src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c
src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re...
Doug Rabson
dfr at FreeBSD.org
Mon Nov 3 01:22:19 PST 2003
dfr 2003/11/03 01:22:18 PST
FreeBSD src repository
Modified files:
sys/dev/aic7xxx ahc_pci.c ahd_pci.c
sys/dev/ath if_ath_pci.c
sys/dev/firewire fwohci_pci.c
sys/dev/fxp if_fxp.c
sys/dev/puc puc_pci.c
sys/dev/re if_re.c
sys/dev/sio sio_pci.c
sys/dev/uart uart_bus_pci.c
sys/dev/usb ehci_pci.c ohci_pci.c uhci_pci.c
sys/pci if_dc.c if_rl.c if_xl.c
Log:
Remove explicit cardbus attachments from drivers where this is identical
to the pci attachment. Cardbus is a derived class of pci so all pci
drivers are automatically available for matching against cardbus devices.
Reviewed by: imp
Revision Changes Path
1.58 +0 -1 src/sys/dev/aic7xxx/ahc_pci.c
1.13 +0 -1 src/sys/dev/aic7xxx/ahd_pci.c
1.5 +0 -1 src/sys/dev/ath/if_ath_pci.c
1.35 +0 -1 src/sys/dev/firewire/fwohci_pci.c
1.197 +0 -1 src/sys/dev/fxp/if_fxp.c
1.8 +0 -1 src/sys/dev/puc/puc_pci.c
1.12 +0 -1 src/sys/dev/re/if_re.c
1.14 +0 -1 src/sys/dev/sio/sio_pci.c
1.3 +0 -1 src/sys/dev/uart/uart_bus_pci.c
1.7 +0 -1 src/sys/dev/usb/ehci_pci.c
1.35 +0 -1 src/sys/dev/usb/ohci_pci.c
1.50 +0 -1 src/sys/dev/usb/uhci_pci.c
1.131 +0 -1 src/sys/pci/if_dc.c
1.122 +0 -1 src/sys/pci/if_rl.c
1.156 +0 -1 src/sys/pci/if_xl.c
More information about the cvs-src
mailing list