summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aic79xx_openbsd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Work around "overlapped command" issue on devices that are slower than U320. Committing this due to a preemptive "I don't like your fix" comment from krw@marco2004-10-101-1/+9
| | | | Tested by pval@, krw@ and me, ok krw@
* Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>marco2004-08-231-6/+29
|
* Fix issue with auto request sense handling for both ahc and ahd.krw2004-08-131-1/+2
| | | | | | Restore hppa functionality, add sgi functionality for ahc. ok deraadt@, plus marco@, mickey@, pefo@ for various bits.
* Remove __static inline to make the kernel ~24k smaller on i386 and make the debug sessions bearable.marco2004-08-061-1/+246
| | | | ok krw@ deraadt@
* Enable ahd interrupts and reset the channel before scanning the buskrw2004-06-221-4/+4
| | | | | | | for devices. This is how ahc is done too. Fixes probe hang on Theo's box with the 7902B chip. ok marco@
* Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.krw2004-06-211-6/+6
| | | | | | | | Allocate max number of SCB's at initialization. Display negotiated transfer parameters. ok marco@
* Attach scsi bus, find devices without crashing, successfully do simplekrw2004-05-251-10/+13
| | | | | | i/o's on i386. De-static many functions. ok marco@
* Remove bogus $Id.marco2004-05-201-3/+1
|
* Add ahd. ok krw@marco2004-05-201-0/+749