Remove stli(4). Also remove ISA support from stl(4).
authorSascha Wildner <saw@online.de>
Sat, 1 Dec 2012 17:48:21 +0000 (18:48 +0100)
committerSascha Wildner <saw@online.de>
Sat, 1 Dec 2012 18:02:06 +0000 (19:02 +0100)
commite6f626a1d12002411a74549e5071540a6831c16f
tree492938cf09c336e3b1f5cd3ecac6c3e4c44ebf4a
parent850c46342c6895d48a855760cd63b87508cae415
Remove stli(4). Also remove ISA support from stl(4).

stli(4) was ISA only. stl(4) was for ISA/PCI controllers.

The stlload(8) and stlstty(8) utilities were for ISA controllers only,
so remove them too (along with ISA only firmware).

While here, clean up stl(4) a bit.
26 files changed:
Makefile_upgrade.inc
UPDATING
etc/mtree/BSD.usr.dist
share/man/man4/isa.4
share/man/man4/man4.i386/Makefile
share/man/man4/man4.i386/stl.4
share/man/man7/hier.7
sys/bus/isa/i386/isa_compat.h
sys/config/LINT
sys/dev/serial/stl/stallion.c
sys/dev/serial/stli/istallion.c [deleted file]
sys/platform/pc32/conf/files
sys/platform/pc32/i386/userconfig.c
sys/platform/pc32/isa/README.stl [deleted file]
usr.sbin/stallion/Makefile
usr.sbin/stallion/Makefile.inc
usr.sbin/stallion/bootcode/2681.sys.uu [deleted file]
usr.sbin/stallion/bootcode/Makefile [deleted file]
usr.sbin/stallion/bootcode/cdk.sys.uu [deleted file]
usr.sbin/stallion/stlload/Makefile [deleted file]
usr.sbin/stallion/stlload/stlload.8 [deleted file]
usr.sbin/stallion/stlload/stlload.c [deleted file]
usr.sbin/stallion/stlstats/stlstats.8
usr.sbin/stallion/stlstty/Makefile [deleted file]
usr.sbin/stallion/stlstty/stlstty.8 [deleted file]
usr.sbin/stallion/stlstty/stlstty.c [deleted file]