summaryrefslogtreecommitdiffstats
path: root/sys/modules/sbsh
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-07-04 21:24:35 +0000
committerjhb <jhb@FreeBSD.org>2008-07-04 21:24:35 +0000
commit641b82a4470718ae1b0c1826ab0470e4c6117a9f (patch)
treeb64f14739a962818bf20d5af59b49ec5223a97b6 /sys/modules/sbsh
parentab5a1a3be383b4ffe9b6cdd9d2652c8c195a0e29 (diff)
downloadFreeBSD-src-641b82a4470718ae1b0c1826ab0470e4c6117a9f.zip
FreeBSD-src-641b82a4470718ae1b0c1826ab0470e4c6117a9f.tar.gz
Remove the sbsh(4) driver. No one responded to requests for testing the
MPSAFE patches on current@ and stable@. This driver also has a fundamental issue in that it sleeps when sending commands to the card including in the if_init/if_start routines (which can be called from interrupt context). As such, the driver shouldn't be working reliably even on 4.x.
Diffstat (limited to 'sys/modules/sbsh')
-rw-r--r--sys/modules/sbsh/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/modules/sbsh/Makefile b/sys/modules/sbsh/Makefile
deleted file mode 100644
index 7456956..0000000
--- a/sys/modules/sbsh/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/sbsh
-
-KMOD= if_sbsh
-SRCS= if_sbsh.c bus_if.h device_if.h pci_if.h
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud