summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-07-04 21:06:57 +0000
committerjhb <jhb@FreeBSD.org>2008-07-04 21:06:57 +0000
commita495f456d1f1492b415b437aaf9f5ec5f676c239 (patch)
tree8801bdfe3b930ec1fa92f3b3fb6d437635c76a00 /sys/modules
parent3e88043a6cb4e756160cd02ea26d7205e8b3faf0 (diff)
downloadFreeBSD-src-a495f456d1f1492b415b437aaf9f5ec5f676c239.zip
FreeBSD-src-a495f456d1f1492b415b437aaf9f5ec5f676c239.tar.gz
Remove the sbni(4) driver. No one responded to calls to test it on
current@ and stable@.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
-rw-r--r--sys/modules/sbni/Makefile10
2 files changed, 1 insertions, 13 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index dc5153a..8023d10 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -236,7 +236,6 @@ SUBDIR= ${_3dfx} \
rum \
${_s3} \
${_safe} \
- ${_sbni} \
sbsh \
scc \
scd \
@@ -426,7 +425,6 @@ _pst= pst
_ray= ray
_rdma= rdma
_safe= safe
-_sbni= sbni
_scsi_low= scsi_low
_sio= sio
_smbfs= smbfs
@@ -579,7 +577,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 s3 sbni stg vesa
+# nsp s3 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/sbni/Makefile b/sys/modules/sbni/Makefile
deleted file mode 100644
index 9dfab90..0000000
--- a/sys/modules/sbni/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/sbni
-
-KMOD= if_sbni
-SRCS= if_sbni.c if_sbni_isa.c if_sbni_pci.c
-
-SRCS+= bus_if.h device_if.h isa_if.h pci_if.h
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud