Removed "options SMP_TIMER_NC".
This commit is contained in:
parent
a725b8c9c7
commit
3eca217a52
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.352 1997/07/20 05:27:59 bde Exp $
|
||||
# $Id: LINT,v 1.353 1997/07/25 11:53:19 phk Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -71,9 +71,6 @@ config kernel root on wd0 dumps on wd0
|
||||
# NAPIC sets the number of IO APICs on the motherboard, defaults to 1.
|
||||
# NINTR sets the total number of INTs provided by the motherboard.
|
||||
#
|
||||
# SMP_TIMER_NC is for motherboards that claim 8254 connectivity to the IO APIC,
|
||||
# when in fact it is NOT connected.
|
||||
#
|
||||
# Notes:
|
||||
#
|
||||
# An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard.
|
||||
@ -89,7 +86,7 @@ options SMP # Symmetric MultiProcessor Kernel
|
||||
options APIC_IO # Symmetric (APIC) I/O
|
||||
|
||||
# Optional, these are the defaults plus 1:
|
||||
options NCPU=3 # number of CPUs
|
||||
options NCPU=5 # number of CPUs
|
||||
options NBUS=5 # number of busses
|
||||
options NAPIC=2 # number of IO APICs
|
||||
options NINTR=25 # number of INTs
|
||||
@ -98,12 +95,6 @@ options NINTR=25 # number of INTs
|
||||
# Rogue SMP hardware:
|
||||
#
|
||||
|
||||
# Tyan Tomcat II:
|
||||
#options SMP_TIMER_NC # 8254 NOT connected to APIC
|
||||
|
||||
# SuperMicro P6DNE:
|
||||
#options SMP_TIMER_NC # 8254 NOT connected to APIC
|
||||
|
||||
# Bridged PCI cards:
|
||||
#
|
||||
# The MP tables of most of the current generation MP motherboards
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.50 1997/07/13 15:26:54 bde Exp $
|
||||
# $Id: options.i386,v 1.51 1997/07/25 11:53:20 phk Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
USER_LDT
|
||||
@ -39,7 +39,6 @@ NCPU opt_smp.h
|
||||
NBUS opt_smp.h
|
||||
NAPIC opt_smp.h
|
||||
NINTR opt_smp.h
|
||||
SMP_TIMER_NC opt_smp.h
|
||||
|
||||
AHC_TAGENABLE opt_aic7xxx.h
|
||||
AHC_SCBPAGING_ENABLE opt_aic7xxx.h
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.352 1997/07/20 05:27:59 bde Exp $
|
||||
# $Id: LINT,v 1.353 1997/07/25 11:53:19 phk Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -71,9 +71,6 @@ config kernel root on wd0 dumps on wd0
|
||||
# NAPIC sets the number of IO APICs on the motherboard, defaults to 1.
|
||||
# NINTR sets the total number of INTs provided by the motherboard.
|
||||
#
|
||||
# SMP_TIMER_NC is for motherboards that claim 8254 connectivity to the IO APIC,
|
||||
# when in fact it is NOT connected.
|
||||
#
|
||||
# Notes:
|
||||
#
|
||||
# An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard.
|
||||
@ -89,7 +86,7 @@ options SMP # Symmetric MultiProcessor Kernel
|
||||
options APIC_IO # Symmetric (APIC) I/O
|
||||
|
||||
# Optional, these are the defaults plus 1:
|
||||
options NCPU=3 # number of CPUs
|
||||
options NCPU=5 # number of CPUs
|
||||
options NBUS=5 # number of busses
|
||||
options NAPIC=2 # number of IO APICs
|
||||
options NINTR=25 # number of INTs
|
||||
@ -98,12 +95,6 @@ options NINTR=25 # number of INTs
|
||||
# Rogue SMP hardware:
|
||||
#
|
||||
|
||||
# Tyan Tomcat II:
|
||||
#options SMP_TIMER_NC # 8254 NOT connected to APIC
|
||||
|
||||
# SuperMicro P6DNE:
|
||||
#options SMP_TIMER_NC # 8254 NOT connected to APIC
|
||||
|
||||
# Bridged PCI cards:
|
||||
#
|
||||
# The MP tables of most of the current generation MP motherboards
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.352 1997/07/20 05:27:59 bde Exp $
|
||||
# $Id: LINT,v 1.353 1997/07/25 11:53:19 phk Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -71,9 +71,6 @@ config kernel root on wd0 dumps on wd0
|
||||
# NAPIC sets the number of IO APICs on the motherboard, defaults to 1.
|
||||
# NINTR sets the total number of INTs provided by the motherboard.
|
||||
#
|
||||
# SMP_TIMER_NC is for motherboards that claim 8254 connectivity to the IO APIC,
|
||||
# when in fact it is NOT connected.
|
||||
#
|
||||
# Notes:
|
||||
#
|
||||
# An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard.
|
||||
@ -89,7 +86,7 @@ options SMP # Symmetric MultiProcessor Kernel
|
||||
options APIC_IO # Symmetric (APIC) I/O
|
||||
|
||||
# Optional, these are the defaults plus 1:
|
||||
options NCPU=3 # number of CPUs
|
||||
options NCPU=5 # number of CPUs
|
||||
options NBUS=5 # number of busses
|
||||
options NAPIC=2 # number of IO APICs
|
||||
options NINTR=25 # number of INTs
|
||||
@ -98,12 +95,6 @@ options NINTR=25 # number of INTs
|
||||
# Rogue SMP hardware:
|
||||
#
|
||||
|
||||
# Tyan Tomcat II:
|
||||
#options SMP_TIMER_NC # 8254 NOT connected to APIC
|
||||
|
||||
# SuperMicro P6DNE:
|
||||
#options SMP_TIMER_NC # 8254 NOT connected to APIC
|
||||
|
||||
# Bridged PCI cards:
|
||||
#
|
||||
# The MP tables of most of the current generation MP motherboards
|
||||
|
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: SMP-GENERIC,v 1.5 1997/07/18 22:00:17 fsmp Exp $
|
||||
# $Id: SMP-GENERIC,v 1.1 1997/07/26 00:54:07 smp Exp smp $
|
||||
|
||||
machine "i386"
|
||||
# SMP does NOT support 386/486 CPUs.
|
||||
@ -33,17 +33,6 @@ options APIC_IO # Symmetric (APIC) I/O
|
||||
#options NAPIC=1 # number of IO APICs
|
||||
#options NINTR=24 # number of INTs
|
||||
|
||||
#
|
||||
# HEADS UP: SMP_TIMER_NC currently not usable,
|
||||
# following comments will be removed shortly.
|
||||
#
|
||||
|
||||
# Tyan Tomcat II:
|
||||
#options SMP_TIMER_NC # 8254 NOT connected to APIC
|
||||
|
||||
# SuperMicro P6DNxxx:
|
||||
#options SMP_TIMER_NC # 8254 NOT connected to APIC
|
||||
|
||||
# Lets always enable the kernel debugger for SMP.
|
||||
options DDB
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.50 1997/07/13 15:26:54 bde Exp $
|
||||
# $Id: options.i386,v 1.51 1997/07/25 11:53:20 phk Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
USER_LDT
|
||||
@ -39,7 +39,6 @@ NCPU opt_smp.h
|
||||
NBUS opt_smp.h
|
||||
NAPIC opt_smp.h
|
||||
NINTR opt_smp.h
|
||||
SMP_TIMER_NC opt_smp.h
|
||||
|
||||
AHC_TAGENABLE opt_aic7xxx.h
|
||||
AHC_SCBPAGING_ENABLE opt_aic7xxx.h
|
||||
|
Loading…
Reference in New Issue
Block a user