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
/
aac.c
Age
Commit message (
Expand
)
Author
2005-12-13
Don't retry unsupported SCSI commands, causing large delays during
Kenneth R Westerback
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2005-11-18
Major improvements to the aac(4) device driver.
Nathan Binkert
2005-09-15
Don't fake MODE SENSE page 4 info inside raid drivers, just let sd
Kenneth R Westerback
2005-08-24
Test xs->bp before de-referencing it. Initialize it to NULL, not 0.
Kenneth R Westerback
2005-08-21
Parameter being passed __func__ must be const char *. Allows aac to
Kenneth R Westerback
2005-07-03
Fix data_length values in simulationed MODE SENSE page 4 responses so
Kenneth R Westerback
2005-05-26
remove unused vtophys stuff
Martin Reindl
2004-03-20
Remove errant ';' at end of if() statement that was causing pre-mature
Aaron Campbell
2004-01-10
oops, revert change.
Brad Smith
2004-01-09
remove uvm_extern.h
Brad Smith
2003-09-02
- drop number of openings by 4 to avoid "not queued" errors.
Federico G. Schwindt
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2002-03-27
From FreeBSD: check for FIFO becoming unfull correctly, in the case of consum...
Niklas Hallqvist
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-05
doh, thanks mickey!
Niklas Hallqvist
2002-03-05
Deal gracefully with ccb starvation
Niklas Hallqvist
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-09-21
Correct some pryntf() usage: get the correct number of arguments in the
Miod Vallat
2001-08-12
remove some of the redundant vm includes
Michael Shalayeff
2001-07-04
Use the right target when checking for out of bounds.
Niklas Hallqvist
2001-06-27
Pastos from the inception
Niklas Hallqvist
2001-04-06
Move offsetof define into sys/param.h
Constantine Sapuntzakis
2000-12-13
better new timeouts
Michael Shalayeff
2000-12-13
new timwouts; art@ ok
Michael Shalayeff
2000-11-10
Adaptec "FSA" RAID driver
Niklas Hallqvist