Age | Commit message (Expand) | Author |
2008-02-03 | Redo umass_bbb_get_max_lun() and uses thereof to | Kenneth R Westerback |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander Bluhm |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-14 | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that | Marc Balmer |
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 |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-01 | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith |
2005-05-24 | Set the data length on CBI data transfers. | Christopher Pascoe |
2005-05-15 | Oops. atapiscsi.h is needed because that's where NATAPISCSI is | Kenneth R Westerback |
2005-05-14 | Try to ensure that UFI/ATAPI USB umass devices always get the zero | Kenneth R Westerback |
2005-04-01 | Add support for polled umass/SCSI transactions. Should eliminate the panics | Christopher Pascoe |
2005-03-28 | Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI request | Christopher Pascoe |
2005-03-28 | minor spelling corrections. | Christopher Pascoe |
2004-07-21 | update the netbsd license and tags | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.103 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.105 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.112 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.116 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.104 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.101 | 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-07-17 | from netbsd, umass.c 1.98, umassvar.h 1.20 | David Gwynne |
2004-07-15 | from netbsd via dlg, umass.c revision 1.97: | Theo de Raadt |
2004-06-08 | Make umass CBI buffer handling consistant with BBB buffer handling by | Kenneth R Westerback |
2003-11-07 | updated URLs from Jared Yanovich; | Jason McIntyre |
2003-05-17 | sync with NetBSD and add various local hacks to make things work correctly | Nathan Binkert |
2003-05-07 | string cleanup; nate ok | Theo de Raadt |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-01-05 | spelling | Theo de Raadt |
2002-12-15 | Fix/Cleanup some SCSI #defines. | Kenneth R Westerback |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-07-25 | get rid of trailing whitespace | Nathan Binkert |
2002-06-21 | Trial and error gives me this tweak for the trumpion 0x1100 device. | Artur Grabowski |
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 |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-09-25 | Change to umass to not attach immediately if the system is still 'cold'. | Dale Rahn |
2001-05-24 | Angelos' Fuji camera is an 8070i device and it only accepts 12 byte CDBs. | Constantine Sapuntzakis |
2001-02-24 | #else if/#elif | Michael Shalayeff |
2001-01-29 | Pull in updates from NetBSD 1.49. Mostly support for a couple more | Constantine Sapuntzakis |
2000-11-23 | fix lun support, not as nice as i would like | Theo de Raadt |
2000-11-20 | limit luns on usb | Theo de Raadt |
2000-04-14 | Sync with NetBSD. | Aaron Campbell |