summaryrefslogtreecommitdiffstats
path: root/sys/modules/asr
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2015-01-02 05:34:14 +0000
committerscottl <scottl@FreeBSD.org>2015-01-02 05:34:14 +0000
commit445e8d91edc50978571dd8bff752e46840455569 (patch)
tree4eb0f7caf3d01042d4575292101be9b2b068f5af /sys/modules/asr
parent007999d7372f4b84729499cea479e574db1483f2 (diff)
downloadFreeBSD-src-445e8d91edc50978571dd8bff752e46840455569.zip
FreeBSD-src-445e8d91edc50978571dd8bff752e46840455569.tar.gz
Garbage collect the asr driver. Hardware for it has not been produced in
roughly 10 years, and the driver has not enjoyed any significant maintenance since long before that. Despite well-meaning efforts from a number of people, myself included, it never made the jump to 64-bit and was relegated to the back-corners of i386. Now its frailty is hampering forward progress with Clang. Any renewed engineering efforts are of course welcome and can happen outside of the tree. No MFC of this is planned.
Diffstat (limited to 'sys/modules/asr')
-rw-r--r--sys/modules/asr/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/modules/asr/Makefile b/sys/modules/asr/Makefile
deleted file mode 100644
index c225b25..0000000
--- a/sys/modules/asr/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/asr
-
-KMOD= asr
-SRCS= asr.c
-SRCS+= opt_scsi.h opt_cam.h
-SRCS+= device_if.h bus_if.h pci_if.h
-
-.if ${MACHINE_CPUARCH} == "i386"
-SRCS+= opt_asr.h
-.endif
-
-.include <bsd.kmod.mk>
-
-CWARNFLAGS.asr.c= ${NO_WARRAY_BOUNDS}
-CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
OpenPOWER on IntegriCloud