| Commit message (Expand) | Author | Age | Files | Lines |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 126 | -3794/+3685 |
* | Allocate the usb serial, manufacturer and product strings rather than use char | thompsa | 2009-05-27 | 6 | -124/+51 |
* | Rework interrupt bringup and teardown. | gnn | 2009-05-27 | 1 | -135/+128 |
* | Provide a workaround for USB devices that do not support mono or stereo | thompsa | 2009-05-27 | 1 | -3/+5 |
* | Delete useless #ifdef; make it more obvious if setting TSO fails. | adrian | 2009-05-27 | 1 | -4/+1 |
* | Add support for the Apple MacBook Pro keyboard | thompsa | 2009-05-27 | 2 | -44/+155 |
* | Slightly adjust copyright text. | joel | 2009-05-27 | 1 | -1/+1 |
* | Slightly adjust copyright text. | joel | 2009-05-27 | 1 | -1/+1 |
* | Separate comments from the license text. | joel | 2009-05-27 | 3 | -3/+9 |
* | Remove empty dir. | thompsa | 2009-05-27 | 1 | -18/+0 |
* | move ng_ubt_var.h back to its original place | thompsa | 2009-05-27 | 1 | -131/+0 |
* | move ng_ubt.c back to its original place | thompsa | 2009-05-27 | 1 | -1722/+0 |
* | move ubtbcmfw.c back to its original place | thompsa | 2009-05-27 | 1 | -427/+0 |
* | Change from using vm_map_delete() to vm_map_remove(). | sson | 2009-05-27 | 1 | -16/+2 |
* | Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed. | adrian | 2009-05-27 | 1 | -1/+2 |
* | Enforce that there are actually enough xenbus TX ring descriptors available | adrian | 2009-05-27 | 1 | -3/+13 |
* | Comment tidyup; comment where the next explicit check should | adrian | 2009-05-27 | 1 | -11/+23 |
* | ports urtw(4) for USB2. Additionally it supports a 8187B chipset weakly | weongyo | 2009-05-27 | 3 | -0/+4718 |
* | Ensure that there are enough TX mbuf ring slots available before beginning | adrian | 2009-05-27 | 1 | -1/+44 |
* | Do the invariant check before the mbuf is dereferenced. | adrian | 2009-05-27 | 1 | -2/+2 |
* | Flesh out some inline documentation which hopefully reflect the intended | adrian | 2009-05-27 | 1 | -0/+23 |
* | Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management ... | adrian | 2009-05-27 | 1 | -0/+2 |
* | Add the ksyms(4) pseudo driver. The ksyms driver allows a process to | sson | 2009-05-26 | 1 | -0/+678 |
* | Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and it | thompsa | 2009-05-26 | 2 | -418/+2 |
* | Do not forcefully close the write transfer when closing the tty, it needs to | thompsa | 2009-05-26 | 2 | -21/+7 |
* | Unbreak bktr(4). | ed | 2009-05-26 | 1 | -1/+1 |
* | Free the memory correctly in the error case | benjsc | 2009-05-26 | 1 | -1/+1 |
* | There is rubbish here | markm | 2009-05-25 | 2 | -11/+8 |
* | Correct controller description for 88E8035, 88E8036, 88E8038 and | yongari | 2009-05-25 | 1 | -4/+4 |
* | Simplify SIOCSIFFLAGS handler. | yongari | 2009-05-25 | 1 | -12/+8 |
* | Be consistent with other capability checking. | yongari | 2009-05-25 | 1 | -7/+8 |
* | Don't reinitialize controller when interface is already running. | yongari | 2009-05-25 | 1 | -1/+9 |
* | If interface is not UP, don't return media status. | yongari | 2009-05-25 | 1 | -0/+4 |
* | Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070). | yongari | 2009-05-25 | 2 | -1/+13 |
* | Add workaround for Yukon FE+ A0. This controller is known to have | yongari | 2009-05-25 | 2 | -11/+52 |
* | Add preliminary Yukon FE+ support and register definitions. | yongari | 2009-05-25 | 2 | -4/+20 |
* | Explicitly reset GMAC Controls and initialize GM_GP_CTRL register. | yongari | 2009-05-25 | 1 | -10/+8 |
* | Disable HW WOL for Yukon EC Ultra. While I'm here use switch | yongari | 2009-05-25 | 1 | -11/+15 |
* | Explicitly check resolved speed/duplex. Just checking IFM_ACTIVE | yongari | 2009-05-25 | 1 | -8/+24 |
* | Add support for newer descriptor format. This format is used on | yongari | 2009-05-25 | 2 | -12/+29 |
* | Oops, add missing ~ operator. | yongari | 2009-05-25 | 1 | -1/+1 |
* | Caller already hold a driver lock in mii callback, assert it. | yongari | 2009-05-25 | 1 | -1/+1 |
* | Rather than checking every chip revision, introduce more flags to | yongari | 2009-05-25 | 2 | -29/+33 |
* | Correctly return the result of mii_mediachg(). Previously it always | yongari | 2009-05-25 | 1 | -2/+3 |
* | Use bit definition to represent MSI and detach state instead of | yongari | 2009-05-25 | 2 | -6/+6 |
* | Use bit definition to represent link state, device suspend instead | yongari | 2009-05-25 | 2 | -13/+15 |
* | Remove link handling taskqueue and use mii callback directly. While | yongari | 2009-05-25 | 2 | -19/+3 |
* | Add driver support for 88E3016 PHY which is found on Marvell Yukon | yongari | 2009-05-25 | 3 | -4/+34 |
* | Do not ignore NEXT Page capability of auto-negotiation | yongari | 2009-05-25 | 1 | -4/+7 |
* | Don't read unnecessary PHY registers. Speed/duplex resolution bit | yongari | 2009-05-25 | 1 | -12/+16 |