WSCONS_DEFAULT_TYPE is obsolete; use VGA_CONSOLE_SCREENTYPE instead.
This commit is contained in:
parent
339897211a
commit
7bb188de0c
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: CARDBUS,v 1.25 2000/09/24 15:59:32 jdolecek Exp $
|
||||
# $NetBSD: CARDBUS,v 1.26 2000/10/15 10:08:00 minoura Exp $
|
||||
#
|
||||
# CARDBUS -- GENERIC + CardBus support. Additionally, some
|
||||
# things typically not found on laptops have been removed.
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "CARDBUS-$Revision: 1.25 $"
|
||||
#ident "CARDBUS-$Revision: 1.26 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -172,7 +172,7 @@ options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
|||
# use a large software cursor that doesn't blink
|
||||
options PCDISPLAY_SOFTCURSOR
|
||||
# modify the screen type of the console; defaults to "80x25"
|
||||
#options WSCONS_DEFAULT_TYPE="80x24"
|
||||
#options VGA_CONSOLE_SCREENTYPE="\"80x24\""
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.372 2000/09/26 11:51:14 ad Exp $
|
||||
# $NetBSD: GENERIC,v 1.373 2000/10/15 10:08:00 minoura Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.372 $"
|
||||
#ident "GENERIC-$Revision: 1.373 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -169,7 +169,7 @@ options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
|||
# use a large software cursor that doesn't blink
|
||||
options PCDISPLAY_SOFTCURSOR
|
||||
# modify the screen type of the console; defaults to "80x25"
|
||||
#options WSCONS_DEFAULT_TYPE="80x24"
|
||||
#options VGA_CONSOLE_SCREENTYPE="\"80x24\""
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.2 2000/10/02 12:54:39 fvdl Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.3 2000/10/15 10:08:01 minoura Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.2 $"
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -168,7 +168,7 @@ options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
|||
# use a large software cursor that doesn't blink
|
||||
options PCDISPLAY_SOFTCURSOR
|
||||
# modify the screen type of the console; defaults to "80x25"
|
||||
#options WSCONS_DEFAULT_TYPE="80x24"
|
||||
#options VGA_CONSOLE_SCREENTYPE="\"80x24\""
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
Loading…
Reference in New Issue