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
/
i2o
Age
Commit message (
Expand
)
Author
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-13
Change M_WAITOK --> M_WAITOK | M_CANFAIL
Charles Longeau
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-11-22
Bring last drivers fully into the NO_CCB world by replacing
Kenneth R Westerback
2009-08-29
incorrect array bounds check in I2OVERBOSE error reporting.
Miod Vallat
2009-04-02
Convert lockmgr to rwlock. Fixing a (harmless) lock leak on attach
Owain Ainsworth
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-25
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
Kenneth R Westerback
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-11-27
typos; ok jmc@
Martynas Venckus
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-10-18
scsi_done() must be splbio() protected... who did this work for??; ok dlg
Theo de Raadt
2007-10-17
cleanup dmesg
Theo de Raadt
2007-10-17
de-abstract and just use splbio() and splx()
Theo de Raadt
2007-10-04
attribute packed -> __packed
Gilles Chehade
2007-09-16
Obvious M_ZERO changes.
Kenneth R Westerback
2006-11-29
Kernel stack can be swapped. This means that stuff that's on the stack
Miod Vallat
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-03-07
Don't issue I2O_EXEC_IOP_CLEAR to AMI boards, since some
Brad Smith
2005-12-04
Don't retry unsupported commands, or commands for invalid
Kenneth R Westerback
2005-11-19
Remove unnecessary lockmgr() archaism that was costing too much in terms
Pedro Martelletto
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-07-03
Fix data_length values in simulationed MODE SENSE page 4 responses so
Kenneth R Westerback
2005-05-23
loose is not lose. ok deraadt tdeval and a few more typos from jfb
Ted Unangst
2005-01-06
Make sure the kthread does not run before iop_config_interrupts().
Miod Vallat
2004-09-16
cleanup deafult locators (blah ?); please check that your most hated architec...
Michael Shalayeff
2004-07-09
perform reply buffer dma synchronisation in iop_msg_post(), and not in
Pedro Martelletto
2004-04-12
removeable -> removable;
Jason McIntyre
2003-10-21
typo from Tom Cosgrove;
Jason McIntyre
2003-09-04
bzero the full malloced space, not the sizeof the pointer
Anil Madhavapeddy
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-01-13
make it compile w/ SCSIDEBUG defined, found by brad@
Michael Shalayeff
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-06-07
Handle hashinit() failure. ok niklas@
Thomas Nordin
2002-04-03
deal with ccb shortage correctly, ok mickey@
Niklas Hallqvist
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-10-27
remove unused timeout in lockinit() per art@'s idea.
Michael Shalayeff
2001-08-23
recieve -> receive
Aaron Campbell
2001-07-27
Startup hooks. Can be used for providing root/swap devices from device
Niklas Hallqvist
2001-07-04
needs-flag proper
Michael Shalayeff
2001-07-03
iop needs-flag
Niklas Hallqvist
2001-06-29
Enable ioprbs
Niklas Hallqvist
2001-06-29
Alpha-version (or is that Intel?) of the I2O random block storage driver.
Niklas Hallqvist
2001-06-29
Better failure handling in the init routine
Niklas Hallqvist
2001-06-27
Very important endian fix :-)
Niklas Hallqvist
[next]