Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move the calculation of sc_link->openings to after the printf about | 2002-06-28 | 1 | -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 ahc | 2002-06-28 | 1 | -0/+1732 | ||
| | ||||||
* | revert to older ahc driver until the new one's bugs are fixed | 2002-03-19 | 1 | -1732/+0 | ||
| | ||||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -26/+26 | ||
| | ||||||
* | Fix *some* problems with new ahc driver that were surfaced with | 2002-03-14 | 1 | -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 driver | 2002-02-16 | 1 | -0/+1747 | ||