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...
Warner Losh
imp at FreeBSD.org
Thu Nov 27 21:28:32 PST 2003
imp 2003/11/27 21:28:30 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:
Sometimes cardbus attachments don't attach, so while we track down
this problem put these lines back in. While they should be
unnecessary, they appear to be sometimes necessary.
Reviewed in concept: dfr
Approved by: re (scottl@)
Revision Changes Path
1.59 +2 -1 src/sys/dev/aic7xxx/ahc_pci.c
1.14 +2 -1 src/sys/dev/aic7xxx/ahd_pci.c
1.6 +1 -0 src/sys/dev/ath/if_ath_pci.c
1.36 +1 -0 src/sys/dev/firewire/fwohci_pci.c
1.198 +1 -0 src/sys/dev/fxp/if_fxp.c
1.9 +1 -0 src/sys/dev/puc/puc_pci.c
1.16 +1 -0 src/sys/dev/re/if_re.c
1.15 +1 -0 src/sys/dev/sio/sio_pci.c
1.4 +1 -0 src/sys/dev/uart/uart_bus_pci.c
1.8 +1 -0 src/sys/dev/usb/ehci_pci.c
1.36 +1 -0 src/sys/dev/usb/ohci_pci.c
1.51 +1 -0 src/sys/dev/usb/uhci_pci.c
1.136 +1 -0 src/sys/pci/if_dc.c
1.126 +1 -0 src/sys/pci/if_rl.c
1.162 +1 -0 src/sys/pci/if_xl.c
More information about the cvs-src
mailing list