summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070).yongari2009-05-252-1/+13
* Add workaround for Yukon FE+ A0. This controller is known to haveyongari2009-05-252-11/+52
* Add preliminary Yukon FE+ support and register definitions.yongari2009-05-252-4/+20
* Explicitly reset GMAC Controls and initialize GM_GP_CTRL register.yongari2009-05-251-10/+8
* Disable HW WOL for Yukon EC Ultra. While I'm here use switchyongari2009-05-251-11/+15
* Explicitly check resolved speed/duplex. Just checking IFM_ACTIVEyongari2009-05-251-8/+24
* Add support for newer descriptor format. This format is used onyongari2009-05-252-12/+29
* Oops, add missing ~ operator.yongari2009-05-251-1/+1
* Caller already hold a driver lock in mii callback, assert it.yongari2009-05-251-1/+1
* Rather than checking every chip revision, introduce more flags toyongari2009-05-252-29/+33
* Correctly return the result of mii_mediachg(). Previously it alwaysyongari2009-05-251-2/+3
* Use bit definition to represent MSI and detach state instead ofyongari2009-05-252-6/+6
* Use bit definition to represent link state, device suspend insteadyongari2009-05-252-13/+15
* Remove link handling taskqueue and use mii callback directly. Whileyongari2009-05-252-19/+3
* Add driver support for 88E3016 PHY which is found on Marvell Yukonyongari2009-05-253-4/+34
* Do not ignore NEXT Page capability of auto-negotiationyongari2009-05-251-4/+7
* Don't read unnecessary PHY registers. Speed/duplex resolution bityongari2009-05-251-12/+16
OpenPOWER on IntegriCloud