Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf install/52845: Enable vga@isa and pcdispl...
details: https://anonhg.NetBSD.org/src/rev/806a3bc851a7
branches: trunk
changeset: 358361:806a3bc851a7
user: rin <rin%NetBSD.org@localhost>
date: Mon Dec 25 06:35:57 2017 +0000
description:
install/52845: Enable vga@isa and pcdisplay for INSTALL. Otherwise, install
media do not boot on pre-PCI machines.
XXX pullup to netbsd-8 and netbsd-7
diffstat:
sys/arch/i386/conf/INSTALL | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 903db70c736f -r 806a3bc851a7 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Mon Dec 25 06:15:50 2017 +0000
+++ b/sys/arch/i386/conf/INSTALL Mon Dec 25 06:35:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.331 2014/11/02 23:14:20 christos Exp $
+# $NetBSD: INSTALL,v 1.332 2017/12/25 06:35:57 rin Exp $
#
# INSTALL - Installation kernel.
#
@@ -7,7 +7,7 @@
include "arch/i386/conf/MONOLITHIC"
-#ident "INSTALL-$Revision: 1.331 $"
+#ident "INSTALL-$Revision: 1.332 $"
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