Subject: Re: Bootloader
To: Bruce Martin <BruceM@cat.co.za>
From: Mark Brinicombe <mark@causality.com>
List: port-arm32
Date: 03/11/1999 01:18:57
On Thu, 11 Mar 1999, Bruce Martin wrote:

> Hi All
> 
> Well, I've got my NetBSD bootloader working on the EBSA285
> quite nicely - the problem is that I cannot connect a SCSI
> disk to it properly. It sees the PCI SCSI controller fine
> (Adaptec AHA2940W), but as soon as I connect a disk to the
> controller, I get messages along the lines of:
> 	pci0 at footbridge0 bus 0
> 	pci0: i/o enabled, memory enabled
> 	ahc0 at pci0 dev 5 function 0
> 	ahc0: interrupting at irq 18
> 	ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs
> 	scsibus0 at ahc0 channel 0: 16 targets, 8 luns per
> target
> 	ahc0: board is not responding
[cut]

The Adaptec 2940 card I have works ok on my EBSA285 but thats not the wide
one.

ahc0 at pci0 dev 8 function 0
ahc0: interrupting at irq 8
ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs
scsibus0 at ahc0 channel 0: 8 targets
ahc0: target 0 synchronous at 10.0MHz, offset = 0xf
sd0 at scsibus0 targ 0 lun 0: <IBM, DCAS-34330, S65A> SCSI2 0/direct fixed
sd0: 4134MB, 8205 cyl, 6 head, 171 sec, 512 bytes/sect x 8467200 sectors
cd0 at scsibus0 targ 6 lun 0: <YAMAHA, CDR400t, 1.0g> SCSI2 5/cdrom removable

> 	sd0 at scsibus0 targ 0 lun 0: <, , > SCSI0 0/direct

pmap.c was updated today (I posted to the list about this) to fix a
problem with SCSI devices not be identified (the <, , >) although that
could just be due to the problem with the driver errors.

Cheers,
				Mark