index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
aic79xx.h
Age
Commit message (
Expand
)
Author
2017-12-12
Nuke some forward-only struct's and functions and functions thereby
Kenneth R Westerback
2016-08-17
Move to iopool. No voluntary testers after several years of requests so now
Kenneth R Westerback
2015-12-17
sprinkling ifndef __linux__ around two variable declarations could not
Ted Unangst
2015-07-17
Nuke a bunch of leading and trailing whitespace so I don't go blind
Kenneth R Westerback
2014-07-09
Kill unused shutdown hook pointers.
Martin Pieuchot
2012-02-24
Correct the spelling of "transferred" and "transferring"
Philip Guenthe
2006-12-21
'tranfer' -> 'transfer' in comments.
Kenneth R Westerback
2005-12-28
Strip out fancy timeout code that attempts to mimic FreeBSD's thread
Kenneth R Westerback
2005-11-29
Fix bus_dma code to eliminate my busted logic, align usage with man
Kenneth R Westerback
2004-12-30
Current ahd timeout code does nothing. Add fbsd style timeout
Kenneth R Westerback
2004-12-19
Reduce delta to FreeBSD by adding and using ahd_alloc() rather than
Kenneth R Westerback
2004-12-13
Use millisends rather than microseconds in parameters to timer
Kenneth R Westerback
2004-12-10
Factor out repeated code into ahd_done_with_status().
Kenneth R Westerback
2004-11-23
More FreeBSD delta reduction. Use aic_* defines rather than ahd_* one
Kenneth R Westerback
2004-11-18
More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v...
Kenneth R Westerback
2004-11-14
More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' and
Kenneth R Westerback
2004-11-13
Eliminate a structure member introduced via NetBSD, now superfluous.
Kenneth R Westerback
2004-11-13
Eliminate more cruft that crept in during FreeBSD -> NetBSD -> OpenBSD
Kenneth R Westerback
2004-10-24
More freebsd delta reduction. Eliminate use of NetBSD scsipi defines
Kenneth R Westerback
2004-10-24
A missed ahd_htole16 -> aic_htole16 in an unused define.
Kenneth R Westerback
2004-10-24
Shuffle defines around so that ahc and ahd use the aic_ names that
Kenneth R Westerback
2004-08-23
Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>
Marco Peereboom
2004-08-06
Remove __static inline to make the kernel ~24k smaller on i386 and make the d...
Marco Peereboom
2004-06-23
Make AHD_DEBUG compile. ok krw@
Marco Peereboom
2004-06-14
Remove unused descriptive name strings. We use the names the devices return.
Kenneth R Westerback
2004-05-20
Remove bogus $Id.
Marco Peereboom
2004-05-20
Add ahd. ok krw@
Marco Peereboom