head	1.24;
access;
symbols
	RELENG_3_0_0_RELEASE:1.17
	PRE_NOBDEV:1.12
	POST_DEVFS_SLICE:1.10
	PRE_DEVFS_SLICE:1.10
	POST_SOFTUPDATE:1.10
	PRE_SOFTUPDATE:1.10
	WOLLMAN_MBUF:1.4.0.2
	BP_WOLLMAN_MBUF:1.4;
locks; strict;
comment	@# @;


1.24
date	98.12.27.13.12.59;	author phk;	state dead;
branches;
next	1.23;

1.23
date	98.12.04.18.01.23;	author wpaul;	state Exp;
branches;
next	1.22;

1.22
date	98.11.03.22.01.22;	author des;	state Exp;
branches;
next	1.21;

1.21
date	98.11.03.21.12.20;	author des;	state Exp;
branches;
next	1.20;

1.20
date	98.10.22.13.49.51;	author bde;	state Exp;
branches;
next	1.19;

1.19
date	98.10.22.12.23.04;	author bde;	state Exp;
branches;
next	1.18;

1.18
date	98.10.18.16.24.32;	author wpaul;	state Exp;
branches;
next	1.17;

1.17
date	98.10.16.04.44.05;	author peter;	state Exp;
branches;
next	1.16;

1.16
date	98.09.25.17.34.48;	author peter;	state Exp;
branches;
next	1.15;

1.15
date	98.09.18.00.46.41;	author mjacob;	state Exp;
branches;
next	1.14;

1.14
date	98.09.16.18.27.45;	author andreas;	state Exp;
branches;
next	1.13;

1.13
date	98.09.15.10.01.13;	author gibbs;	state Exp;
branches;
next	1.12;

1.12
date	98.04.29.06.58.43;	author max;	state Exp;
branches;
next	1.11;

1.11
date	98.04.22.18.18.14;	author mjacob;	state Exp;
branches;
next	1.10;

1.10
date	97.10.31.22.10.02;	author jseger;	state Exp;
branches;
next	1.9;

1.9
date	97.10.28.07.24.35;	author joerg;	state Exp;
branches;
next	1.8;

1.8
date	97.10.26.04.36.09;	author nate;	state Exp;
branches;
next	1.7;

1.7
date	97.07.26.01.46.02;	author fsmp;	state Exp;
branches;
next	1.6;

1.6
date	97.07.20.23.57.20;	author fsmp;	state Exp;
branches;
next	1.5;

1.5
date	97.07.18.22.00.17;	author fsmp;	state Exp;
branches;
next	1.4;

1.4
date	97.06.22.16.02.57;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	97.05.11.19.01.24;	author andreas;	state Exp;
branches;
next	1.2;

1.2
date	97.05.06.20.40.52;	author fsmp;	state Exp;
branches;
next	1.1;

1.1
date	97.05.06.18.18.51;	author fsmp;	state Exp;
branches;
next	;


desc
@@


1.24
log
@Add commented out SMP stuff in GENERIC, remove stale configs.
@
text
@#
# SMP-GENERIC -- Smp machine with WD/AHx/NCR/BTx family disks
#
# For more information read the handbook part System Administration -> 
# Configuring the FreeBSD Kernel -> The Configuration File. 
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server 
# <URL:http://www.FreeBSD.ORG/>
#
# An exhaustive list of options and more detailed explanations of the 
# 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.23 1998/12/04 18:01:23 wpaul Exp $

machine		"i386"
# SMP does NOT support 386/486 CPUs.
#cpu		"I386_CPU"
#cpu		"I486_CPU"

cpu		"I586_CPU"
cpu		"I686_CPU"
ident		SMP-GENERIC
maxusers	32

# Create a SMP capable kernel (mandatory options):
options		SMP			# Symmetric MultiProcessor Kernel
options		APIC_IO			# Symmetric (APIC) I/O

