diff options
author | John Baldwin <jhb@FreeBSD.org> | 2016-08-19 21:14:27 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2016-08-19 21:14:27 +0000 |
commit | c1c9764296e57fc8f264f26d2445b7578ec2e67f (patch) | |
tree | cd0e17a7ec4de7bc7d9eb541d1dc7d854e5014ba /targets | |
parent | 61c38eefd3ba030f22d4c5720e3dac6ec07f8d7f (diff) | |
download | src-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 'targets')
-rw-r--r-- | targets/pseudo/userland/Makefile.depend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index 2b1d3d34a6b7..e0a404ba38f9 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -834,7 +834,6 @@ DIRDEPS.amd64= \ usr.sbin/lptcontrol \ usr.sbin/mptable \ usr.sbin/ndiscvt \ - usr.sbin/sicontrol \ usr.sbin/spkrtest \ usr.sbin/sade \ usr.sbin/zzz @@ -863,7 +862,6 @@ DIRDEPS.i386= \ usr.sbin/ndiscvt \ usr.sbin/pnpinfo \ usr.sbin/sade \ - usr.sbin/sicontrol \ usr.sbin/spkrtest \ usr.sbin/zzz \ usr.sbin/acpi \ |