Subject: Re: adaptec 79xx
To: None <netbsd@eq.cz>
From: Havard Eidnes <he@uninett.no>
List: netbsd-users
Date: 12/15/2004 22:22:14
> I can't find any 'official' information about NetBSD support for adap=
tec =

> 79xx chipsets. As mentioned here:
>
> http://mail-index.netbsd.org/current-users/2003/04/20/0026.html
>
> ``Pascal also ported the ahd driver, for Adaptec 79xx chipsets (U320)=
, =

> which I will be integrating shortly.''
>
> It's been quite a while ago, so do you now what's the status of porti=
ng =

> FreeBSD's ahd now?

The driver has been imported, and is included in NetBSD 2.0.

The first version was imported the day after the pointed-to
message above (21 April 2003), and it seems that the last "real"
fix to the driver was applied in the mid-October 2003 timeframe.
I see that it doesn't have a manual page (yet); we need to deal
with fixing that...

One of our local machines have such a controller, and I can
confirm that it works quite well:

NetBSD 2.0 (GENERIC) #0: Tue Dec  7 15:02:33 CET 2004
...
pci7 at ppb6 bus 8
pci7: i/o space, memory space enabled, rd/line, wr/inv ok
ahd0 at pci7 dev 7 function 0
ahd0: interrupting at irq 5
ahd0: aic7902: Ultra320 Wide Channel A, SCSI Id=3D7, PCI-X 101-133Mhz, =
512 SCBs
scsibus0 at ahd0: 16 targets, 8 luns per target
ahd1 at pci7 dev 7 function 1
ahd1: interrupting at irq 3
ahd1: aic7902: Ultra320 Wide Channel B, SCSI Id=3D7, PCI-X 101-133Mhz, =
512 SCBs
scsibus1 at ahd1: 16 targets, 8 luns per target
...
sd0 at scsibus1 target 0 lun 0: <IBM-ESXS, MAS3367NC     FN, C901> disk=
 fixed
sd0: 34715 MB, 27150 cyl, 4 head, 654 sec, 512 bytes/sect x 71096640 se=
ctors
sd0: sync (6.25ns offset 127), 16-bit (320.000MB/s) transfers, tagged q=
ueueing
sd1 at scsibus1 target 1 lun 0: <IBM-ESXS, MAS3367NC     FN, C901> disk=
 fixed
sd1: 34715 MB, 27150 cyl, 4 head, 654 sec, 512 bytes/sect x 71096640 se=
ctors
sd1: sync (6.25ns offset 127), 16-bit (320.000MB/s) transfers, tagged q=
ueueing
sd2 at scsibus1 target 2 lun 0: <IBM-ESXS, CBR146C34810ESFN, DFQG> disk=
 fixed
sd2: 136 GB, 49070 cyl, 8 head, 730 sec, 512 bytes/sect x 286748000 sec=
tors
sd2: sync (6.25ns offset 127), 16-bit (320.000MB/s) transfers, tagged q=
ueueing
sd3 at scsibus1 target 3 lun 0: <IBM-ESXS, CBR146C34810ESFN, DFQG> disk=
 fixed
sd3: 136 GB, 49070 cyl, 8 head, 730 sec, 512 bytes/sect x 286748000 sec=
tors
sd3: sync (6.25ns offset 127), 16-bit (320.000MB/s) transfers, tagged q=
ueueing
sd4 at scsibus1 target 4 lun 0: <IBM-ESXS, CBR146C34810ESFN, DFQG> disk=
 fixed
sd4: 136 GB, 49070 cyl, 8 head, 730 sec, 512 bytes/sect x 286748000 sec=
tors
sd4: sync (6.25ns offset 127), 16-bit (320.000MB/s) transfers, tagged q=
ueueing
ses0 at scsibus1 target 8 lun 0: <IBM, 25R5170a S320  0, 1> processor f=
ixed
ses0: SAF-TE Compliant Device
ses0: async, 8-bit transfers
...

Regards,

- H=E5vard