summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aic79xx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke a bunch of leading and trailing whitespace so I don't go blindkrw2015-07-171-17/+17
* Kill unused shutdown hook pointers.mpi2014-07-091-2/+1
* Correct the spelling of "transferred" and "transferring"guenther2012-02-241-3/+3
* 'tranfer' -> 'transfer' in comments.krw2006-12-211-2/+2
* Strip out fancy timeout code that attempts to mimic FreeBSD's threadkrw2005-12-281-8/+1
* Fix bus_dma code to eliminate my busted logic, align usage with mankrw2005-11-291-1/+3
* Current ahd timeout code does nothing. Add fbsd style timeoutkrw2004-12-301-1/+5
* Reduce delta to FreeBSD by adding and using ahd_alloc() rather thankrw2004-12-191-2/+10
* Use millisends rather than microseconds in parameters to timerkrw2004-12-131-3/+5
* Factor out repeated code into ahd_done_with_status().krw2004-12-101-1/+3
* More FreeBSD delta reduction. Use aic_* defines rather than ahd_* onekrw2004-11-231-3/+3
* More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and variable shuffle. No functional change.krw2004-11-181-5/+2
* More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' andkrw2004-11-141-11/+2
* Eliminate a structure member introduced via NetBSD, now superfluous.krw2004-11-131-2/+1
* Eliminate more cruft that crept in during FreeBSD -> NetBSD -> OpenBSDkrw2004-11-131-5/+2
* More freebsd delta reduction. Eliminate use of NetBSD scsipi defineskrw2004-10-241-43/+32
* A missed ahd_htole16 -> aic_htole16 in an unused define.krw2004-10-241-2/+2
* Shuffle defines around so that ahc and ahd use the aic_ names thatkrw2004-10-241-2/+2
* Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>marco2004-08-231-7/+29
* Remove __static inline to make the kernel ~24k smaller on i386 and make the debug sessions bearable.marco2004-08-061-11/+5
* Make AHD_DEBUG compile. ok krw@marco2004-06-231-20/+21
* Remove unused descriptive name strings. We use the names the devices return.krw2004-06-141-3/+1
* Remove bogus $Id.marco2004-05-201-3/+1
* Add ahd. ok krw@marco2004-05-201-0/+1593