index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
scsipi
/
scsipiconf.h
Age
Commit message (
Expand
)
Author
2019-03-28
Add reading of supported opcodes and their timeouts
kardel
2018-10-07
Handle the SATA to USB external enclosure sold by "Sabrent" and
christos
2018-09-01
Wait in detach if the discovery thread is still running. Avoids crashes
mlelstv
2018-07-04
Avoid undefined behavior in scsipiconf.h in _4ltol() and _4btol()
kamil
2016-11-29
reference count adapter mutex possibly shared by multiple channels.
mlelstv
2016-11-25
Move the #endif down to include other kernel only routines.
christos
2016-11-20
Make scsipi framework MPSAFE.
mlelstv
2016-05-02
move scsipi_strvis -> libkern:strnvisx()
christos
2014-07-13
"peripheral", not "peripherial".
dholland
2012-04-20
Add a bustype_async_event_xfer_mode() callback to scsipi_bustype (which can
bouyer
2012-04-19
Expand struct scsipi_bustype {} in a ABI-backward-compatible way to
bouyer
2012-04-06
Add a quirk for the Apple iPod whose mode sense commands fails with not ready.
christos
2010-06-07
Update scsiverbose module to use module_autoload() rather than module_load().
pgoyette
2010-05-30
Extract SCSIVERBOSE into a kernel module. The module can be builtin
pgoyette
2009-10-21
Remove uarea swap-out functionality:
rmind
2009-05-13
sprinkle #ifdef _KERNEL to make scsictl compile.
christos
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2008-09-08
Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
gmcgarry
2008-05-11
Reintroduce the NODOORLOCK quirk. Helps with PR kern/23875.
mlelstv
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-26
If the block size reported by Read Capacity looks valid, just use it.
itohy
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-30
Remove the boot-from-disk hppa hack now that a real fix has been found.
skrll
2006-10-20
Validate the sector size returned by READ CAPACITY. If it looks bogus
scw
2006-10-09
Some removable umass(4) devices don't respond to mode sense page 6, or
scw
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-05-30
- remove bogus casts
christos
2005-05-29
- Sprinkle const
christos
2005-05-18
as a stop-gap measure to allow boot-from-disk to work on hppa,
chs
2005-02-27
nuke trailing whitespace
perry
2005-02-21
Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
thorpej
2005-02-01
Backing out changes to clean up scsipi. I was pointed out there were
reinoud
2005-01-31
Part of the cleanup of sys/scsipi's use of types; rename all u_int* to
reinoud
2005-01-31
As part of cleaning up sys/scsipi, replace all u_char by uint8_t and
reinoud
2004-12-04
Use READ/WRITE (16) if the LBA is larger than 32 bits. Another bit
thorpej
2004-12-03
And thus spake SBC-3:
thorpej
2004-09-17
Remove the "xfer" argument to scsipi_command().
mycroft
2004-09-17
Change the way bustype_cmd is used. Rather than having it be responsible for
mycroft
2004-09-17
Do not manipulate xs->bp in "generic" code -- do it only in the psw_done
mycroft
2004-09-09
Make the xxstart() functions reentrant again, as some drivers HBA can call
bouyer
2004-08-21
Const poison scsipi_dtype().
thorpej
2004-08-21
- De-__P.
thorpej
2004-03-16
cbd -> cdb
bouyer
2004-03-15
Extract the code printing the CBD from scsipi_print_sense(), so that it's
bouyer
2004-03-15
Indent.
bouyer
2004-02-22
Remove PQUIRK_CDROM. It is definitely not correct -- witness that no other
mycroft
[next]