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
/
st_atapi.c
Age
Commit message (
Expand
)
Author
2016-07-14
- Use aprint*() instead of printf() in xxx_attach().
msaitoh
2015-08-24
would you like some freshly ground _KERNEL_OPT with that?
pooka
2012-04-19
Expand struct scsipi_bustype {} in a ABI-backward-compatible way to
bouyer
2012-02-28
Convert st(4) to device_t, while here clean up the code and use uintXX_t
mbalmer
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2009-12-06
Delete do-nothing device-activation hooks.
dyoung
2009-10-21
Remove uarea swap-out functionality:
rmind
2009-10-19
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
bouyer
2009-08-15
1. Move the mode_select functionality into common code (in st.c) and
pgoyette
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-03-30
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-05-29
- Sprinkle const
christos
2005-02-27
nuke trailing whitespace
perry
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-08-21
Use ANSI function decls and make use of static.
thorpej
2003-10-05
Remove references to University of California from my copyright notices.
bouyer
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-04-23
More copyright fixes, pointed out by Thomas. Thanks !
bouyer
2001-12-07
add detach support for st.
yamt
2001-12-01
Various quirks for the ATAPI OnStream DI-30, mostly from the FreeBSD driver.
bouyer
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSIDs
lukem
2001-06-18
Add my copyrigth and remove the older ones. None of the original authors of
bouyer
2001-06-18
Snapshot of ATAPI tapes support. Known to be able to read/write to tape with:
bouyer
2001-05-04
Add an ATAPI front-end to the st driver. Completely untested for now,
bouyer