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
/
gdt_common.c
Age
Commit message (
Expand
)
Author
2012-08-15
Remove the old ioctl interface which has been disabled for over
Jonathan Gray
2011-07-17
Backout a bunch of my SCSI commits from c2k11. At least one of these
Matthew Dempsky
2011-07-09
Fix fallout from my previous SCSI refactoring diff (moving
Matthew Dempsky
2011-07-08
First batch of converting SCSI HBAs from setting saa_targets and
Matthew Dempsky
2011-04-19
Iopoolification. Much simpler version than the one revived at k2k11.
Kenneth R Westerback
2011-04-19
Cease to pretend RAW SCSI mode exists. Eradicate all traces.
Kenneth R Westerback
2010-10-12
Force openings to 1 for devices that can't do tagged i/o, i.e. more
Kenneth R Westerback
2010-09-20
Use SSD_ERRCODE_CURRENT instead of magic 0x70.
Kenneth R Westerback
2010-08-12
Initialize xs to NULL in gdt_intr() since it now might be used before
Matthew Dempsky
2010-08-11
Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free
Kenneth R Westerback
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-03-29
Initialize various uninitialized variables. Found by jsg@ via Clang.
Kenneth R Westerback
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
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-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
2007-11-11
The interrupt routine doesn't need to explicity invoke splbio/splx.
Kenneth R Westerback
2007-10-17
use ansi declarations and rename gdt to sc to avoid shadows and follow
Federico G. Schwindt
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.
Kenneth R Westerback
2007-04-28
missing splbio/splx pair (which splasserted me per-device probe) in
Theo de Raadt
2007-04-28
remove abstraction around splbio/splx; they just confuse things; ok dlg marco...
Theo de Raadt
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-05-08
silence a debug message; from kili@outback.escape.de; ok miod
Theo de Raadt
2006-05-07
Add remaining glue for physical disk count.
Marco Peereboom
2006-05-07
oops, use correct size for GET_IOC_CHAN_DESC
Marco Peereboom
2006-05-07
Add bio framework (not functional yet).
Marco Peereboom
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2005-12-03
Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER.
Kenneth R Westerback
2005-09-15
Don't fake MODE SENSE page 4 info inside raid drivers, just let sd
Kenneth R Westerback
2005-07-03
Fix data_length values in simulationed MODE SENSE page 4 responses so
Kenneth R Westerback
2004-04-12
This has been a pain in the ass for about 8 months which made new ICP
Theo de Raadt
2003-12-16
Compute openings value, out of boot-time count of devices.
Niklas Hallqvist
2003-06-28
supply missing argument to a panic string; ok tedu, deraadt
Anil Madhavapeddy
2003-06-03
fix various 3/4 licenses according to "terms" file
Theo de Raadt
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-02-25
correct bounds check. yichen xie's bounds checker catch.
Ted Unangst
2002-06-11
Checkpoint my work. Register with bio, implement part of
Niklas Hallqvist
2002-06-08
Check result from malloc(9) when using M_NOWAIT. ok niklas@
Thomas Nordin
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-05
It is clear that I have not committed in a long time!!!!
Niklas Hallqvist
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-08-12
remove some of the redundant vm includes
Michael Shalayeff
2001-08-03
confgiuration -> configuration.
Federico G. Schwindt
2001-07-04
Use the right target when checking for out of bounds.
Niklas Hallqvist
[next]