Remove last traces of DUMMY_NOPS option that was removed some

time ago.
From Jeff Rizzo in PR 24442.
This commit is contained in:
wiz 2004-02-16 17:11:26 +00:00
parent 7354ecab79
commit bb3980ab7a
12 changed files with 17 additions and 40 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DELPHI,v 1.33 2003/12/14 01:32:02 thorpej Exp $
# $NetBSD: DELPHI,v 1.34 2004/02/16 17:11:26 wiz Exp $
#
# DELPHI -- one of thorpej@zembu.com's devel machines
#
@ -7,7 +7,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "DELPHI-$Revision: 1.33 $"
ident "DELPHI-$Revision: 1.34 $"
maxusers 64 # estimated number of users
@ -21,8 +21,6 @@ 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
# delay between "rebooting ..." message and hardware reset, in milliseconds
#options CPURESET_DELAY=2000

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.94 2003/05/15 13:13:23 wiz Exp $
# $NetBSD: DISKLESS,v 1.95 2004/02/16 17:11:26 wiz Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@ -25,7 +25,6 @@ options USER_LDT # user-settable LDT; used by WINE
#options REALBASEMEM=... # size of base memory
#options REALEXTMEM=... # size of extended memory
#options DUMMY_NOPS # speed hack; recommended
options XSERVER
options INSECURE # insecure; allow /dev/mem writing for X

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_LAPTOP,v 1.88 2004/01/23 13:43:46 jdolecek Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.89 2004/02/16 17:11:26 wiz Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.88 $"
#ident "GENERIC-$Revision: 1.89 $"
maxusers 32 # estimated number of users
@ -22,8 +22,6 @@ 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
options MTRR # memory-type range register syscall support
#options PERFCTRS # performance-monitoring counters support

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_PS2TINY,v 1.23 2003/04/10 22:06:58 christos Exp $
# $NetBSD: GENERIC_PS2TINY,v 1.24 2004/02/16 17:11:26 wiz Exp $
#
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
@ -25,8 +25,6 @@ options I586_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
# delay between "rebooting ..." message and hardware reset, in milliseconds
#options CPURESET_DELAY=2000

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.237 2003/12/17 09:18:45 tls Exp $
# $NetBSD: INSTALL,v 1.238 2004/02/16 17:11:26 wiz Exp $
#
# INSTALL - Installation kernel.
#
@ -33,8 +33,6 @@ 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
# Misc. i386-specific options
#options XSERVER # X server support in console drivers

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_LAPTOP,v 1.56 2003/12/14 09:54:01 dyoung Exp $
# $NetBSD: INSTALL_LAPTOP,v 1.57 2004/02/16 17:11:27 wiz Exp $
#
# INSTALL - Installation kernel.
#
@ -33,8 +33,6 @@ 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
# Misc. i386-specific options
#options XSERVER # X server support in console drivers

View File

@ -1,4 +1,4 @@
# $NetBSD: IOPENER,v 1.43 2003/12/14 01:32:02 thorpej Exp $
# $NetBSD: IOPENER,v 1.44 2004/02/16 17:11:27 wiz Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "IOPENER-$Revision: 1.43 $"
#ident "IOPENER-$Revision: 1.44 $"
maxusers 32 # estimated number of users
@ -17,8 +17,6 @@ options I586_CPU
# CPU-related options.
#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
# delay between "rebooting ..." message and hardware reset, in milliseconds
#options CPURESET_DELAY=2000

View File

@ -1,4 +1,4 @@
# $NetBSD: LAMB,v 1.34 2003/09/09 07:14:01 itojun Exp $
# $NetBSD: LAMB,v 1.35 2004/02/16 17:11:27 wiz Exp $
#
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
#
@ -21,8 +21,6 @@ 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
options MTRR # memory-type range register syscall support
#options PERFCTRS # performance-monitoring counters support

View File

@ -1,4 +1,4 @@
# $NetBSD: NET4501,v 1.24 2004/01/11 12:55:19 cube Exp $
# $NetBSD: NET4501,v 1.25 2004/02/16 17:11:27 wiz Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "NET4501-$Revision: 1.24 $"
#ident "NET4501-$Revision: 1.25 $"
maxusers 32 # estimated number of users
@ -30,8 +30,6 @@ options VNODE_OP_NOINLINE
#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
#options MTRR # memory-type range register syscall support
#options PERFCTRS # performance-monitoring counters support

View File

@ -1,4 +1,4 @@
# $NetBSD: SWINGER,v 1.46 2003/10/18 08:12:07 lukem Exp $
# $NetBSD: SWINGER,v 1.47 2004/02/16 17:11:27 wiz Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "SWINGER-$Revision: 1.46 $"
#ident "SWINGER-$Revision: 1.47 $"
maxusers 64 # estimated number of users
@ -22,8 +22,6 @@ 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
# delay between "rebooting ..." message and hardware reset, in milliseconds
#options CPURESET_DELAY=2000

View File

@ -1,4 +1,4 @@
# $NetBSD: files.i386,v 1.248 2004/02/14 14:33:28 bjh21 Exp $
# $NetBSD: files.i386,v 1.249 2004/02/16 17:11:27 wiz Exp $
#
# new style config file for i386 architecture
#
@ -31,9 +31,6 @@ defflag MATH_EMULATE
# User-settable LDT (used by WINE)
defflag USER_LDT
# Speed hack; make NOPs dummies (might break on some machines)
defflag DUMMY_NOPS
# X server support in console drivers
defflag opt_xserver.h XSERVER XSERVER_DDB

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.S,v 1.22 2004/02/13 11:36:13 wiz Exp $ */
/* $NetBSD: locore.S,v 1.23 2004/02/16 17:11:27 wiz Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@ -74,7 +74,6 @@
#include "opt_compat_oldboot.h"
#include "opt_cputype.h"
#include "opt_ddb.h"
#include "opt_dummy_nops.h"
#include "opt_ipkdb.h"
#include "opt_lockdebug.h"
#include "opt_multiprocessor.h"