Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 1997 16:57:47 +0100
From:      regnauld@deepo.prosa.dk (Philippe Regnauld)
To:        freebsd-current@freebsd.org
Subject:   2.2-B finds a i286 :-/
Message-ID:  <Mutt.19970127165746.regnauld@deepo.prosa.dk>

next in thread | raw e-mail | index | archive | help
Argh!

Just recompiled a kernel for a DX-2/50 and it panics on boot with:

CPU: i486 DX2 (286-class CPU) 
Genuine Intel    Id=0x435 stepping=5
CPU class not configured


GENERIC worked fine.  Here's the config file for the kernel:



machine		"i386"
cpu		"I486_CPU"
ident		DIALUP
maxusers	32

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		UCONSOLE		#Allow users to grab the console
options		USERCONFIG		#boot -c editor

options		"CHILD_MAX=128"
options		"OPEN_MAX=128"

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on wd0

controller	isa0
options		"AUTO_EOI_1"
options		"AUTO_EOI_2"

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

controller	wdc0	at isa? port "IO_WD1" bio irq 14 flags 0x80ff80ff vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

# 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 ep0 at isa? port 0x300 net irq 10 vector epintr

pseudo-device	ccd	3
pseudo-device	loop
pseudo-device	snp	1
pseudo-device	bpfilter	4
pseudo-device	ether
pseudo-device	log
pseudo-device	ppp	8
pseudo-device	tun	8
pseudo-device	pty	32
pseudo-device	vn
pseudo-device	gzip		# Exec gzipped a.out's

-- 
							-- Phil

-[ Philippe Regnauld   /   Systems Administrator   /   regnauld@.prosa.dk ]-
-[ Location.: +55.4N +11.3E       PGP Key: finger regnauld@deepo.prosa.dk ]-




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19970127165746.regnauld>