summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2004-08-17 02:32:30 +0000
committergibbs <gibbs@FreeBSD.org>2004-08-17 02:32:30 +0000
commit81bd8852a4ce3d7b3b7fe609dfe13b833fb57d96 (patch)
tree643a1082eaf1b3356ea98e8dbd4b7862dd2cbdfe /sys/modules/aic7xxx
parent5c67ec4668e0f194d323b210e1b6302bd2b996ce (diff)
downloadFreeBSD-src-81bd8852a4ce3d7b3b7fe609dfe13b833fb57d96.zip
FreeBSD-src-81bd8852a4ce3d7b3b7fe609dfe13b833fb57d96.tar.gz
Add ISA attachement files for the aic7xxx driver.
Approved by: re Reminded by: obrien
Diffstat (limited to 'sys/modules/aic7xxx')
-rw-r--r--sys/modules/aic7xxx/ahc/ahc_isa/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/modules/aic7xxx/ahc/ahc_isa/Makefile b/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
new file mode 100644
index 0000000..965e74d
--- /dev/null
+++ b/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
@@ -0,0 +1,18 @@
+
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../dev/aic7xxx
+KMOD= ahc_isa
+
+../aic7xxx_reg.h:
+ ( cd .. ; ${MAKE} aic7xxx_reg.h )
+
+SRCS= ahc_isa.c ../aic7xxx_reg.h
+SRCS+= device_if.h bus_if.h pci_if.h isa_if.h
+SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
+
+CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
+
+CLEANFILES= ../aic7xxx_reg.h ../aic7xxx_seq.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud