summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ums.c
Commit message (Expand)AuthorAgeFilesLines
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-7/+7
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-20/+20
* More USB ethernet tweaks:wpaul2000-01-201-1/+2
* Revoke the vnodes on detach. This avoids the crashes people have seenn_hibma1999-11-211-4/+6
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-16/+32
* The Qtronix keyboard has a built in PS/2 port for a mouse.n_hibma1999-11-081-52/+100
* Rename remove_dev() to destroy_dev().phk1999-11-081-1/+1
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thepeter1999-11-081-2/+1
* Add make_dev and remove_dev.n_hibma1999-10-071-0/+7
* Remove the last bits and pieces left over from porting the drivern_hibma1999-10-071-27/+9
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Typo: 'x' should be 'y' (only affects debugging output)n_hibma1999-09-011-1/+1
* Remove NetBSD specific code. USB part is trivial, and the rest is notn_hibma1999-08-281-79/+0
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-281-1/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-2/+2
* 1) Add non-blocking I/O on readn_hibma1999-06-131-6/+32
* This commit should be a extensive NO-OP:phk1999-05-301-4/+19
* When the mouse is being disconnected, do the followings:n_hibma1999-05-301-4/+14
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-1/+1
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Z direction was upside down.n_hibma1999-05-011-2/+6
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-5/+1
* 1) Make debugging more selective.n_hibma1999-04-111-6/+6
* make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf.n_hibma1999-02-211-57/+111
* Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2)n_hibma1999-02-151-0/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* forgotten in previous commit: Lowered default debug leveln_hibma1999-01-221-1/+1
* Fixed disconnect for umousen_hibma1999-01-221-2/+7
* Cleaning up, improving _detach, removing ominous warning (msmith)n_hibma1999-01-211-9/+22
* Corrected the latent fact that the uhub driver was providing a driver forn_hibma1999-01-141-1/+1
* 1) textual changesn_hibma1999-01-121-48/+24
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-101-8/+15
* Major synchronisation with NetBSD USB coden_hibma1999-01-071-160/+84
* Corrected the major number for usb and added ums as major 111n_hibma1999-01-031-2/+2
* Added Id to all filesn_hibma1998-12-141-0/+1
* Updated USB kernel sources to NetBSD sources of 1998-12-09.n_hibma1998-12-131-1/+1
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-0/+812
OpenPOWER on IntegriCloud