summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aic7xxx_openbsd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the calculation of sc_link->openings to after the printf aboutmillert2002-06-281-18/+17
| | | | | | tagged queueing which is where it was last time around. This fixes a panic I was seeing when there were lots of transactions (e.g. when i read my mail).
* Return of new ahcsmurph2002-06-281-0/+1732
|
* revert to older ahc driver until the new one's bugs are fixedmillert2002-03-191-1732/+0
|
* First round of __P removal in sysmillert2002-03-141-26/+26
|
* Fix *some* problems with new ahc driver that were surfaced withkrw2002-03-141-56/+41
| | | | | | | | | | | | | | | | | the recent changes to scsiconf.c. a) Restore marking of appropriate devices as tagged b) Fix an off-by-one error that sprayed bits around c) Use correct field (quirks) when setting SDEV_NOTAGS bit d) Use TAG_ENB define instead of MSG_SIMPLE_Q_TAG when manipulating hscb->control. Both were defined to the same value, but TAG_ENB is the define used to extract the bit later on. This leaves problems, most often seen as faults when accessing a CD drive and disk drive on the same bus. ok smurph@
* New port of FreeBSD's ahc driversmurph2002-02-161-0/+1747