# Optional, these are the defaults:
#options		NCPU=2			# number of CPUs
#options		NBUS=4			# number of busses
#options		NAPIC=1			# number of IO APICs
#options		NINTR=24		# number of INTs

# Lets always enable the kernel debugger for SMP.
options		DDB

# SMP shouldn't need x87 emulation, disable by default.
#options		MATH_EMULATE		#Support for x87 emulation

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		FFS_ROOT		#FFS usable as root device [keep this!]
options		MFS			#Memory Filesystem
options		MFS_ROOT		#MFS usable as root device, "MFS" req'ed
options		NFS			#Network Filesystem
options		NFS_ROOT		#NFS usable as root device, "NFS" req'ed
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		"CD9660_ROOT"		#CD-ROM usable as root. "CD9660" req'ed
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		SCSI_DELAY=15000	#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor

config		kernel	root on wd0

controller	isa0
controller	eisa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
# Unless you know very well what you're doing, leave ft0 at drive 2, or
# remove the line entirely if you don't need it.  Trying to configure
# it on another unit might cause surprises, see PR kern/7176.
tape		ft0	at fdc0 drive 2

options		"CMD640"	# work around CMD640 chip deficiency
controller	wdc0	at isa? port "IO_WD1" bio irq 14
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

controller	wdc1	at isa? port "IO_WD2" bio irq 15
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1

options		ATAPI		#Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM
device		wcd0		#IDE CD-ROM
device		wfd0		#IDE Floppy (e.g. LS-120)

# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
controller	ncr0
#controller	amd0
controller	ahb0
controller	ahc0
controller	isp0

# This controller offers a number of configuration options, too many to
# document here  - see the LINT file in this directory and look up the
# dpt0 entry there for much fuller documentation on this.
controller      dpt0

controller	adv0	at isa? port ? cam irq ?
controller	adw0
controller	bt0	at isa? port ? cam irq ?
controller	aha0	at isa? port ? cam irq ?
#controller	uha0	at isa? port "IO_UHA0" bio irq ? drq 5
#controller	aic0	at isa? port 0x340 bio irq 11
#controller	nca0	at isa? port 0x1f88 bio irq 10
#controller	nca1	at isa? port 0x350 bio irq 5
#controller	sea0	at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000

controller	scbus0

device		da0

device		sa0

device		pass0

device		cd0	#Only need one of these, the code dynamically grows

device		wt0	at isa? port 0x300 bio irq 5 drq 1
device		mcd0	at isa? port 0x300 bio irq 10

controller	matcd0	at isa? port 0x230 bio

device		scd0	at isa? port 0x230 bio

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port IO_KBD conflicts tty irq 1
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port IO_KBD conflicts tty irq 1
#options		XSERVER			# support for X server
#options		FAT_CURSOR		# start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options		PCVT_SCANSET=2		# IBM keyboards are non-std

device		npx0	at isa? port IO_NPX irq 13

#
# Laptop support (see LINT for more options)
#
device		apm0    at isa?	disable	flags 0x31 # Advanced Power Management

# PCCARD (PCMCIA) support
#controller	card0
#device		pcic0	at card?
#device		pcic1	at card?

device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4
device		sio1	at isa? port "IO_COM2" tty irq 3
device		sio2	at isa? disable port "IO_COM3" tty irq 5
device		sio3	at isa? disable port "IO_COM4" tty irq 9

device		lpt0	at isa? port? tty irq 7

device		psm0	at isa? port IO_KBD conflicts tty irq 12

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0
device fxp0
device mx0
device pn0
device rl0
device tl0
device tx0
device vr0
device vx0
device wb0
device xl0

device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000
device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000
device ep0 at isa? port 0x300 net irq 10
device ex0 at isa? port? net irq?
device fe0 at isa? port 0x300 net irq ?
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 net irq 10 drq 0
device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000
device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000
device cs0 at isa? port 0x300 net irq ?

pseudo-device	loop
pseudo-device	ether
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
options		KTRACE		#kernel tracing

