Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 1996 00:42:28 -0400 (EDT)
From:      "Jason T. Nelson" <jason@purcell.jlc.net>
To:        freebsd-questions@freebsd.org
Subject:   kernel puking on boot
Message-ID:  <199604100442.AAA12543@purcell.jlc.net>

next in thread | raw e-mail | index | archive | help
I have a customer who is using his old 486SX (33mHz) with 8Mb of RAM to 
route between ethernet (ep0) and a PPP link (tun0). The kernel itself 
compiles and installs just fine, no warnings or whatever; when I try to 
boot with it, it gets to where it says "npx0 on motherboard" or some such 
thing, then panics immeadiately. Anybody have any idea?



### kernel config file for border gateway

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
ident		GATEWAY
maxusers	10

options		GPL_MATH_EMULATE	#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		COMPAT_LINUX
options		GATEWAY
options		IPFIREWALL
options		QUOTA
options		XSERVER

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on wd0 

controller	isa0

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 vector wdintr
disk		wd0	at wdc0 drive 0

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

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

device		ep0	at isa? port 0x300 net irq 10 vector epintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	tun	1
pseudo-device	bpfilter	4
pseudo-device	disc
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	speaker
pseudo-device	vn
pseudo-device	snp	12



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