git: kernel/x86_64: Separate some i386 only drivers better.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Apr 30 05:40:11 PDT 2011


commit c5efb7e88e6c413c7d4a69e340940e65f9e3f475
Author: Sascha Wildner <saw at online.de>
Date:   Sat Apr 30 14:30:17 2011 +0200

    kernel/x86_64: Separate some i386 only drivers better.
    
    The following drivers are listed in sys/platform/pc32/conf/files only,
    so remove anything that has to do with them from x86_64.
    
    asc ctx cy dgb el gp gsc labpc le rc rdp spigot stl stli tw wt

Summary of changes:
 Makefile_upgrade.inc                |   27 +
 share/man/man4/Makefile             |    1 -
 share/man/man4/man4.i386/Makefile   |    7 +-
 share/man/man4/man4.i386/rc.4       |  104 ++++
 share/man/man4/man4.i386/stl.4      |  308 ++++++++++++
 share/man/man4/rc.4                 |  105 ----
 sys/bus/isa/x86_64/isa.c            |    5 -
 sys/bus/isa/x86_64/isa_compat.c     |  298 ------------
 sys/bus/isa/x86_64/isa_compat.h     |  141 ------
 sys/conf/files                      |    1 -
 sys/platform/pc32/conf/files        |    1 +
 sys/platform/pc64/conf/files        |    1 -
 sys/platform/pc64/include/gsc.h     |   54 ---
 sys/platform/pc64/isa/README.le     |   69 ---
 sys/platform/pc64/isa/README.stl    |  530 ---------------------
 sys/platform/pc64/isa/asc.c         |  897 -----------------------------------
 usr.sbin/Makefile                   |   10 +-
 usr.sbin/stallion/bootcode/Makefile |    5 -
 usr.sbin/stallion/bootcode/stl.4    |  309 ------------
 19 files changed, 449 insertions(+), 2424 deletions(-)
 create mode 100644 share/man/man4/man4.i386/rc.4
 create mode 100644 share/man/man4/man4.i386/stl.4
 delete mode 100644 share/man/man4/rc.4
 delete mode 100644 sys/bus/isa/x86_64/isa_compat.c
 delete mode 100644 sys/bus/isa/x86_64/isa_compat.h
 delete mode 100644 sys/platform/pc64/include/gsc.h
 delete mode 100644 sys/platform/pc64/isa/README.le
 delete mode 100644 sys/platform/pc64/isa/README.stl
 delete mode 100644 sys/platform/pc64/isa/asc.c
 delete mode 100644 usr.sbin/stallion/bootcode/stl.4

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list