Subject: Re: aic7899
To: None <ad@netbsd.org>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-i386
Date: 11/03/2000 23:11:46
> Anybody have success with one of these?
>
> I've being trying to get the onboard SCSI on an SGI 1450 to
> work. The kernel faults in ahc_check_patch() during
> autoconfiguration. No trace is available.  The fault is at line
> 4467 in aic7xxx.c, and at that point, `skip_addr' is 0x1c0.

I think it is an aic7899 in the Dell 6450 server I had available
a short while ago, and it seemed to just work right out of the
box with 1.5 and -current code, although only in 80MB/s mode, it
would seem.

The relevant autoconf output was

ahc1 at pci0 dev 5 function 0
OptionMode =3D 3
ahc1: interrupting at irq 11
ahc1: aic7899 Wide Channel A, SCSI Id=3D7, 16/255 SCBs
scsibus0 at ahc1 channel 0: 16 targets, 8 luns per target
ahc2 at pci0 dev 5 function 1
OptionMode =3D 3
ahc2: interrupting at irq 10
ahc2: aic7899 Wide Channel B, SCSI Id=3D7, 16/255 SCBs
scsibus1 at ahc2 channel 0: 16 targets, 8 luns per target

and

scsibus0: waiting 2 seconds for devices to settle...
ahc1: target 0 using 16bit transfers
ahc1: target 0 synchronous at 40.0MHz, offset =3D 0x7f
ahc1: target 0 using tagged queuing
sd0 at scsibus0 target 0 lun 0: <QUANTUM, ATLAS10K2-TY092J, DA40> SCSI3 0/direct fixed
sd0: 8683 MB, 17338 cyl, 3 head, 341 sec, 512 bytes/sect x 17783239 sectors
ahc1: target 1 using 16bit transfers
ahc1: target 1 synchronous at 40.0MHz, offset =3D 0x7f
ahc1: target 1 using tagged queuing
sd1 at scsibus0 target 1 lun 0: <QUANTUM, ATLAS10K2-TY092J, DA40> SCSI3 0/direct fixed
sd1: 8683 MB, 17338 cyl, 3 head, 341 sec, 512 bytes/sect x 17783239 sectors
ahc1: target 2 using 16bit transfers
ahc1: target 2 synchronous at 40.0MHz, offset =3D 0x7f
ahc1: target 2 using tagged queuing
sd2 at scsibus0 target 2 lun 0: <QUANTUM, ATLAS10K2-TY092J, DA40> SCSI3 0/direct fixed
sd2: 8683 MB, 17338 cyl, 3 head, 341 sec, 512 bytes/sect x 17783239 sectors
ahc1: target 3 using 16bit transfers
ahc1: target 3 synchronous at 40.0MHz, offset =3D 0x7f
ahc1: target 3 using tagged queuing
sd3 at scsibus0 target 3 lun 0: <QUANTUM, ATLAS10K2-TY092J, DA40> SCSI3 0/direct fixed
sd3: 8683 MB, 17338 cyl, 3 head, 341 sec, 512 bytes/sect x 17783239 sectors
ahc1: target 6 using 8bit transfers
ahc1: target 6 using asynchronous transfers
ses0 at scsibus0 target 6 lun 0: <DELL, 1x4 U2W SCSI BP, 1.16> SCSI2 3/processor fixed
ses0: SAF-TE Compliant Device
scsibus1: waiting 2 seconds for devices to settle...
sd1: no disk label
sd2: no disk label
sd3: no disk label

Regards,

- H=E5vard