# This provides support for System V shared memory.
#
options		SYSVSHM

#  The `bpfilter' pseudo-device enables the Berkeley Packet Filter.  Be
#  aware of the legal and administrative consequences of enabling this
#  option.  The number of devices determines the maximum number of
#  simultaneous BPF clients programs runnable.
#pseudo-device	bpfilter 4	#Berkeley packet filter
@


1.23
log
@An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.

if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
         various other PNIC devices

if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
         other boards based on the Macronix 98713, 98713A, 98715, 98715A
         and 98725 chips

if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
         Rhine II chips (note: the D-Link and certain other cards
         that actually use a Rhine II chip still return the PCI
         device ID of the Rhine I. I don't know why, and it doesn't
         really matter since the driver treats both chips the same
         anyway.)

if_wb.c: Trendware TE100-PCIE and various other cards based on the
         Winbond W89C840F chip (the Trendware card is identical to
         the sample boards Winbond sent me, so who knows how many
         clones there are running around)

All drivers include support for ifmedia, BPF and hardware multicast
filtering.

Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.

I also have a driver for the ASIX AX88140A in the works.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.22 1998/11/03 22:01:22 des Exp $
@


1.22
log
@Back out previous commit. The bpfilter -> bpf transition will have to be a
flag day unless we can hack config(8) to smooth things over.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.21 1998/11/03 21:12:20 des Exp $
d164 2
d169 1
d171 1
@


1.21
log
@Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal
and will stick around for a while.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.20 1998/10/22 13:49:51 bde Exp $
d198 1
a198 1
#  The `bpf' pseudo-device enables the Berkeley Packet Filter.  Be
d202 1
a202 1
#pseudo-device	bpf	4	#Berkeley packet filter
@


1.20
log
@Quote port names that have a digit in them.  IO_TIMER1 was lexed as
{ port_name = "IO_TIMER", port_number = 1 } and only worked because
it was reassembled to "IO_TIMER1".  Trailing digits always work, but
this is too magic to depend on.

Don't quote port names that don't have a digit in them.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.19 1998/10/22 12:23:04 bde Exp $
d198 1
a198 1
#  The `bpfilter' pseudo-device enables the Berkeley Packet Filter.  Be
d202 1
a202 1
#pseudo-device	bpfilter	4	#Berkeley packet filter
@


