History log of /openbsd/sys/dev/microcode/aic7xxx/aicasm_symbol.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 4c67e3ee 12-Jul-2014 tedu <tedu@openbsd.org>

revert bogus free changes in not kernel files. got a little trigger happy.


# aa3cabd0 12-Jul-2014 tedu <tedu@openbsd.org>

add a size argument to free. will be used soon, but for now default to 0.
after discussions with beck deraadt kettenis.


# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


# 871d27ac 28-Oct-2009 schwarze <schwarze@openbsd.org>

a few leftovers from yesterday's SCCS/RCS-ID removal;
survived a full make build on i386;
"sure" 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 ...


# 8b245c7e 20-Oct-2003 deraadt <deraadt@openbsd.org>

check strdup failure; nimadeus@pandora.be


# 7714daf0 28-Aug-2003 krw <krw@openbsd.org>

Fix use of uninitialized variable by porting NetBSD patch to correctly
initialize it.

Said variable is used as the value of the define DOWNLOAD_CONST_COUNT
in the generated file aic7xxxreg.h.

This

Fix use of uninitialized variable by porting NetBSD patch to correctly
initialize it.

Said variable is used as the value of the define DOWNLOAD_CONST_COUNT
in the generated file aic7xxxreg.h.

This define is currently not used anywhere.

Spotted and ok mickey@.

show more ...


# 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


# 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


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

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