kernel/cam: Make si_iosize_max overridable by drivers.
[dragonfly.git] / sys / bus / cam / scsi / scsi_da.c
2012-08-03 Sascha Wildnerkernel/cam: Make si_iosize_max overridable by drivers.
2012-01-20 Sascha Wildnerkernel: Remove some more old major number related stuff.
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2011-12-04 Sascha Wildnerkernel: Use NELEM() in some more places.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-10-07 TimTRIM support
2011-08-22 Sascha Wildnercam(4): Add a quirk to turn off SYNC CACHE for mly(4).
2011-04-10 Matthew Dillonkernel - Fix degenerate condition for ahci/cam disks...
2011-04-10 Matthew Dillonkernel - Limit tags allocated to reads or writes for...
2010-08-25 Matthew Dillonkernel - Adjust device D_MPSAFE_* flags
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-06 Alex Hornungdump - Make use of the new dumping
2009-10-02 Alex Hornungtaskq - Make consumer tasks MPALMOSTSAFE
2009-09-06 Matthew DillonUSB - Avoid unnecessary reprobes.
2009-09-03 Matthew DillonCAM - Check DA media on open, basic suppor for removabl...
2009-08-05 Matthew DillonDEVFS - Add serial number links for all CAM and NATA...
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-07-09 Matthew DillonCAM - disable cache synchronization by default for...
2009-06-12 Matthew DillonCAM - Silence console spew on bus-rescan
2009-06-04 Matthew DillonCAM Enhancements for AHCI driver work, import some...
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-07-18 Matthew DillonFix multiple bugs in CAM related devices which go away...
2008-07-12 Peter AvalosAdd quirk for the Samsung YP-U3.
2008-05-18 Peter AvalosSync CAM with FreeBSD using lockmgr locks instead of...
2008-03-13 Sascha WildnerNuke unneded include.
2008-01-23 Matthias SchmidtAdd quirk for an USB Flash Disk Media Player.
2008-01-13 Matthias Schmidto Correct quirks entry for a MP3 player
2007-12-02 Peter AvalosSync quirk tables with FreeBSD.
2007-12-02 Peter AvalosAdd a tunable that allows one to turn off the automatic...
2007-12-02 Peter AvalosActually check to see if XPT_CALC_GEOMETRY had an error
2007-11-25 Peter AvalosRemove unused ioctl routine.
2007-11-25 Peter AvalosDon't use the devstat->busy_count for state decisions...
2007-11-24 Peter AvalosDon't call dkpart() just to print the result, it is...
2007-11-24 Peter AvalosBe very generous with timeouts for synchronize cache...
2007-11-21 Peter AvalosCheck the void * argument in the AC_FOUND_DEV case...
2007-11-18 Peter AvalosFix up unit attention and selection timeout handling.
2007-11-18 Peter AvalosRewrite of the CAM error recovery code.
2007-11-17 Peter AvalosChange the peripheral driver list from a linker set...
2007-11-14 Peter AvalosSwitch to sys/queue.h macros.
2007-07-23 Matthew DillonWhen CAM creates the disk layer, set the underlying...
2007-07-11 Peter AvalosUse TAILQ_FOREACH to enhance readibility.
2007-06-18 Matthew DillonDisklabel separation work - more.
2007-06-13 Matthew Dillondev_dopen() can be called multiple times with only...
2007-05-16 Matthew DillonPort 16 byte SCSI command support from FreeBSD. This...
2007-05-15 Matthew DillonContinue untangling the disklabel. Have most disk...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
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-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
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-09-21 Jeffrey HsuGive each CPU its own taskqueue thread so per-cpu data...
2005-06-02 Matthew DillonConditionalize an #include so libcam can build the...
2005-06-02 Matthew DillonRemove spl*() calls from the bus/ infrastructure, repla...
2005-04-25 Joerg SonnenbergerCISS quirk.
2004-12-30 Chris PresseyImprove seperation between kernel code and userland...
2004-09-18 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-13 David Rhodusadd in support Frontier Labs NEX IA+ Digital Audio...
2004-09-13 David RhodusAdd in support for the iRiver iFP MP3 player.
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...
2004-02-16 Matthew DillonRemove duplicate declarations in preparation for adding...
2003-12-29 Matthew DillonSynchronize the USB, CAM, and TASKQUEUE subsystems...
2003-11-29 David Rhodus* Add quirk for LEXAR 256MB JUMPDRIVE
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-09-07 Jeroen Ruigrok/asmodaiMake sure a DiskOnKey never sends a sync_cache. This...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
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: