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