| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify/refactor the way vendor/product/serial informations are |  landry | 2018-05-01 | 1 | -2/+2 |
* | Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() to |  krw | 2016-08-03 | 1 | -55/+29 |
* | Set SDEV_UMASS on all umass devices, even when they use ATAPI or |  krw | 2016-08-01 | 1 | -3/+3 |
* | Refactor umass_detach() in order to pass a size to free(9). |  mpi | 2015-12-16 | 1 | -8/+22 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Fix debug printfs. |  mpi | 2014-08-08 | 1 | -5/+5 |
* | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-06 | 1 | -2/+2 |
* | correct tv_sec handling in debug code |  deraadt | 2013-04-22 | 1 | -7/+7 |
* | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 2011-07-17 | 1 | -8/+8 |
* | Switch umass(4) to use a single target scsibus with |  matthew | 2011-07-09 | 1 | -7/+6 |
* | First batch of converting SCSI HBAs from setting saa_targets and |  matthew | 2011-07-08 | 1 | -4/+5 |
* | On OpenBSD, we've always attached scsibus(4) to umass(4), even for |  matthew | 2011-05-24 | 1 | -14/+8 |
* | Simplify umass devid generation. Only use the last 12 characters of |  matthew | 2011-04-19 | 1 | -10/+14 |
* | Include USB vendor and product ids when manufacturing a unique disk id |  matthew | 2011-04-19 | 1 | -5/+11 |
* | add a new "serial" devid type for scsi devices. add code to usb that fakes |  dlg | 2011-04-06 | 1 | -1/+23 |
* | umass is set up to only handle one command on the bus at any point |  dlg | 2010-09-21 | 1 | -1/+36 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -9/+1 |
* | New scsi code seems to be stable. Pluck previously identified |  krw | 2010-05-20 | 1 | -10/+2 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -7/+5 |
* | Fix another long standing double scsi_done() bug. This time when a |  krw | 2010-01-13 | 1 | -28/+44 |
* | Zap all setting of ITSDONE in drivers that don't look at it. Nobody |  krw | 2010-01-09 | 1 | -5/+1 |
* | Revert the 'optimization' I attempted in r1.21 since it turns out |  krw | 2009-07-02 | 1 | -3/+9 |
* | Extend the scsi_adapter minphys() callback to take a struct scsi_link * |  miod | 2009-02-16 | 1 | -3/+3 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the |  krw | 2008-06-13 | 1 | -8/+1 |
* | Doh. Setting ITSDONE and returning SUCCESSFULLY_QUEUED just means |  krw | 2007-10-20 | 1 | -9/+3 |
* | DO NOT access xs after calling scsi_done(xs). It's not there anymore. |  krw | 2007-10-20 | 1 | -6/+8 |
* | malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of all |  krw | 2007-10-09 | 1 | -4/+2 |
* | Remove the definition and use of umass/umass_quirks related macros. |  mbalmer | 2007-06-13 | 1 | -3/+3 |
* | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -7/+7 |
* | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -3/+3 |
* | unitialized variable, busted by dlg, fixed by dlg |  deraadt | 2006-11-30 | 1 | -1/+3 |
* | give scsi controllers a real attach args to fill in when attaching scsibus. |  dlg | 2006-11-28 | 1 | -4/+10 |
* | PQUIK_NOMODESENSE no longer does anything, and PQUIRK_NOBIGMODESENSE was |  krw | 2005-05-25 | 1 | -9/+2 |
* | Try to ensure that UFI/ATAPI USB umass devices always get the zero |  krw | 2005-05-14 | 1 | -3/+1 |
* | Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force a |  krw | 2005-04-27 | 1 | -1/+2 |
* | Add support for polled umass/SCSI transactions. Should eliminate the panics |  pascoe | 2005-04-01 | 1 | -18/+23 |
* | remove an unused var |  dlg | 2004-07-22 | 1 | -4/+2 |
* | from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21 |  dlg | 2004-07-21 | 1 | -11/+3 |
* | Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and |  krw | 2004-02-21 | 1 | -21/+1 |
* | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also |  krw | 2004-01-14 | 1 | -3/+2 |
* | Make debug printf a real debug. |  grange | 2004-01-10 | 1 | -3/+3 |
* | Mention in the 'status cmd failed' message the scsi command that |  krw | 2003-05-17 | 1 | -2/+3 |
* | sync with NetBSD and add various local hacks to make things work correctly |  nate | 2003-05-17 | 1 | -0/+464 |
* | Meant to commit only ulpt and committed everything. Most things weren't ready |  nate | 2002-05-07 | 1 | -488/+0 |
* | Sync ulpt driver with NetBSD |  nate | 2002-05-07 | 1 | -0/+488 |