aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build.Attilio Rao2009-05-303-9/+15
* Fix return values appropriately.Attilio Rao2009-05-301-2/+2
* s/rk_npkts/rx_npktsAttilio Rao2009-05-301-1/+1
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-3020-136/+246
* fix typoSam Leffler2009-05-301-2/+2
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-3024-94/+98
* validate tx rate(s) in the raw xmit pathSam Leffler2009-05-295-11/+30
* Fix function arguments were previously they matched the typedef by accident.Andrew Thompson2009-05-291-3/+3
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-292-6/+9
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-2997-1027/+1019
* Free device strings.Andrew Thompson2009-05-291-0/+3
* adds new device IDs.Weongyo Jeong2009-05-292-1/+6
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-2911-12/+12
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-28126-3788/+3679
* Allocate the usb serial, manufacturer and product strings rather than use charAndrew Thompson2009-05-276-124/+51
* Rework interrupt bringup and teardown.George V. Neville-Neil2009-05-271-131/+124
* Provide a workaround for USB devices that do not support mono or stereoAndrew Thompson2009-05-271-3/+5
* Delete useless #ifdef; make it more obvious if setting TSO fails.Adrian Chadd2009-05-271-4/+1
* Add support for the Apple MacBook Pro keyboardAndrew Thompson2009-05-272-43/+154
* Slightly adjust copyright text.Joel Dahl2009-05-271-1/+1
* Slightly adjust copyright text.Joel Dahl2009-05-271-1/+1
* Separate comments from the license text.Joel Dahl2009-05-273-3/+9
* Remove empty dir.Andrew Thompson2009-05-271-18/+0
* move ng_ubt_var.h back to its original placeAndrew Thompson2009-05-271-131/+0
* move ng_ubt.c back to its original placeAndrew Thompson2009-05-271-1722/+0
* move ubtbcmfw.c back to its original placeAndrew Thompson2009-05-271-427/+0
* Change from using vm_map_delete() to vm_map_remove().Stacey Son2009-05-271-16/+2
* Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.Adrian Chadd2009-05-271-1/+2
* Enforce that there are actually enough xenbus TX ring descriptors availableAdrian Chadd2009-05-271-3/+13
* Comment tidyup; comment where the next explicit check shouldAdrian Chadd2009-05-271-11/+23
* ports urtw(4) for USB2. Additionally it supports a 8187B chipset weaklyWeongyo Jeong2009-05-273-0/+4718
* Ensure that there are enough TX mbuf ring slots available before beginningAdrian Chadd2009-05-271-1/+44
* Do the invariant check before the mbuf is dereferenced.Adrian Chadd2009-05-271-2/+2
* Flesh out some inline documentation which hopefully reflect the intendedAdrian Chadd2009-05-271-0/+23
* Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...Adrian Chadd2009-05-271-0/+2
* Add the ksyms(4) pseudo driver. The ksyms driver allows a process toStacey Son2009-05-261-0/+678
* Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and itAndrew Thompson2009-05-262-418/+2
* Do not forcefully close the write transfer when closing the tty, it needs toAndrew Thompson2009-05-262-21/+7
* Unbreak bktr(4).Ed Schouten2009-05-261-1/+1
* Free the memory correctly in the error caseBenjamin Close2009-05-261-1/+1
* There is rubbish hereMark Murray2009-05-252-11/+8
* Correct controller description for 88E8035, 88E8036, 88E8038 andPyun YongHyeon2009-05-251-4/+4
* Simplify SIOCSIFFLAGS handler.Pyun YongHyeon2009-05-251-12/+8
* Be consistent with other capability checking.Pyun YongHyeon2009-05-251-7/+8
* Don't reinitialize controller when interface is already running.Pyun YongHyeon2009-05-251-1/+9
* If interface is not UP, don't return media status.Pyun YongHyeon2009-05-251-0/+4
* Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070).Pyun YongHyeon2009-05-252-1/+13
* Add workaround for Yukon FE+ A0. This controller is known to havePyun YongHyeon2009-05-252-11/+52
* Add preliminary Yukon FE+ support and register definitions.Pyun YongHyeon2009-05-252-4/+20
* Explicitly reset GMAC Controls and initialize GM_GP_CTRL register.Pyun YongHyeon2009-05-251-10/+8