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
/
osiop.c
Age
Commit message (
Expand
)
Author
2009-08-28
remove a bunch of unused Debugger()s.
Jasper Lievisse Adriaanse
2009-03-03
Make sure the scsi_xfer timeout is triggered while the command is still alive.
Miod Vallat
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-11-24
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
Kenneth R Westerback
2008-09-12
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
Miod Vallat
2008-05-27
Don't print SCSI ID, it's redundant now that scsibus(4) prints the same
Mark Kettenis
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2007-11-05
Take a bit more care to ensure that SCSI_POLL commands always return
Kenneth R Westerback
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.
Kenneth R Westerback
2007-06-20
Better recovery when osiop goes nuts and spits
Miod Vallat
2007-05-22
Remove broken URLs.
Jonathan Gray
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2005-11-21
Do not dare dereferencing NULL pointers if OSIOP_DEBUG.
Miod Vallat
2005-04-27
In osiop_checkintr(), bail out early and do not claim the interrupt for
Miod Vallat
2004-12-27
Gremlin crept in; found by drahn@
Miod Vallat
2004-12-26
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2004-03-31
cleanup some whitespaces
Michael Shalayeff
2004-03-15
No need for ADEV_NODOORLOCK quirk anymore; krw@ ok
Miod Vallat
2004-01-09
remove uvm_extern.h
Brad Smith
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-09-29
avaliable -> available
Miod Vallat
2003-08-11
make sure Debugger() is called only inside _both_ DDB and OSIOP_DEBUG
Michael Shalayeff
2003-08-03
use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; krw...
Michael Shalayeff
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-19
Put required delays between reading DSTAT and SSTAT0 registers. Add new ones
Kenneth R Westerback
2003-05-06
make sure we always zero out ds (and get no trash from stack) and always warn...
Michael Shalayeff
2003-05-06
count auto-sense reqs as well; krw@ ok
Michael Shalayeff
2003-05-06
allow programming dma block bus transaction length on 710 and set to 8 words ...
Michael Shalayeff
2003-04-12
Fix index bounds checking in save data pointers logic.
Kenneth R Westerback
2003-04-11
Delete a doubly redundant call to timeout_del() in osiop_timeout.
Kenneth R Westerback
2003-04-09
Cleanup/make more consistant the various DEBUG flags and uses thereof.
Kenneth R Westerback
2003-04-09
Reduce default OSIOP_DEBUG output to a useful volume.
Kenneth R Westerback
2003-04-08
Fix diagnostic output to display data buffer actually being used.
Kenneth R Westerback
2003-04-06
Fix a lot of issues in osiop.
Kenneth R Westerback
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2003-02-02
Real (although generic) negotiation results message during boot.
Kenneth R Westerback
2003-01-08
Merry Christmas Mickey!
Kenneth R Westerback