2003-06-03 23:37:18

by Justin T. Gibbs

[permalink] [raw]
Subject:

Folks,

I've just uploaded version 1.3.10 of the aic79xx driver and version
6.2.36 of the aic7xxx driver. Both are available for 2.4.X and
2.5.X kernels in either bk send format or as a tarball from here:

http://people.FreeBSD.org/~gibbs/linux/SRC/

The change sets relative to the 2.5.X tree are:

[email protected], 2003-06-03 17:35:01-06:00, [email protected]
Update Aic79xx Readme

[email protected], 2003-06-03 17:22:05-06:00, [email protected]
Aic7xxx Driver Update
o Bump version number to 6.2.36
o Document recent aic7xxx driver releases

[email protected], 2003-06-03 17:20:14-06:00, [email protected]
Aic79xx Driver Update
o Bump driver version to 1.3.10
o Document recent releases in driver readme.

[email protected], 2003-05-31 21:12:09-06:00, [email protected]
Aic7xxx and Aic79xx Driver Update
o Work around negotiation firmware bug in the Quantum Atlas 10K
o Clear stale PCI errors in our register mapping test to avoid
false positives from rouge accesses to our registers that occur
prior to our driver attach.

[email protected], 2003-05-31 18:34:01-06:00, [email protected]
Aic79xx Driver Update
o Implement suspend and resume

[email protected], 2003-05-31 18:32:36-06:00, [email protected]
Aic7xxx Driver Update
o Fix some suspend and resume bugs

[email protected], 2003-05-31 18:27:09-06:00, [email protected]
Aic7xxx Driver Update
o Correct the type of the DV settings array.

[email protected], 2003-05-31 18:25:28-06:00, [email protected]
Aic7xxx and Aic79xx driver Update
o Remove unecessary and incorrect use of ~0 as a mask.

[email protected], 2003-05-30 13:50:00-06:00, [email protected]
Aic7xxx and Aic79xx Driver Update
o Adapt to 2.5.X SCSI proc interface change while maitaining
compatibility with earlier kernels.

[email protected], 2003-05-30 11:01:02-06:00, [email protected]
Merge http://linux.bkbits.net/linux-2.5
into overdrive.btc.adaptec.com:/usr/home/gibbs/bk/linux-2.5

[email protected], 2003-05-30 10:50:17-06:00, [email protected]
Aic7xxx Driver Update
o Bring in aic7xxx_reg_print.c update that was missed the
last time the firmware was regenerated. The old file worked
fine, so this is mostly a cosmetic change.

[email protected], 2003-05-30 10:48:31-06:00, [email protected]
Aic79xx Driver Update
o Correct non-zero lun output on post Rev A4 hardware
in packetized mode.

[email protected], 2003-05-30 10:46:03-06:00, [email protected]
Aic79xx Driver Update
o Return to using 16byte alignment for th SCB_TAG field in our SCB.
The hardware seems to corrupt SCBs on some PCI platforms with the
tag field in its old location.

[email protected], 2003-05-30 10:43:20-06:00, [email protected]
Aic7xxx Driver Update
o Adopt 2.5.X EISA framework for probing aic7770 controllers

[email protected], 2003-05-30 10:31:04-06:00, [email protected]
Aic7xxx Driver Update
o Correct card identifcation string for the 2920C



2003-06-03 23:45:24

by Marc-Christian Petersen

[permalink] [raw]
Subject: Re:

On Wednesday 04 June 2003 01:51, Justin T. Gibbs wrote:

Hi Justin,

> I've just uploaded version 1.3.10 of the aic79xx driver and version
> 6.2.36 of the aic7xxx driver. Both are available for 2.4.X and
> 2.5.X kernels in either bk send format or as a tarball from here:
many thanks! I'll update them for my tree (as always with your updates
:-)

ciao, Marc

2003-06-04 01:21:10

by Justin T. Gibbs

[permalink] [raw]
Subject: Aic7x_x_x 6.2.36 && Aic79xx 1.3.10 Updates

[Resent with a subject this time. Hit send too soon...]

Folks,

I've just uploaded version 1.3.10 of the aic79xx driver and version
6.2.36 of the aic7xxx driver. Both are available for 2.4.X and
2.5.X kernels in either bk send format or as a tarball from here:

http://people.FreeBSD.org/~gibbs/linux/SRC/

The change sets relative to the 2.5.X tree are:

[email protected], 2003-06-03 17:35:01-06:00, [email protected]
Update Aic79xx Readme

[email protected], 2003-06-03 17:22:05-06:00, [email protected]
Aic7xxx Driver Update
o Bump version number to 6.2.36
o Document recent aic7xxx driver releases

[email protected], 2003-06-03 17:20:14-06:00, [email protected]
Aic79xx Driver Update
o Bump driver version to 1.3.10
o Document recent releases in driver readme.

[email protected], 2003-05-31 21:12:09-06:00, [email protected]
Aic7xxx and Aic79xx Driver Update
o Work around negotiation firmware bug in the Quantum Atlas 10K
o Clear stale PCI errors in our register mapping test to avoid
false positives from rouge accesses to our registers that occur
prior to our driver attach.

[email protected], 2003-05-31 18:34:01-06:00, [email protected]
Aic79xx Driver Update
o Implement suspend and resume

[email protected], 2003-05-31 18:32:36-06:00, [email protected]
Aic7xxx Driver Update
o Fix some suspend and resume bugs

[email protected], 2003-05-31 18:27:09-06:00, [email protected]
Aic7xxx Driver Update
o Correct the type of the DV settings array.

[email protected], 2003-05-31 18:25:28-06:00, [email protected]
Aic7xxx and Aic79xx driver Update
o Remove unecessary and incorrect use of ~0 as a mask.

[email protected], 2003-05-30 13:50:00-06:00, [email protected]
Aic7xxx and Aic79xx Driver Update
o Adapt to 2.5.X SCSI proc interface change while maitaining
compatibility with earlier kernels.

[email protected], 2003-05-30 11:01:02-06:00, [email protected]
Merge http://linux.bkbits.net/linux-2.5
into overdrive.btc.adaptec.com:/usr/home/gibbs/bk/linux-2.5

[email protected], 2003-05-30 10:50:17-06:00, [email protected]
Aic7xxx Driver Update
o Bring in aic7xxx_reg_print.c update that was missed the
last time the firmware was regenerated. The old file worked
fine, so this is mostly a cosmetic change.

[email protected], 2003-05-30 10:48:31-06:00, [email protected]
Aic79xx Driver Update
o Correct non-zero lun output on post Rev A4 hardware
in packetized mode.

[email protected], 2003-05-30 10:46:03-06:00, [email protected]
Aic79xx Driver Update
o Return to using 16byte alignment for th SCB_TAG field in our SCB.
The hardware seems to corrupt SCBs on some PCI platforms with the
tag field in its old location.

[email protected], 2003-05-30 10:43:20-06:00, [email protected]
Aic7xxx Driver Update
o Adopt 2.5.X EISA framework for probing aic7770 controllers

[email protected], 2003-05-30 10:31:04-06:00, [email protected]
Aic7xxx Driver Update
o Correct card identifcation string for the 2920C