Subject: Re: nfs_boot: 'cs0' not found
To: Todd Whitesel <toddpw@best.com>
From: Simon Burge <simonb@netbsd.org>
List: port-arm32
Date: 10/25/1999 21:19:02
Todd Whitesel wrote:

> ...
> cs0 at ofisa0 (ethernet@i300): CS8900
> cs0: CS8900 rev. F, address 08:00:2b:81:63:47, media UTP
> cs0: driver only supports memory mode
> ...
> wdc0 at ofisa0 (ide@i1f0): error getting interrupt data
> ...

These last two are a bit of a worry.  On "my" 1.4 shark:

	shark:~ 16> dmesg | egrep '^(cs|wd)'
	cs0 at ofisa0 (ethernet@i300): CRUS,CS8900
	cs0: CS8900 rev. F, address 08:00:2b:81:60:0c, media UTP
	wdc0 at ofisa0 (ide@i1f0)

> boot device: <unknown>
> nfs_boot: 'cs0' not found
> cannot mount root, error = 6
> root device (default cs0):

Errno 6 is "device not configured".  Just to ask the bleedingly obvious,
are you using the netbsd_netboot.SHARK.gz kernel?  It does sound like a
hardwarish problem though with the "driver only supports memory mode"
and "error getting interrupt data" messages...

Simon.