summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-01-08 01:59:15 +0000
committerimp <imp@FreeBSD.org>2001-01-08 01:59:15 +0000
commitcebce29aeedaf5817383d2fc94f5e099d9d733f8 (patch)
treeedb8527d6a2c4e9744f826b176a8bbb30a07d562 /sys/modules/aic
parentb87b91a453a7baf7ed2f1cd7d84fdc079068e2aa (diff)
downloadFreeBSD-src-cebce29aeedaf5817383d2fc94f5e099d9d733f8.zip
FreeBSD-src-cebce29aeedaf5817383d2fc94f5e099d9d733f8.tar.gz
Add aic to the list of drivers that might work with NEWCARD. I've added
the same config lines that NetBSD has. This builds with both NEWCARD and GENERIC config files.
Diffstat (limited to 'sys/modules/aic')
-rw-r--r--sys/modules/aic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/aic/Makefile b/sys/modules/aic/Makefile
index e0fb1ad..5a42be8 100644
--- a/sys/modules/aic/Makefile
+++ b/sys/modules/aic/Makefile
@@ -4,7 +4,7 @@
KMOD= aic
SRCS= aic.c aic_pccard.c
-SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h
+SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
SRCS+= opt_cam.h opt_scsi.h
.if ${MACHINE} == "pc98"
OpenPOWER on IntegriCloud