summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-07-04 18:58:53 +0000
committerjhb <jhb@FreeBSD.org>2008-07-04 18:58:53 +0000
commit026267261ca4a9169eee2fbd30e9cd47531dce88 (patch)
tree804447be01b2c12eeb8c5f723c13979f35d8637d /sys/modules
parent6ebfda5b30e5c067cc8d8d01abf8e124f57fbbae (diff)
downloadFreeBSD-src-026267261ca4a9169eee2fbd30e9cd47531dce88.zip
FreeBSD-src-026267261ca4a9169eee2fbd30e9cd47531dce88.tar.gz
Remove the oltr(4) driver. No one responded to calls for testing on
current@ and stable@ for the locking patches. The driver can always be revived if someone tests it. This driver also sleeps in its if_init routine, so it likely doesn't really work at all anyway in modern releases.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
-rw-r--r--sys/modules/oltr/Makefile14
2 files changed, 1 insertions, 17 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 2d5439d..692d111 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -204,7 +204,6 @@ SUBDIR= ${_3dfx} \
${_nvram} \
${_nwfs} \
${_nxge} \
- ${_oltr} \
${_opensolaris} \
${_padlock} \
patm \
@@ -419,7 +418,6 @@ _nsp= nsp
.if ${MK_NCP} != "no"
_nwfs= nwfs
.endif
-_oltr= oltr
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_opensolaris= opensolaris
.endif
@@ -583,7 +581,7 @@ _zfs= zfs
.if ${MACHINE_ARCH} == "ia64"
# Modules not enabled on ia64 (as compared to i386) include:
# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
-# nsp oltr s3 sbni stg vesa
+# nsp s3 sbni stg vesa
# acpi is not enabled because it is broken as a module on ia64
_aic= aic
#_ar= ar not 64-bit clean
diff --git a/sys/modules/oltr/Makefile b/sys/modules/oltr/Makefile
deleted file mode 100644
index 75c5cda..0000000
--- a/sys/modules/oltr/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../contrib/dev/oltr
-KMOD= if_oltr
-SRCS= if_oltr.c trlldbm.c trlldhm.c trlldmac.c \
- device_if.h bus_if.h
-SRCS+= if_oltr_isa.c isa_if.h
-SRCS+= if_oltr_pci.c pci_if.h
-OBJS+= trlld.o
-
-trlld.o:
- uudecode < ${.CURDIR}/../../contrib/dev/oltr/i386-elf.trlld.o.uu
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud