DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / bus / cam / scsi / scsi_sa.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2008-07-18 Matthew DillonFix multiple bugs in CAM related devices which go away...
2008-05-18 Peter AvalosSync CAM with FreeBSD using lockmgr locks instead of...
2007-12-02 Peter AvalosSync quirk tables with FreeBSD.
2007-12-02 Peter AvalosIncorporate the O_NONBLOCK open semantics of Linux...
2007-12-01 Peter AvalosFine-grained malloc statistics - replace some M_DEVBUF...
2007-11-29 Peter AvalosMake sure we look at the correct sub op codes when
2007-11-29 Peter Avalosavoid use after free
2007-11-28 Peter AvalosSpelling fix in comment.
2007-11-26 Peter AvalosOnly set single initiator buffered mode if we've record...
2007-11-25 Peter AvalosMinor debug output changes.
2007-11-25 Peter AvalosRemove unused variables.
2007-11-25 Peter Avalospanic() shouldn't have a \n.
2007-11-18 Peter AvalosRewrite of the CAM error recovery code.
2007-11-17 Peter AvalosDon't use /dev/rXXX names.
2007-11-17 Peter AvalosChange the peripheral driver list from a linker set...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-03-25 Sascha Wildnerb_resid and b_bcount are int, so use %d.
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-01-22 Sascha Wildner* Move function types to a separate line.
2005-06-02 Matthew DillonRemove spl*() calls from the bus/ infrastructure, repla...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-03-15 Matthew DillonDo some M_WAITOK<->M_INTWAIT cleanups. Code entered...
2004-03-12 Matthew DillonChange M_NOWAIT to M_INTWAIT or M_WAITOK. CAM does...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: