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.c
Age
Commit message (
Expand
)
Author
2005-07-18
remove trailing newline in panic(9); ok millert@ and deraadt@
Federico G. Schwindt
2005-02-20
Do not confuse syslog by printing messages starting with '<'.
Miod Vallat
2004-12-30
Current ahd timeout code does nothing. Add fbsd style timeout
Kenneth R Westerback
2004-12-20
Activate packetized status handling.
Kenneth R Westerback
2004-12-19
Reduce delta to FreeBSD by adding and using ahd_alloc() rather than
Kenneth R Westerback
2004-12-13
Oops. Missed one chunk when sync'ing with FreeBSD r1.30.
Kenneth R Westerback
2004-12-13
Use millisends rather than microseconds in parameters to timer
Kenneth R Westerback
2004-12-11
Invert the polarity of two tests in the recovery code that could cause
Kenneth R Westerback
2004-12-11
Correct a very rare case where command ordering could be compromised
Kenneth R Westerback
2004-12-10
Factor out repeated code into ahd_done_with_status().
Kenneth R Westerback
2004-12-10
Include scsi id in debug message for queued SCB's.
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 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
Shuffle defines around so that ahc and ahd use the aic_ names that
Kenneth R Westerback
2004-10-24
Minimize delta to FreeBSD in preparation for bringing in updates.
Kenneth R Westerback
2004-09-24
timedout is not an english word, complaint from theo, ok marco
Henning Brauer
2004-09-18
support microcode being const; krw@ ok
Michael Shalayeff
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-21
Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.
Kenneth R Westerback
2004-05-25
Attach scsi bus, find devices without crashing, successfully do simple
Kenneth R Westerback
2004-05-20
Remove bogus $Id.
Marco Peereboom
2004-05-20
Add ahd. ok krw@
Marco Peereboom