| Commit message (Expand) | Author | Age | Files | Lines |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | I don't know from where the notion that device driver should or | phk | 2003-09-28 | 1 | -10/+0 |
* | Fix the cdevsw compatibility for -stable. | joe | 2003-08-25 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | If the device goes away during ulpt_reset(), make sure not to call | iedowse | 2003-06-15 | 1 | -1/+7 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+6 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Ignore IEEE1284 descriptors when looking for bidirectional mode. We don't | des | 2002-12-16 | 1 | -2/+2 |
* | MFNetBSD: 1.52-1.55 | des | 2002-12-16 | 1 | -4/+17 |
* | Check for errors and zero-length transfers in the ulpt_input() input | iedowse | 2002-10-30 | 1 | -0/+6 |
* | MFNetBSD: 1.51 | joe | 2002-08-16 | 1 | -4/+5 |
* | MFNetBSD: (1.50) Get rid of trailing white space. | joe | 2002-08-16 | 1 | -5/+5 |
* | Use the hw.usb sysctl tree instead of debug.usb. | joe | 2002-08-08 | 1 | -1/+2 |
* | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | joe | 2002-07-31 | 1 | -2/+2 |
* | Get bored with hard coded debug level variables and introduce a debug.usb | joe | 2002-07-31 | 1 | -0/+3 |
* | MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), | joe | 2002-05-06 | 1 | -2/+2 |
* | Be more specific about when block major numbers disappeared from | joe | 2002-03-11 | 1 | -1/+1 |
* | in ulpt_reset() req.bmRequestType was unitialized, fix it. | alfred | 2002-02-26 | 1 | -0/+1 |
* | Re-add bmaj to the cdevsw's, but don't compile it in on -current. | joe | 2002-02-15 | 1 | -0/+3 |
* | Merge from NetBSD: revs 1.43 + 1.45 | joe | 2002-02-11 | 1 | -5/+25 |
* | Sync with NetBSD: | joe | 2002-01-02 | 1 | -7/+7 |
* | NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too) | joe | 2002-01-02 | 1 | -3/+3 |
* | Set ulptusein = 0 so that the machine doesn't hang solid after a | phk | 2001-10-12 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Pull in the current version of NetBSD's ulpt.c, supporting bidirectional | n_hibma | 2001-07-05 | 1 | -83/+201 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Fix for powering off a HP DJ950C during printing. As stated by Ian: | n_hibma | 2000-11-07 | 1 | -0/+5 |
* | Remove unneccessary includes. (phk) | n_hibma | 2000-10-10 | 1 | -3/+1 |
* | Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD | n_hibma | 2000-07-17 | 1 | -6/+6 |
* | Sync with NetBSD: | n_hibma | 2000-05-14 | 1 | -3/+3 |
* | Change Lennart's e-mail address. | n_hibma | 2000-05-14 | 1 | -1/+1 |
* | Remove 42 unneeded #include <sys/ioccom.h>. | phk | 2000-05-03 | 1 | -1/+0 |
* | OpenBSD has a broken debugger that does not grok static. Use a | n_hibma | 2000-04-03 | 1 | -5/+5 |
* | Synchronisation with NetBSD 1999/11/27 | n_hibma | 1999-11-28 | 1 | -4/+4 |
* | Revoke the vnodes on detach. This avoids the crashes people have seen | n_hibma | 1999-11-21 | 1 | -1/+10 |
* | Synchronisation with NetBSD as of 1999/11/16: | n_hibma | 1999-11-17 | 1 | -37/+41 |
* | Rename remove_dev() to destroy_dev(). | phk | 1999-11-08 | 1 | -2/+2 |
* | ulpt.c and ums.c already uses make_dev(), so there's no need to use the | peter | 1999-11-08 | 1 | -2/+1 |
* | Major synchronisation with the NetBSD USB stack: | n_hibma | 1999-10-07 | 1 | -68/+202 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | We use device_set_desc_copy, so we do not need to free the copied text | n_hibma | 1999-08-28 | 1 | -1/+1 |
* | Remove cmaj and bmaj args from DEV_DRIVER_MODULE. | phk | 1999-07-04 | 1 | -2/+1 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+20 |
* | 1) Add URL for printer class specification | n_hibma | 1999-05-30 | 1 | -12/+8 |
* | Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between | phk | 1999-05-09 | 1 | -1/+1 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -2/+2 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -6/+1 |
* | 1) Make debugging more selective. | n_hibma | 1999-04-11 | 1 | -4/+4 |