summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic79xx.h
AgeCommit message (Expand)Author
2017-12-12Nuke some forward-only struct's and functions and functions therebyKenneth R Westerback
2016-08-17Move to iopool. No voluntary testers after several years of requests so nowKenneth R Westerback
2015-12-17sprinkling ifndef __linux__ around two variable declarations could notTed Unangst
2015-07-17Nuke a bunch of leading and trailing whitespace so I don't go blindKenneth R Westerback
2014-07-09Kill unused shutdown hook pointers.Martin Pieuchot
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2005-12-28Strip out fancy timeout code that attempts to mimic FreeBSD's threadKenneth R Westerback
2005-11-29Fix bus_dma code to eliminate my busted logic, align usage with manKenneth R Westerback
2004-12-30Current ahd timeout code does nothing. Add fbsd style timeoutKenneth R Westerback
2004-12-19Reduce delta to FreeBSD by adding and using ahd_alloc() rather thanKenneth R Westerback
2004-12-13Use millisends rather than microseconds in parameters to timerKenneth R Westerback
2004-12-10Factor out repeated code into ahd_done_with_status().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 a structure member introduced via NetBSD, now superfluous.Kenneth 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-24A missed ahd_htole16 -> aic_htole16 in an unused define.Kenneth R Westerback
2004-10-24Shuffle defines around so that ahc and ahd use the aic_ names thatKenneth R Westerback
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-14Remove unused descriptive name strings. We use the names the devices return.Kenneth R Westerback
2004-05-20Remove bogus $Id.Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom