summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Report current link state while auto-negotiation is in progress.yongari2009-05-251-1/+1
* Use mii_phy_add_media() and remove usage of local macro ADD. Alsoyongari2009-05-251-50/+12
* NVIDIA MCP controllers have no Rx buffer alignment restrictions.yongari2009-05-251-1/+1
* Partial reversion of previous commit. The CXGB_SHUTDOWN flag does NOTgnn2009-05-221-4/+0
* Fix a possible panic cxgb_controller_attach() routine that would occurgnn2009-05-221-6/+12
* Don't clear last usage when a new HID item is found, it improves parsing ofthompsa2009-05-211-3/+0
* Remove README.TXT as the info is in usb(4).thompsa2009-05-211-411/+0
* Add Sharp WILLCOM03 ipaq and Option GTHSDPA 3g device ids.thompsa2009-05-213-1/+6
* Use the correct usb config number on attach.thompsa2009-05-211-1/+1
* Fix a failure to report failure on stalled status stage for controlthompsa2009-05-211-7/+0
* Add a driver for the AVR32 series USB Device Controller. Not hooked up asthompsa2009-05-212-0/+2319
* Improve device mode (gadget) stall handling.thompsa2009-05-2110-10/+25
* rssi/nf data are now dbm, tag them accordinglysam2009-05-211-2/+2
* o remove bpf tap call missed in r192468sam2009-05-211-3/+1
* Integrate three changes from Chelsio.gnn2009-05-216-178/+172
* Modified the attach and detach routines to handle bringing ports upgnn2009-05-211-85/+146
* Largely revert the earlier change to use a single CCB for the RAID recoveryjhb2009-05-211-3/+8
* force type matchsam2009-05-211-1/+1
* Print out device attachment.thompsa2009-05-212-0/+2
* bus_dma(9) conversion and make nge(4) work on all architectures.yongari2009-05-212-835/+1654
* Fix a few variable renames of usb2_mode outside dev/usb.thompsa2009-05-213-8/+8
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-2147-99/+99
* Use enums for speed and rev data types.thompsa2009-05-2112-39/+39
* - rename usb2_mode to usb_mode [1]thompsa2009-05-2159-138/+138
* update for net80211 rx api changesam2009-05-201-3/+1
* Revert last junk...imp2009-05-203-6/+5
* Revert junk from last commit. These are WIP and not ready (and don'timp2009-05-203-116/+0
* Last commit was in error, revert.imp2009-05-201-1/+1
OpenPOWER on IntegriCloud