diff options
author | imp <imp@FreeBSD.org> | 2009-03-09 13:23:54 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-03-09 13:23:54 +0000 |
commit | ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8 (patch) | |
tree | 96553c42037b85e36e1c4f31fa3b03eba1554786 /sys/dev/aic7xxx | |
parent | ee8ea378715a33154aa6b3c374e115815a89fd2b (diff) | |
download | FreeBSD-src-ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8.zip FreeBSD-src-ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8.tar.gz |
remove now-redunant cardbus attachment.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/ahc_pci.c | 1 | ||||
-rw-r--r-- | sys/dev/aic7xxx/ahd_pci.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c index 5029726..9a27aaf 100644 --- a/sys/dev/aic7xxx/ahc_pci.c +++ b/sys/dev/aic7xxx/ahc_pci.c @@ -54,7 +54,6 @@ static driver_t ahc_pci_driver = { }; DRIVER_MODULE(ahc_pci, pci, ahc_pci_driver, ahc_devclass, 0, 0); -DRIVER_MODULE(ahc_pci, cardbus, ahc_pci_driver, ahc_devclass, 0, 0); MODULE_DEPEND(ahc_pci, ahc, 1, 1, 1); MODULE_VERSION(ahc_pci, 1); diff --git a/sys/dev/aic7xxx/ahd_pci.c b/sys/dev/aic7xxx/ahd_pci.c index 03b1363..f077c89 100644 --- a/sys/dev/aic7xxx/ahd_pci.c +++ b/sys/dev/aic7xxx/ahd_pci.c @@ -56,7 +56,6 @@ static driver_t ahd_pci_driver = { static devclass_t ahd_devclass; DRIVER_MODULE(ahd, pci, ahd_pci_driver, ahd_devclass, 0, 0); -DRIVER_MODULE(ahd, cardbus, ahd_pci_driver, ahd_devclass, 0, 0); MODULE_DEPEND(ahd_pci, ahd, 1, 1, 1); MODULE_VERSION(ahd_pci, 1); |