Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2000 23:22:51 -0500 (EST)
From:      grafe@lab12.ie.pitt.edu (Gary Rafe)
To:        freebsd-mobile@freebsd.org
Subject:   Trouble with PAO3-19991220 patches?
Message-ID:  <200001200422.XAA08960@lab12.ie.pitt.edu>

next in thread | raw e-mail | index | archive | help
Finding an updated PAO3 for 3.3-R that claims to support
the APA-1460 SlimSCSI card, I pulled it down & tried it out
on my Toshiba 4030CDT running 3.3-R/PAO3-19991007.

Starting from a fresh installation of /usr/src/sys,
I ran the kernel patches from the PAO3 distribution,
built the new pccardc, pccardd, and, using my previous
kernel configuration (which has basic SCSI support
for a parallel port Zip drive), added the lines:

	controller aic0   at isa? disable port ? cam irq ?
	device     pass0

And when the kernel was started, it reported:

	Initializing PC-card drivers: aic ep sio wdc

as expected, but ... just after the kernel correctly
changed the root device:

	Changing root device to wd0s3a

It then tried to change the root device again:

	Changing root device to wd0a

which resulted in: error 22: panic: cannot mount root (2)

and a subsequent automatic reboot ...

Ouch !  What gives here ?!
Booting my previous PAO3 kernel gets me back,
but still no SlimSCSI card.

Is this something I did (or didn't do) ?

The complete kernel configuration (less comments) follows:
#---------------------------------------------------------
machine		"i386"
cpu		"I686_CPU"
ident		HOST_PAO
maxusers	12

options 	INET
options 	FFS
options 	FFS_ROOT
options		MFS
options 	MSDOSFS
options 	"CD9660"
options 	PROCFS
options 	"COMPAT_43"
options 	UCONSOLE
options 	FAILSAFE
options 	USERCONFIG
options 	VISUAL_USERCONFIG
options 	KTRACE
options 	SYSVSHM
options 	SYSVMSG
options 	SYSVSEM
options		"MD5"
options		"P1003_1B"
options		"_KPOSIX_PRIORITY_SCHEDULING"
options		"_KPOSIX_VERSION=199309L"
options		"VM86"
options		"MAXMEM=(128*1024-112)"

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

controller	wdc0	at isa? port "IO_WD1" bio irq 14
disk		wd0	at wdc0 drive 0
options		"CMD640"

controller	wdc1	at isa? port "IO_WD2" bio irq 15
device		acd0
options		ATAPI
options		ATAPI_STATIC

controller	scbus0
controller	aic0	at isa? disable port ? cam irq ?
device		da0
device		pass0

controller	atkbdc0	at isa? port IO_KBD tty
device		atkbd0	at isa? tty irq 1
device		psm0	at isa? tty irq 12
device		vga0	at isa? port ? conflicts

pseudo-device	splash

device		sc0	at isa? tty
options		MAXCONS=3

device		npx0	at isa? port IO_NPX irq 13

device		apm0    at isa?

device		sio0	at isa? port "IO_COM1" tty irq 4
device		sio1	at isa? disable port ? tty irq ?

device		ppc0	at isa? port? tty irq 7
controller	ppbus0
device		lpt0	at ppbus?
device		ppi0	at ppbus?
controller	vpo0	at ppbus?

device		ep0	at isa? disable port ? net irq ?

pseudo-device	loop
pseudo-device	ether
pseudo-device	ppp	1
pseudo-device	pty	16
pseudo-device	gzip
pseudo-device	vn
pseudo-device	speaker
pseudo-device	bpfilter 1

options		PPP_BSDCOMP
options		PPP_DEFLATE
options 	PPP_FILTER

device		pcic0	at isa? port 0x3e0 irq 9
pseudo-device	card	1


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




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