summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umass_scsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify/refactor the way vendor/product/serial informations arelandry2018-05-011-2/+2
* Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() tokrw2016-08-031-55/+29
* Set SDEV_UMASS on all umass devices, even when they use ATAPI orkrw2016-08-011-3/+3
* Refactor umass_detach() in order to pass a size to free(9).mpi2015-12-161-8/+22
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Fix debug printfs.mpi2014-08-081-5/+5
* Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().pirofti2013-11-061-2/+2
* correct tv_sec handling in debug codederaadt2013-04-221-7/+7
* Backout a bunch of my SCSI commits from c2k11. At least one of thesematthew2011-07-171-8/+8
* Switch umass(4) to use a single target scsibus withmatthew2011-07-091-7/+6
* First batch of converting SCSI HBAs from setting saa_targets andmatthew2011-07-081-4/+5
* On OpenBSD, we've always attached scsibus(4) to umass(4), even formatthew2011-05-241-14/+8
* Simplify umass devid generation. Only use the last 12 characters ofmatthew2011-04-191-10/+14
* Include USB vendor and product ids when manufacturing a unique disk idmatthew2011-04-191-5/+11
* add a new "serial" devid type for scsi devices. add code to usb that fakesdlg2011-04-061-1/+23
* umass is set up to only handle one command on the bus at any pointdlg2010-09-211-1/+36
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-9/+1
* New scsi code seems to be stable. Pluck previously identifiedkrw2010-05-201-10/+2
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-7/+5
* Fix another long standing double scsi_done() bug. This time when akrw2010-01-131-28/+44
* Zap all setting of ITSDONE in drivers that don't look at it. Nobodykrw2010-01-091-5/+1
* Revert the 'optimization' I attempted in r1.21 since it turns outkrw2009-07-021-3/+9
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Merge show_scsi_xs() and show_scsi_cmd() and move invocation so thekrw2008-06-131-8/+1
* Doh. Setting ITSDONE and returning SUCCESSFULLY_QUEUED just meanskrw2007-10-201-9/+3
* DO NOT access xs after calling scsi_done(xs). It's not there anymore.krw2007-10-201-6/+8
* malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of allkrw2007-10-091-4/+2
* Remove the definition and use of umass/umass_quirks related macros.mbalmer2007-06-131-3/+3
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-7/+7
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* unitialized variable, busted by dlg, fixed by dlgderaadt2006-11-301-1/+3
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-4/+10
* PQUIK_NOMODESENSE no longer does anything, and PQUIRK_NOBIGMODESENSE waskrw2005-05-251-9/+2
* Try to ensure that UFI/ATAPI USB umass devices always get the zerokrw2005-05-141-3/+1
* Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force akrw2005-04-271-1/+2
* Add support for polled umass/SCSI transactions. Should eliminate the panicspascoe2005-04-011-18/+23
* remove an unused vardlg2004-07-221-4/+2
* from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21dlg2004-07-211-11/+3
* Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, andkrw2004-02-211-21/+1
* Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Alsokrw2004-01-141-3/+2
* Make debug printf a real debug.grange2004-01-101-3/+3
* Mention in the 'status cmd failed' message the scsi command thatkrw2003-05-171-2/+3
* sync with NetBSD and add various local hacks to make things work correctlynate2003-05-171-0/+464
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-488/+0
* Sync ulpt driver with NetBSDnate2002-05-071-0/+488