1.19
log
@Removed all `vector xxxintr' specifications.  Interrupt handlers are now
configured in drivers.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.18 1998/10/18 16:24:32 wpaul Exp $
d129 1
a129 1
device		sc0	at isa? port "IO_KBD" conflicts tty irq 1
d131 1
a131 1
#device		vt0	at isa? port "IO_KBD" conflicts tty irq 1
d137 1
a137 1
device		npx0	at isa? port "IO_NPX" irq 13
d156 1
a156 1
device		psm0	at isa? port "IO_KBD" conflicts tty irq 12
@


1.18
log
@Add driver support for PCI fast ethernet adapters based on the
RealTek 8129/8139 chipset like I've been threatening. Update kernel
configs, userconfig.c, relnotes and sysinstall. No man page yet;
comming soon.

I consider this driver stable enough that I want to give it some
exposure in -current.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.17 1998/10/16 04:44:05 peter Exp $
d66 1
a66 1
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
d75 1
a75 1
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
d79 1
a79 1
controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
d105 5
a109 5
#controller	uha0	at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
#controller	aic0	at isa? port 0x340 bio irq 11 vector aicintr
#controller	nca0	at isa? port 0x1f88 bio irq 10 vector ncaintr
#controller	nca1	at isa? port 0x350 bio irq 5 vector ncaintr
#controller	sea0	at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr
d121 2
a122 2
device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr
device		mcd0	at isa? port 0x300 bio irq 10 vector mcdintr
d129 1
a129 1
device		sc0	at isa? port "IO_KBD" conflicts tty irq 1 vector scintr
d131 1
a131 1
#device		vt0	at isa? port "IO_KBD" conflicts tty irq 1 vector pcrint
d137 1
a137 1
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
d149 4
a152 4
device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		sio2	at isa? disable port "IO_COM3" tty irq 5 vector siointr
device		sio3	at isa? disable port "IO_COM4" tty irq 9 vector siointr
d154 1
a154 1
device		lpt0	at isa? port? tty irq 7 vector lptintr
d156 1
a156 1
device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
d170 10
a179 10
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device ex0 at isa? port? net irq? vector exintr
device fe0 at isa? port 0x300 net irq ? vector feintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zeintr
device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
device cs0 at isa? port 0x300 net irq ? vector csintr
@


1.17
log
@Update SMP-GENERIC to something a bit more recent based on GENERIC.

Approved by: jkh
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.16 1998/09/25 17:34:48 peter Exp $
d164 1
@


1.16
log
@Goodbye BOUNCE_BUFFERS, for a hack it has served us well.

The last consumer of this code (the old SCSI system) has left us and
the CAM code does it's own bouncing.  The isa dma system has been
doing it's own bouncing for a while too.

Reviewed by:	core
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.15 1998/09/18 00:46:41 mjacob Exp $
d44 3
d48 1
d51 1
d85 2
a86 1
device		wcd0	#IDE CD-ROM
d98 2
a99 4
# dpt0 entry there for much fuller documentation on this.  The options
# line following dpt0 here is also currently a *required* option for it.
# controller      dpt0
# options DPT_MEASURE_PERFORMANCE
d102 1
d129 1
a129 1
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
d131 2
a132 2
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
#options		XSERVER			# include code for XFree86
a154 2
device		lpt1	at isa? port? tty
device		mse0	at isa? port 0x23c tty irq 5 vector mseintr
d156 1
a156 1
device		psm0	at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr
d169 1
a169 1
device ed0 at isa? port 0x280 net irq  5 iomem 0xd8000 vector edintr
d176 1
a176 1
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
d183 1
a183 1
#pseudo-device	ppp	1
d195 7
a201 1
options         SYSVSHM  
@


1.15
log
@(requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver
that had depended on it for compilation within or without CAM to use
__FreeBSD_version instead).
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.14 1998/09/16 18:27:45 andreas Exp $
a49 1
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
@


1.14
log
@sync with GENERIC file, raise maxusers variable from '10' to '32'
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.13 1998/09/15 10:01:13 gibbs Exp $
a49 1
options		SCSI_CAM		#We're using CAM in this kernel
@


1.13
log
@sd->da, od is gone, no SCSI control devices.
new pass, xpt, and targ devices.

Nuke no longer used AHC options.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.12 1998/04/29 06:58:43 max Exp $
d24 1
a24 1
maxusers	10
@


1.12
log
@Add "flags 0x10" to the sio0 entry so that SMP-GENERIC acts in thesame
manner as the GENERIC kernel to the -h option.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.11 1998/04/22 18:18:14 mjacob Exp $
d49 2
a50 1
options		SCSI_DELAY=15		#Be pessimistic about Joe SCSI device
d66 3
d87 1
a87 1
controller	amd0
d92 15
a106 7
controller	bt0	at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
controller	uha0	at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
controller	aha0	at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
controller	aic0	at isa? port 0x340 bio irq 11 vector aicintr
controller	nca0	at isa? port 0x1f88 bio irq 10 vector ncaintr
controller	nca1	at isa? port 0x350 bio irq 5 vector ncaintr
controller	sea0	at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr
d110 1
a110 1
device		sd0
d112 1
a112 1
device		od0	#See LINT for possible `od' options.
d114 1
a114 1
device		st0
a128 1
#options		PCVT_FREEBSD=210	# pcvt running on FreeBSD >= 2.0.5
d163 2
d166 1
a168 1
device ed1 at isa? port 0x300 net irq  5 iomem 0xd8000 vector edintr
a169 1
device ie1 at isa? port 0x360 net irq  7 iomem 0xd0000 vector ieintr
d177 1
a181 1
# iijppp uses tun instead of ppp device
d192 3
@


