| Age | Commit message (Expand) | Author |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-07 | URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter. | wiz |
| 2003-10-28 | The "bad status" case is impossible -- the switch value is constrained to 2 | mycroft |
| 2003-10-25 | Fix uninitialized variable warnings. | christos |
| 2003-09-29 | The umass attach can fail in many ways. Print a message about why it | augustss |
| 2003-09-13 | Do the quirk initialization earlier. | mycroft |
| 2003-09-10 | Mostly stylistic change, making comments and printf()s similar between BBB | mycroft |
| 2003-09-10 | Copyright maintenance. | mycroft |
| 2003-09-10 | On a Bulk-In data stall, make sure we copy back the data received, per the | mycroft |
| 2003-09-10 | cc -pipe -ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-lengt... | mycroft |
| 2003-09-08 | If maxlun>0, automatically set PQUIRK_FORCELUNS, rather than using quirk | mycroft |
| 2003-09-08 | Remove UMASS_QUIRK_NO_START_STOP and UMASS_QUIRK_NO_MAX_LUN. | mycroft |
| 2003-09-04 | Well, this is bloody obscure... | mycroft |
| 2003-04-26 | Use the correct bus name in "bus not configured" errors for SCSI and ATAPI | dsainty |
| 2003-02-16 | Add a reference count to avoid detaching while the attach is still | augustss |
| 2003-01-06 | successful with only one l. | wiz |
| 2003-01-01 | Assign NULL to sc_pipe after closing, so that usbd_close_pipe isn't | toshii |
| 2002-12-18 | Use "NULL" instead of "0" in pointer checks. | tron |
| 2002-12-06 | kern/12837: Provide a way to get working devices that violate the usb spec by | erh |
| 2002-11-04 | we don't own Jason, even if we'd like to | pooka |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2002-03-17 | Whitespace fixes. | augustss |
| 2002-02-07 | Add quirk for devices without Get Max Lun. | augustss |
| 2001-12-31 | Dump enpoint number instead of endpoint index. | augustss |
| 2001-12-31 | Don't try to deactivate child if we have no bus yet. | augustss |
| 2001-12-31 | Dump more of the command. | augustss |
| 2001-12-29 | Introduce a field, busquirks, in the umass quirk table that is passed | augustss |
| 2001-12-24 | Get rid of the transfer_speed nonsense to calculate the timeout. | augustss |
| 2001-12-24 | Add a preliminary version of a driver for In-System Designs non-standard | augustss |
| 2001-12-24 | Make the separation between wire protocol (umass.c) and command protocol | augustss |
| 2001-12-17 | Introduce the new umass quirk table. | gehenna |
| 2001-12-15 | Add a hack for ScanLogic SL11R IDE adapter. From FreeBSD. | augustss |
| 2001-12-14 | Stylistic changes | gehenna |
| 2001-12-14 | Define a new structure to store wire specific control methods. | gehenna |
| 2001-12-14 | Use device handle and interface number which are stored in softc. | gehenna |
| 2001-12-14 | Change style to store endpoint addresses and pipes. | gehenna |
| 2001-12-12 | Move usbd_clear_endpoint_toggle() prototype to usbdi.h. | augustss |
| 2001-12-12 | Use vendor/product variables | gehenna |
| 2001-12-12 | Don't change wire protocol state in umass generic function | gehenna |
| 2001-12-12 | bcopy -> memcpy | gehenna |
| 2001-11-25 | Add a quirk for Olympus C-1. From FreeBSD (by iedowse) | augustss |
| 2001-11-25 | Pay attention to the timeout value passed down by the scsipi layer. | augustss |
| 2001-11-23 | Handle Zip quirks differently. | augustss |
| 2001-11-13 | Remove trailing `b' in some numbers for lengths. It just makes them look | augustss |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-25 | Better debug messages. | augustss |
| 2001-06-04 | Remove overly paranoid test (and not in the spec either). From OpenBSD. | augustss |
| 2001-04-26 | s/\<PROTO_ATAPI/C&/ | enami |
| 2001-04-19 | Remove stuff I didn't mean to commit yet. | augustss |