summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
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 /ObsoleteFiles.inc
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 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index e80853e..9fe8b33 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,9 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20080704: sbsh(4) removed
+OLD_FILES+=usr/share/man/man4/if_sbsh.4.gz
+OLD_FILES+=usr/share/man/man4/sbsh.4.gz
# 20080704: sbni(4) removed
.if ${TARGET_ARCH} == "i386"
OLD_FILES+=usr/share/man/man4/i386/if_sbni.4.gz
OpenPOWER on IntegriCloud