summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-07-04 18:15:36 +0000
committerjhb <jhb@FreeBSD.org>2008-07-04 18:15:36 +0000
commitcb0b8573c7a8427ae1fc840dfae0a197ed255063 (patch)
tree4a416c17f565be349b5676a518d2186e34603244 /sys/modules
parente06b58767a51f46bbbd0068fee71506856408a28 (diff)
downloadFreeBSD-src-cb0b8573c7a8427ae1fc840dfae0a197ed255063.zip
FreeBSD-src-cb0b8573c7a8427ae1fc840dfae0a197ed255063.tar.gz
Remove the arl(4) driver. It is reported to not work on 6.x or later
even though the driver hasn't changed since 4.x (last known working release).
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/arl/Makefile16
2 files changed, 0 insertions, 18 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index cb360ad..2d5439d 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -23,7 +23,6 @@ SUBDIR= ${_3dfx} \
${_ar} \
${_arcmsr} \
${_arcnet} \
- ${_arl} \
${_asmc} \
${_asr} \
ata \
@@ -452,7 +451,6 @@ _aac= aac
_acpi= acpi
_ahb= ahb
_arcmsr= arcmsr
-_arl= arl
_asmc= asmc
_asr= asr
_bios= bios
diff --git a/sys/modules/arl/Makefile b/sys/modules/arl/Makefile
deleted file mode 100644
index 011a66e..0000000
--- a/sys/modules/arl/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $RISS: if_arl/modules/if_arl/Makefile,v 1.3 2003/01/13 08:05:29 frol Exp $
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/arl
-
-KMOD= if_arl
-SRCS= if_arl.c if_arl_isa.c
-SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h
-CFLAGS+= -I${.CURDIR}/../..
-
-.if !defined(KERNBUILDDIR)
-opt_inet.h:
- echo "#define INET 1" > opt_inet.h
-.endif
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud