summaryrefslogtreecommitdiffstats
path: root/sys/modules/aha
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-02-04 16:45:39 +0000
committerimp <imp@FreeBSD.org>2001-02-04 16:45:39 +0000
commit8195cce26135cca7ab9a7e94917e55c5501d8cc1 (patch)
tree4e4f21ee93ea0c5d3cb2e43ee72817e80d390b56 /sys/modules/aha
parent709379c1aeaadc2770d45e2cb1bc6428c65f09d3 (diff)
downloadFreeBSD-src-8195cce26135cca7ab9a7e94917e55c5501d8cc1.zip
FreeBSD-src-8195cce26135cca7ab9a7e94917e55c5501d8cc1.tar.gz
Remove NAHA, NAHATOT and aha_softcs and related code. It was unused
except for setting it. Also remove count from aha and replace it with optional. Also add commented out pccard lines for all the old card drivers. They have to be commented out until they are converted because it causes problems in NEWCARD.
Diffstat (limited to 'sys/modules/aha')
-rw-r--r--sys/modules/aha/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/aha/Makefile b/sys/modules/aha/Makefile
index 48b6b2c..44b4f93 100644
--- a/sys/modules/aha/Makefile
+++ b/sys/modules/aha/Makefile
@@ -3,12 +3,8 @@
.PATH: ${.CURDIR}/../../dev/aha
KMOD= aha
-SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h aha.h \
+SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
opt_scsi.h isa_if.h
-CLEANFILES= aha.h
-
-aha.h:
- echo "#define NAHA 1" > aha.h
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > opt_scsi.h
OpenPOWER on IntegriCloud