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
/
adv.c
Age
Commit message (
Expand
)
Author
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2011-07-04
Remove orphaned splbios that have no matching splx,
Jonathan Gray
2011-04-03
Iopoolification of some less common scsi drivers.
Kenneth R Westerback
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-10
Set ITSDONE in scsi_done() and zap trivial instances of setting it
Kenneth R Westerback
2009-09-04
Missing scsi_done() in some error path returning COMPLETE; ok dlg@
Miod Vallat
2009-08-29
remove more unneeded Debugger() calls from dev/
Jasper Lievisse Adriaanse
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-26
Stop maintaining internal queues of received scsi_xfer structures.
Kenneth R Westerback
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-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-11-05
More scsi_done() at SPLBIO. Wrap more interrupt function calls while
Kenneth R Westerback
2006-11-29
Unbreak. No cookie for dlg.
Alexander Yurchenko
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
2004-12-26
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2004-01-09
remove uvm_extern.h
Brad Smith
2002-03-14
First round of __P removal in sys
Todd C. Miller
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-08-26
Prepare for transition to 5-parameter bus_dmamap_sync() by creating and
Kenneth R Westerback
2001-08-12
absolutely no need to include vm_parm.h after vm.h
Michael Shalayeff
2001-08-12
remove some of the redundant vm includes
Michael Shalayeff
2000-12-13
new timeouts
Michael Shalayeff
1999-08-04
new bus_dma API, match it
Niklas Hallqvist
1998-11-17
Move offsetof define.
Jason Downs
1998-11-17
Sync with NetBSD
Jason Downs
1998-09-28
Sync w/ NetBSD.
Jason Downs
1998-09-27
AdvanSys SCSI driver from NetBSD, by dante@mclink.it. Based on the Linux
Jason Downs