aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile.amd64
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2016-08-19 21:14:27 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2016-08-19 21:14:27 +0000
commitc1c9764296e57fc8f264f26d2445b7578ec2e67f (patch)
treecd0e17a7ec4de7bc7d9eb541d1dc7d854e5014ba /usr.sbin/Makefile.amd64
parent61c38eefd3ba030f22d4c5720e3dac6ec07f8d7f (diff)
downloadsrc-c1c9764296e57fc8f264f26d2445b7578ec2e67f.tar.gz
src-c1c9764296e57fc8f264f26d2445b7578ec2e67f.zip
Remove the si(4) driver and sicontrol(8) for Specialix serial cards.
The si(4) driver supported multiport serial adapters for ISA, EISA, and PCI buses. This driver does not use bus_space, instead it depends on direct use of the pointer returned by rman_get_virtual(). It is also still locked by Giant and calls for patch testing to convert it to use bus_space were unanswered. Relnotes: yes
Notes
Notes: svn path=/head/; revision=304502
Diffstat (limited to 'usr.sbin/Makefile.amd64')
-rw-r--r--usr.sbin/Makefile.amd641
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/Makefile.amd64 b/usr.sbin/Makefile.amd64
index 0fdccaf8bd09..aa5c487f5425 100644
--- a/usr.sbin/Makefile.amd64
+++ b/usr.sbin/Makefile.amd64
@@ -29,6 +29,5 @@ SUBDIR+= mptable
.if ${MK_NDIS} != "no"
SUBDIR+= ndiscvt
.endif
-SUBDIR+= sicontrol
SUBDIR+= spkrtest
SUBDIR+= zzz