Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sys/arch/i386/conf Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/2fa02577259b
branches:  netbsd-7
changeset: 800386:2fa02577259b
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jan 03 21:26:39 2018 +0000

description:
Pull up following revision(s) (requested by rin in ticket #1544):
        sys/arch/i386/conf/INSTALL: revision 1.332
install/52845: Enable vga@isa and pcdisplay for INSTALL. Otherwise, install
media do not boot on pre-PCI machines.

diffstat:

 sys/arch/i386/conf/INSTALL |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 1169fa6e4ac5 -r 2fa02577259b sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Wed Jan 03 21:23:28 2018 +0000
+++ b/sys/arch/i386/conf/INSTALL        Wed Jan 03 21:26:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.330.30.2 2015/03/18 03:57:15 snj Exp $
+# $NetBSD: INSTALL,v 1.330.30.3 2018/01/03 21:26:39 snj Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -7,7 +7,7 @@
 
 include        "arch/i386/conf/MONOLITHIC"
 
-#ident                 "INSTALL-$Revision: 1.330.30.2 $"
+#ident                 "INSTALL-$Revision: 1.330.30.3 $"
 
 no options     MEMORY_DISK_DYNAMIC
 options        MEMORY_DISK_IS_ROOT     # force root on memory disk
@@ -19,3 +19,8 @@
 no i915drmkms*     at pci?
 no radeon*         at pci?
 #no nouveau*      at pci?
+
+# pre-PCI graphics drivers, not enabled in GENERIC
+vga0           at isa?
+pcdisplay0     at isa?                 # CGA, MDA, EGA, HGA
+wsdisplay*     at pcdisplay? console ?



Home | Main Index | Thread Index | Old Index