Age | Commit message (Expand) | Author |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-09 | Switch umass(4) to use a single target scsibus with | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-04-19 | Simplify umass devid generation. Only use the last 12 characters of | Matthew Dempsky |
2011-04-19 | Include USB vendor and product ids when manufacturing a unique disk id | Matthew Dempsky |
2011-04-06 | add a new "serial" devid type for scsi devices. add code to usb that fakes | David Gwynne |
2010-09-21 | umass is set up to only handle one command on the bus at any point | David Gwynne |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-13 | Fix another long standing double scsi_done() bug. This time when a | Kenneth R Westerback |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2009-07-02 | Revert the 'optimization' I attempted in r1.21 since it turns out | Kenneth R Westerback |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-13 | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the | Kenneth R Westerback |
2007-10-20 | Doh. Setting ITSDONE and returning SUCCESSFULLY_QUEUED just means | Kenneth R Westerback |
2007-10-20 | DO NOT access xs after calling scsi_done(xs). It's not there anymore. | Kenneth R Westerback |
2007-10-09 | malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of all | Kenneth R Westerback |
2007-06-13 | Remove the definition and use of umass/umass_quirks related macros. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2006-11-30 | unitialized variable, busted by dlg, fixed by dlg | Theo de Raadt |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2005-05-25 | PQUIK_NOMODESENSE no longer does anything, and PQUIRK_NOBIGMODESENSE was | Kenneth R Westerback |
2005-05-14 | Try to ensure that UFI/ATAPI USB umass devices always get the zero | Kenneth R Westerback |
2005-04-27 | Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force a | Kenneth R Westerback |
2005-04-01 | Add support for polled umass/SCSI transactions. Should eliminate the panics | Christopher Pascoe |
2004-07-22 | remove an unused var | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21 | David Gwynne |
2004-02-21 | Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and | Kenneth R Westerback |
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth R Westerback |
2004-01-10 | Make debug printf a real debug. | Alexander Yurchenko |
2003-05-17 | Mention in the 'status cmd failed' message the scsi command that | Kenneth R Westerback |
2003-05-17 | sync with NetBSD and add various local hacks to make things work correctly | Nathan Binkert |
2002-05-07 | Meant to commit only ulpt and committed everything. Most things weren't ready | Nathan Binkert |
2002-05-07 | Sync ulpt driver with NetBSD | Nathan Binkert |