History log of /openbsd/sys/dev/microcode/aic7xxx/aic7xxx.reg (Results 1 – 11 of 11)
Revision Date Author Comments
# 8d7c5a97 26-May-2007 krw <krw@openbsd.org>

More comment typos from Diego Casati. Including winners like funtion, allmost,
oustside, seqencer, toghether, nessissary, etc.


# 88398cf2 01-Aug-2004 krw <krw@openbsd.org>

Fold in relevant bits of the most recent two updates from
gibbs@freebsd.

Large commit messages detailing all changes can be read at revisions
1.97 and 1.100 of aic7xxx.c:

www.freebsd.org/cgi/cvsweb

Fold in relevant bits of the most recent two updates from
gibbs@freebsd.

Large commit messages detailing all changes can be read at revisions
1.97 and 1.100 of aic7xxx.c:

www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/aic7xxx/aic7xxx.c

Tested by marco, nate and pefo. Fixed broken system for nate.

ok marco@

show more ...


# 9d164dc7 08-Feb-2004 krw <krw@openbsd.org>

Pull in a few recent changes from FreeBSD, plus a couple of local
tweaks.

ok deraadt@.


# 5f843143 24-Dec-2003 krw <krw@openbsd.org>

Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal
Renauld of Network Storage Solutions, Inc. Many fixes, wider device
support. In particular, the notorious 'Target 0' problem see

Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal
Renauld of Network Storage Solutions, Inc. Many fixes, wider device
support. In particular, the notorious 'Target 0' problem seems to be
fixed.

Does *not* include any updates to isa or eisa code beyond what was
necessary to compile.

Known issues:

1) Tagged Queuing is probably not optimal.

2) PPR negotiation may not be fully functional.

3) No support yet for freezing devices or channels.

4) The mechanism for preventing 'A' and 'B' channel confusion during probe
can fail if scsibus > 254 found.

5) Requeuing I/O's not working. A workaround will be committed almost
immediately. At the moment timeouts, SCSI message rejects, aborting
SCB's and trying to freeze a device may cause incomplete i/o's to be
reported as complete.

6) Verbosity and probe messages need work.

7) Last disk on bus seems to go through an extra re-negotiation.

8) >16 devices on an adapter will trigger the usual problems of total
openings exceeding available SCB's under heavy load.

Tested by deraadt@, beck@, miod@, naddy@, drahn@, marc@ amoung
others.

ok deraadt@.

show more ...


# 64ca44e4 24-Dec-2003 krw <krw@openbsd.org>

Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal
Renauld of Network Storage Solutions, Inc. Many fixes, wider device
support. In particular, the notorious 'Target 0' problem see

Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal
Renauld of Network Storage Solutions, Inc. Many fixes, wider device
support. In particular, the notorious 'Target 0' problem seems to be
fixed.

Does *not* include any updates to isa or eisa code beyond what was
necessary to compile.

Known issues:

1) Tagged Queuing is probably not optimal.

2) PPR negotiation may not be fully functional.

3) No support yet for freezing devices or channels.

4) The mechanism for preventing 'A' and 'B' channel confusion during probe
can fail if scsibus > 254 found.

5) Requeuing I/O's not working. A workaround will be committed almost
immediately. At the moment timeouts, SCSI message rejects, aborting
SCB's and trying to freeze a device may cause incomplete i/o's to be
reported as complete.

6) Verbosity and probe messages need work.

7) Last disk on bus seems to go through an extra re-negotiation.

8) >16 devices on an adapter will trigger the usual problems of total
openings exceeding available SCB's under heavy load.

Tested by deraadt@, beck@, miod@, naddy@, drahn@, marc@ amoung
others.

ok deraadt@.

show more ...


# c265f768 30-Jun-2002 smurph <smurph@openbsd.org>

New aicasm synced with FreeBSD.


# 3f4cc781 28-Jun-2002 smurph <smurph@openbsd.org>

Return of new ahc


# 006911bf 19-Mar-2002 millert <millert@openbsd.org>

revert to older ahc driver until the new one's bugs are fixed


# fabcd958 16-Feb-2002 smurph <smurph@openbsd.org>

New port of FreeBSD's ahc driver


# 52411436 04-Apr-2000 smurph <smurph@openbsd.org>

Import tagging code and try to resolve locking problem.


# d83edbea 22-Mar-2000 smurph <smurph@openbsd.org>

new ahc driver. Adds support for newer Adaptec controllers. This represents two months of work.