git: i386 removal, part 21/x: Remove obsolete i386 specific USERCONFIG bits.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Jul 23 14:25:01 PDT 2015


commit 96a1eea028701014b789b6f96d4e3c9e5ec826b1
Author: Sascha Wildner <saw at online.de>
Date:   Thu Jul 23 22:39:06 2015 +0200

    i386 removal, part 21/x: Remove obsolete i386 specific USERCONFIG bits.
    
    Even though some of this code was copied over to x86_64, this platform
    never had the kernel support.

Summary of changes:
 Makefile_upgrade.inc                     |   2 +
 sbin/Makefile                            |   5 +-
 sbin/kget/Makefile                       |   7 --
 sbin/kget/kget.8                         |  64 ----------------
 sbin/kget/kget.c                         | 121 -------------------------------
 sbin/reboot/boot_pc64.8                  |  10 +--
 share/man/man5/Makefile                  |   1 -
 share/man/man5/kernel.conf.5             |  99 -------------------------
 share/man/man5/loader.conf.5             |   5 --
 sys/boot/common/help.common              |   1 -
 sys/boot/common/isapnp.h                 |  11 +--
 sys/boot/common/loader.8                 |  14 +---
 sys/boot/dloader/cmds.c                  |   1 -
 sys/boot/dloader/dloader.menu            |   1 -
 sys/boot/dloader/loader-bootp.conf       |   5 --
 sys/boot/dloader/loader.conf             |   5 --
 sys/boot/pc32/libi386/bootinfo.c         |   5 --
 sys/boot/pc32/loader/help.i386           |   8 --
 sys/bus/isa/pnp.c                        |  74 -------------------
 sys/bus/isa/pnpreg.h                     |   9 ---
 sys/config/LINT64                        |   4 -
 sys/dev/misc/syscons/syscons.c           |   2 +-
 sys/dev/video/fb/vga.c                   |   5 +-
 sys/kern/tty_cons.c                      |   3 +-
 sys/platform/pc64/x86_64/machdep.c       |   6 --
 sys/platform/vkernel64/x86_64/autoconf.c |   4 -
 sys/sys/reboot.h                         |   3 +-
 27 files changed, 11 insertions(+), 464 deletions(-)
 delete mode 100644 sbin/kget/Makefile
 delete mode 100644 sbin/kget/kget.8
 delete mode 100644 sbin/kget/kget.c
 delete mode 100644 share/man/man5/kernel.conf.5

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/96a1eea028701014b789b6f96d4e3c9e5ec826b1


-- 
DragonFly BSD source repository



More information about the Commits mailing list