git: Remove stli(4). Also remove ISA support from stl(4).

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Dec 1 10:03:35 PST 2012


commit e6f626a1d12002411a74549e5071540a6831c16f
Author: Sascha Wildner <saw at online.de>
Date:   Sat Dec 1 18:48:21 2012 +0100

    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.

Summary of changes:
 Makefile_upgrade.inc                   |   17 +-
 UPDATING                               |    9 +-
 etc/mtree/BSD.usr.dist                 |    2 -
 share/man/man4/isa.4                   |    4 -
 share/man/man4/man4.i386/Makefile      |    1 -
 share/man/man4/man4.i386/stl.4         |  234 +---
 share/man/man7/hier.7                  |    4 +-
 sys/bus/isa/i386/isa_compat.h          |   10 -
 sys/config/LINT                        |   17 +-
 sys/dev/serial/stl/stallion.c          |  282 +---
 sys/dev/serial/stli/istallion.c        | 3412 --------------------------------
 sys/platform/pc32/conf/files           |    3 +-
 sys/platform/pc32/i386/userconfig.c    |    2 -
 sys/platform/pc32/isa/README.stl       |  530 -----
 usr.sbin/stallion/Makefile             |    3 +-
 usr.sbin/stallion/Makefile.inc         |    4 +-
 usr.sbin/stallion/bootcode/2681.sys.uu |  697 -------
 usr.sbin/stallion/bootcode/Makefile    |   12 -
 usr.sbin/stallion/bootcode/cdk.sys.uu  |  934 ---------
 usr.sbin/stallion/stlload/Makefile     |   11 -
 usr.sbin/stallion/stlload/stlload.8    |  133 --
 usr.sbin/stallion/stlload/stlload.c    |  506 -----
 usr.sbin/stallion/stlstats/stlstats.8  |    4 +-
 usr.sbin/stallion/stlstty/Makefile     |   11 -
 usr.sbin/stallion/stlstty/stlstty.8    |  165 --
 usr.sbin/stallion/stlstty/stlstty.c    |  273 ---
 26 files changed, 37 insertions(+), 7243 deletions(-)
 delete mode 100644 sys/dev/serial/stli/istallion.c
 delete mode 100644 sys/platform/pc32/isa/README.stl
 delete mode 100644 usr.sbin/stallion/bootcode/2681.sys.uu
 delete mode 100644 usr.sbin/stallion/bootcode/Makefile
 delete mode 100644 usr.sbin/stallion/bootcode/cdk.sys.uu
 delete mode 100644 usr.sbin/stallion/stlload/Makefile
 delete mode 100644 usr.sbin/stallion/stlload/stlload.8
 delete mode 100644 usr.sbin/stallion/stlload/stlload.c
 delete mode 100644 usr.sbin/stallion/stlstty/Makefile
 delete mode 100644 usr.sbin/stallion/stlstty/stlstty.8
 delete mode 100644 usr.sbin/stallion/stlstty/stlstty.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e6f626a1d12002411a74549e5071540a6831c16f


-- 
DragonFly BSD source repository



More information about the Commits mailing list