DUMMY_NOPS is gone, replace it with an inverted, less confusing option:
PIC_DELAY. To be used on very old machines.
This commit is contained in:
parent
524c804fc9
commit
864739bdee
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.538 2003/01/07 18:55:36 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.539 2003/01/08 13:20:26 fvdl Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.538 $"
|
||||
#ident "GENERIC-$Revision: 1.539 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -36,8 +36,8 @@ options I686_CPU
|
|||
options MATH_EMULATE # floating point emulation
|
||||
options VM86 # virtual 8086 emulation
|
||||
options USER_LDT # user-settable LDT; used by WINE
|
||||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||
#options DUMMY_NOPS
|
||||
# insert delay no-ops in interrupts; recommended on very old machines
|
||||
#options PIC_DELAY
|
||||
|
||||
options MTRR # memory-type range register syscall support
|
||||
# doesn't work with MP just yet..
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_TINY,v 1.50 2002/10/06 12:36:17 fvdl Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.51 2003/01/08 13:20:26 fvdl Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
|
@ -22,8 +22,8 @@ options I686_CPU
|
|||
options MATH_EMULATE # floating point emulation
|
||||
#options VM86 # virtual 8086 emulation
|
||||
#options USER_LDT # user-settable LDT; used by WINE
|
||||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||
#options DUMMY_NOPS
|
||||
# insert delay no-ops in interrupts; recommended on very old machines
|
||||
options PIC_DELAY
|
||||
|
||||
# Misc. i386-specific options
|
||||
#options XSERVER # X server support in console drivers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_SMALL,v 1.92 2002/10/16 02:44:27 lukem Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.93 2003/01/08 13:20:26 fvdl Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
|
@ -36,8 +36,8 @@ options I686_CPU
|
|||
options MATH_EMULATE # floating point emulation
|
||||
#options VM86 # virtual 8086 emulation
|
||||
#options USER_LDT # user-settable LDT; used by WINE
|
||||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||
#options DUMMY_NOPS
|
||||
# insert delay interrupts in I/O; recommended on very old machines
|
||||
options PIC_DELAY
|
||||
|
||||
# Misc. i386-specific options
|
||||
#options XSERVER # X server support in console drivers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_TINY,v 1.63 2002/12/20 23:14:14 thorpej Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.64 2003/01/08 13:20:27 fvdl Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
|
@ -34,8 +34,8 @@ options I486_CPU
|
|||
options MATH_EMULATE # floating point emulation
|
||||
#options VM86 # virtual 8086 emulation
|
||||
#options USER_LDT # user-settable LDT; used by WINE
|
||||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||
#options DUMMY_NOPS
|
||||
# insert delay no-ops in interrupts; recommended on very old machines
|
||||
options PIC_DELAY
|
||||
|
||||
# Misc. i386-specific options
|
||||
#options XSERVER # X server support in console drivers
|
||||
|
|
Loading…
Reference in New Issue