1.11
log
@Add support for the Qlogic ISP SCSI && FC/AL Adapters
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.10 1997/10/31 22:10:02 jseger Exp $
d135 1
a135 1
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
@


1.10
log
@Change comments about ijppp to iijppp.

PR:		conf/4905
Submitted by:	takas-su@@is.aist-nara.ac.jp
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.9 1997/10/28 07:24:35 joerg Exp $
d86 1
@


1.9
log
@Remove the stale `log' non-pseudodevice.

Found by:	the new config(8) ;-)
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.8 1997/10/26 04:36:09 nate Exp $
d168 1
a168 1
# ijppp uses tun instead of ppp device
@


1.8
log
@- Do a bunch of gratuitous changes intended to make the code easier to
  follow.
 * Rename/reorder all of the pccard structures, change many of the member
   names to be descriptive, and follow more closely other 'bus' drivers
   naming schemes.
 * Rename a bunch of parameter and local variable names to be more
   consistant in the code.
 * Renamed the PCCARD 'crd' device to be the 'card' device
 * KNF and make the code consistant where it was obvious.
 * ifdef'd out some unused code
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.7 1997/07/26 01:46:02 fsmp Exp $
a166 1
pseudo-device	log
@


1.7
log
@Removed "options SMP_TIMER_NC".
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.1 1997/07/26 00:54:07 smp Exp smp $
d130 3
a132 3
#controller	crd0
#device		pcic0	at crd?
#device		pcic1	at crd?
@


1.6
log
@Put in a "HEADS UP" concerning the 'SMP_TIMER_NC' option.
Disabled MATH_EMULATE, shouldn't ordinarily be needed for SMP.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.5 1997/07/18 22:00:17 fsmp Exp $
a34 11

#
# 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
@


1.5
log
@Added "options  DDB", given the experimental nature of SMP...
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.4 1997/06/22 16:02:57 peter Exp $
d36 5
a47 1
#
d50 3
a52 1
options		MATH_EMULATE		#Support for x87 emulation
@


1.4
log
@Preliminary support for per-cpu data pages.

This eliminates a lot of #ifdef SMP type code.  Things like _curproc reside
in a data page that is unique on each cpu, eliminating the expensive macros
like:    #define curproc (SMPcurproc[cpunumber()])

There are some unresolved bootstrap and address space sharing issues at
present, but Steve is waiting on this for other work.  There is still some
strictly temporary code present that isn't exactly pretty.

This is part of a larger change that has run into some bumps, this part is
standalone so it should be safe.  The temporary code goes away when the
full idle cpu support is finished.

Reviewed by: fsmp, dyson
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.3 1997/05/11 19:01:24 andreas Exp $
d41 4
@


1.3
log
@- fixed typo
- merged SMP option SMP_AUTOSTART from LINT
- enabled SMP_AUTOSTART, since it's the desired working mode and it's
  reported to work now.
PR:
Reviewed by:
Submitted by:
Obtained from:
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.2 1997/05/06 20:40:52 fsmp Exp $
a28 3

# Useful and reported to work:
options		SMP_AUTOSTART		# start the additional CPUs during boot
@


1.2
log
@Make ident equal file name, ie SMP-GENERIC.
@
text
@d14 1
a14 1
#	$Id: SMP-GENERIC,v 1.1 1997/05/06 18:18:51 fsmp Exp $
d26 1
a26 1
# Create an SMP capable kernel.
d29 3
@


1.1
log
@Added a generic config file for SMP kernels.
@
text
@d2 1
a2 1
# SMP -- Smp machine with WD/AHx/NCR/BTx family disks
d14 1
a14 1
#	$Id$
d23 1
a23 1
ident		SMP
@
