summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Assigning the unit number for each interfaces could not use ubus->parentweongyo2010-11-251-1/+2
* The purpose of this change is to add a routine tojfv2010-11-241-55/+83
* Fixes a compiler warning when it's compiled with INVARIANTS.weongyo2010-11-241-1/+1
* Removes all duplicated code with BPF that it's greatly simplified andweongyo2010-11-244-1877/+27
* Add shared code glue for new 82580 devices.jfv2010-11-242-0/+4
* - New 82580 devices supportedjfv2010-11-232-135/+208
* - Sprinkle const on tables.marius2010-11-232-26/+14
* Fixes a kernel crash when usb module is reloaded after unload that itweongyo2010-11-231-2/+16
* Make the Huawei E1820 work (Emile Coetzee).n_hibma2010-11-232-6/+6
* Fix small typo.mav2010-11-221-1/+1
* - Fix and enable support for flow control.marius2010-11-221-6/+10
* - Fix and enable support for flow control.marius2010-11-221-21/+18
* - Also probe BCM5214 and BCM5222.marius2010-11-222-11/+53
* Resume critical PCI devices (and their children) first, then everything elsejkim2010-11-221-1/+28
* Add support for flow control.marius2010-11-223-6/+10
* Given that unlike f.e. rgephy(4) these drivers doen't explicitly start anmarius2010-11-222-0/+4
* Given that unlike f.e. rgephy(4) this driver doesn't explicitly start anmarius2010-11-221-0/+2
* Add missing newlines.marius2010-11-221-5/+5
* Fix a TSO checksum bug on mxge(4):gallatin2010-11-221-1/+12
* Adds a USB packet filter feature to the stack that it could captureweongyo2010-11-226-0/+2224
* Various small typos and grammar nits in comments.jhb2010-11-182-6/+6
* Make ATA_CAM wrapper to report SATA power management capabilities to CAM tomav2010-11-182-0/+20
* Fix a bug introduced with r215298; when atphy_reset() is called frommarius2010-11-181-1/+2
* Even if we are skipping SATA hard reset - set power management bits inmav2010-11-181-1/+5
* Record that there is no devices if SATA reset found none.mav2010-11-181-0/+2
* Some VIA SATA controllers provide access to non-standard SATA registers viamav2010-11-181-4/+128
* MCP55 is the only NVIDIA controller that supports VLAN tagyongari2010-11-171-26/+31
* Add IDs for VIA VX900 chipset SATA controller.mav2010-11-171-0/+3
* Add IDs for VIA VX900 chipset SATA controller.mav2010-11-171-1/+4
* Make drm(4) build, if not work reliably, on PowerPC.nwhitehorn2010-11-166-11/+13
* Restore the previous behaviour of substring match.jkim2010-11-151-1/+2
* Plug memory leakage introduced in r204989.jkim2010-11-151-9/+12
* Plug memory leakage introduced in r215327.yongari2010-11-151-4/+11
* Return from mii_attach() after calling bus_generic_attach(9) on the device_tmarius2010-11-151-0/+3
* Remove unused struct rue_typekevlo2010-11-151-5/+0
* Remove references to MAKEDEV(8)dougb2010-11-152-5/+1
* Add the Sierra MC8700.thompsa2010-11-152-0/+2
* Add flow control for all re(4) controllers. re(4) controllers doyongari2010-11-151-1/+1
* Add flow control for 3C905B and newer controllers. Note, theseyongari2010-11-141-6/+19
* P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issueyongari2010-11-141-0/+43
* Add a special INIT product ID used by some models of the HUAWEIdd2010-11-142-0/+2
* Use the correct variable for determining the verbosity level in mpt_lprtc().marius2010-11-141-4/+4
* Move the limiting of the PHY to 10/100 modes of operation due to limitationsmarius2010-11-142-16/+23
* Remove redundant cases and a style(9) bug.marius2010-11-141-4/+1
* - Change these drivers to take advantage and use the generic IEEE 802.3marius2010-11-145-75/+82
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-1414-303/+300
* Workaround build for PAE case for now - revert the PHYSdelphij2010-11-141-0/+4
* Add the switch config for the XS Stick.n_hibma2010-11-132-1/+6
* Fix compiler warnings.hselasky2010-11-131-3/+3
* Update to vendor release 1.20.00.19.delphij2010-11-132-377/+360
OpenPOWER on IntegriCloud