summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umass.c
AgeCommit message (Expand)Author
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
2001-09-25Change to umass to not attach immediately if the system is still 'cold'.Dale Rahn
2001-05-24Angelos' Fuji camera is an 8070i device and it only accepts 12 byte CDBs.Constantine Sapuntzakis
2001-02-24#else if/#elifMichael Shalayeff
2001-01-29Pull in updates from NetBSD 1.49. Mostly support for a couple moreConstantine Sapuntzakis
2000-11-23fix lun support, not as nice as i would likeTheo de Raadt
2000-11-20limit luns on usbTheo de Raadt
2000-04-14Sync with NetBSD.Aaron Campbell
2000-04-08Y-E UFI drives don't clear sense on INQUIRY. Upper-layer SCSI driversConstantine Sapuntzakis
2000-04-08Add RCSids.Aaron Campbell
2000-04-08Complete the port to OpenBSD started by aaron@Constantine Sapuntzakis
2000-04-04New USB mass storage driver. Improvements: Uses asynchronous USB requests,Aaron Campbell
2000-03-31Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED.Aaron Campbell