summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umass.c
AgeCommit message (Expand)Author
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2008-09-25Add 'default:' stanza to switch() to make clear that 'status' is alwaysKenneth R Westerback
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-18avoid leaking pipes by not zeroing the pipe after aborting it, soFederico G. Schwindt
2008-02-03Redo umass_bbb_get_max_lun() and uses thereof toKenneth R Westerback
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-09-15Allow to pull out an usb stick with ffs filesystem while mountedAlexander Bluhm
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-14Move the inclusion of sys/timeout.h from usb_port.h to the drivers thatMarc Balmer
2007-06-13Remove the definition and use of umass/umass_quirks related macros.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-06-01Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional norMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-05-24Set the data length on CBI data transfers.Christopher Pascoe
2005-05-15Oops. atapiscsi.h is needed because that's where NATAPISCSI isKenneth R Westerback
2005-05-14Try to ensure that UFI/ATAPI USB umass devices always get the zeroKenneth R Westerback
2005-04-01Add support for polled umass/SCSI transactions. Should eliminate the panicsChristopher Pascoe
2005-03-28Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI requestChristopher Pascoe
2005-03-28minor spelling corrections.Christopher Pascoe
2004-07-21update the netbsd license and tagsDavid Gwynne
2004-07-21from netbsd, umass.c 1.103David Gwynne
2004-07-21from netbsd, umass.c 1.105David Gwynne
2004-07-21from netbsd, umass.c 1.112David Gwynne
2004-07-21from netbsd, umass.c 1.116David Gwynne
2004-07-21from netbsd, umass.c 1.104David Gwynne
2004-07-21from netbsd, umass.c 1.101David Gwynne
2004-07-21from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21David Gwynne
2004-07-17from netbsd, umass.c 1.98, umassvar.h 1.20David Gwynne
2004-07-15from netbsd via dlg, umass.c revision 1.97:Theo de Raadt
2004-06-08Make umass CBI buffer handling consistant with BBB buffer handling byKenneth R Westerback
2003-11-07updated URLs from Jared Yanovich;Jason McIntyre
2003-05-17sync with NetBSD and add various local hacks to make things work correctlyNathan Binkert
2003-05-07string cleanup; nate okTheo de Raadt
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-01-05spellingTheo de Raadt
2002-12-15Fix/Cleanup some SCSI #defines.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-06-21Trial and error gives me this tweak for the trumpion 0x1100 device.Artur Grabowski
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller