summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* According to Intel documentation (307013), 3Gbps mode is supported ondelphij2009-06-011-3/+3
* ZyXEL G-202 has zd1211b chipset, not zd1211.weongyo2009-06-011-1/+1
* Restore support for bell pitch/duration.ed2009-05-315-3/+20
* Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2deischen2009-05-312-0/+5
* Unbreak build.attilio2009-05-303-9/+15
* Fix return values appropriately.attilio2009-05-301-2/+2
* s/rk_npkts/rx_npktsattilio2009-05-301-1/+1
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-3020-136/+246
* fix typosam2009-05-301-2/+2
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-3024-94/+98
* validate tx rate(s) in the raw xmit pathsam2009-05-295-11/+30
* Fix function arguments were previously they matched the typedef by accident.thompsa2009-05-291-3/+3
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-6/+9
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-2997-1035/+1027
* Free device strings.thompsa2009-05-291-0/+3
* adds new device IDs.weongyo2009-05-292-1/+6
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-2911-12/+12
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-28126-3794/+3685
* Allocate the usb serial, manufacturer and product strings rather than use charthompsa2009-05-276-124/+51
* Rework interrupt bringup and teardown.gnn2009-05-271-135/+128
* Provide a workaround for USB devices that do not support mono or stereothompsa2009-05-271-3/+5
* Delete useless #ifdef; make it more obvious if setting TSO fails.adrian2009-05-271-4/+1
* Add support for the Apple MacBook Pro keyboardthompsa2009-05-272-44/+155
* Slightly adjust copyright text.joel2009-05-271-1/+1
* Slightly adjust copyright text.joel2009-05-271-1/+1
* Separate comments from the license text.joel2009-05-273-3/+9
* Remove empty dir.thompsa2009-05-271-18/+0
* move ng_ubt_var.h back to its original placethompsa2009-05-271-131/+0
* move ng_ubt.c back to its original placethompsa2009-05-271-1722/+0
* move ubtbcmfw.c back to its original placethompsa2009-05-271-427/+0
* Change from using vm_map_delete() to vm_map_remove().sson2009-05-271-16/+2
* Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed.adrian2009-05-271-1/+2
* Enforce that there are actually enough xenbus TX ring descriptors availableadrian2009-05-271-3/+13
* Comment tidyup; comment where the next explicit check shouldadrian2009-05-271-11/+23
* ports urtw(4) for USB2. Additionally it supports a 8187B chipset weaklyweongyo2009-05-273-0/+4718
* Ensure that there are enough TX mbuf ring slots available before beginningadrian2009-05-271-1/+44
* Do the invariant check before the mbuf is dereferenced.adrian2009-05-271-2/+2
* Flesh out some inline documentation which hopefully reflect the intendedadrian2009-05-271-0/+23
* Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ...adrian2009-05-271-0/+2
* Add the ksyms(4) pseudo driver. The ksyms driver allows a process tosson2009-05-261-0/+678
* Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and itthompsa2009-05-262-418/+2
* Do not forcefully close the write transfer when closing the tty, it needs tothompsa2009-05-262-21/+7
* Unbreak bktr(4).ed2009-05-261-1/+1
* Free the memory correctly in the error casebenjsc2009-05-261-1/+1
* There is rubbish heremarkm2009-05-252-11/+8
* Correct controller description for 88E8035, 88E8036, 88E8038 andyongari2009-05-251-4/+4
* Simplify SIOCSIFFLAGS handler.yongari2009-05-251-12/+8
* Be consistent with other capability checking.yongari2009-05-251-7/+8
* Don't reinitialize controller when interface is already running.yongari2009-05-251-1/+9
* If interface is not UP, don't return media status.yongari2009-05-251-0/+4
OpenPOWER on IntegriCloud