History log of /openbsd/sys/dev/microcode/aic7xxx/aicasm_gram.y (Results 1 – 16 of 16)
Revision Date Author Comments
# 3770d5fb 07-Jul-2007 krw <krw@openbsd.org>

Restore missing '(' to allow successful compilation. Bad pyr@.


# 545205ea 28-May-2007 pyr <pyr@openbsd.org>

avoid bypassing sys/queue.h in many places in the kernel.
many assumptions were made about the way the various list types are
implemented.

lots of suggestions and help from otto and miod.
ok otto@


# a1ce87d6 23-Dec-2006 krw <krw@openbsd.org>

Spelling.

'preceeding' -> 'preceding'
'preceeds' -> 'precedes'
'preceeded' -> 'preceded'


# f47753f4 28-Apr-2005 moritz <moritz@openbsd.org>

more snprintf checking. ok krw@


# 1f3bceaa 18-Sep-2004 mickey <mickey@openbsd.org>

repair build that reused y.tab.h for two different parsers
thus failing a build every other time.
make generated arrays const and repair rcsid generation for output.
allow one-step build; from krw@
k

repair build that reused y.tab.h for two different parsers
thus failing a build every other time.
make generated arrays const and repair rcsid generation for output.
allow one-step build; from krw@
krw@ ok

show more ...


# 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 ...


# 2627362d 27-Apr-2003 ho <ho@openbsd.org>

strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.


# 10412f8d 19-Nov-2002 jason <jason@openbsd.org>

Use queue.h macros instead of using the structure names directly.


# 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


# 1ae43640 19-Mar-2002 millert <millert@openbsd.org>

remove __P


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

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


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


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

change to reflect the removal of sequencer.h


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

New port of FreeBSD's ahc driver


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

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