summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic79xx.c
AgeCommit message (Expand)Author
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-02-20Do not confuse syslog by printing messages starting with '<'.Miod Vallat
2004-12-30Current ahd timeout code does nothing. Add fbsd style timeoutKenneth R Westerback
2004-12-20Activate packetized status handling.Kenneth R Westerback
2004-12-19Reduce delta to FreeBSD by adding and using ahd_alloc() rather thanKenneth R Westerback
2004-12-13Oops. Missed one chunk when sync'ing with FreeBSD r1.30.Kenneth R Westerback
2004-12-13Use millisends rather than microseconds in parameters to timerKenneth R Westerback
2004-12-11Invert the polarity of two tests in the recovery code that could causeKenneth R Westerback
2004-12-11Correct a very rare case where command ordering could be compromisedKenneth R Westerback
2004-12-10Factor out repeated code into ahd_done_with_status().Kenneth R Westerback
2004-12-10Include scsi id in debug message for queued SCB's.Kenneth R Westerback
2004-11-23More FreeBSD delta reduction. Use aic_* defines rather than ahd_* oneKenneth R Westerback
2004-11-18More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v...Kenneth R Westerback
2004-11-14More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' andKenneth R Westerback
2004-11-13Eliminate more cruft that crept in during FreeBSD -> NetBSD -> OpenBSDKenneth R Westerback
2004-10-24More freebsd delta reduction. Eliminate use of NetBSD scsipi definesKenneth R Westerback
2004-10-24Shuffle defines around so that ahc and ahd use the aic_ names thatKenneth R Westerback
2004-10-24Minimize delta to FreeBSD in preparation for bringing in updates.Kenneth R Westerback
2004-09-24timedout is not an english word, complaint from theo, ok marcoHenning Brauer
2004-09-18support microcode being const; krw@ okMichael Shalayeff
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-06Remove __static inline to make the kernel ~24k smaller on i386 and make the d...Marco Peereboom
2004-06-23Make AHD_DEBUG compile. ok krw@Marco Peereboom
2004-06-21Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.Kenneth R Westerback
2004-05-25Attach scsi bus, find devices without crashing, successfully do simpleKenneth R Westerback
2004-05-20Remove bogus $Id.Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom