summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Honor font size for the video mode when default fonts are compiled in kerneljkim2010-11-291-9/+35
* Add new device ids.sanpei2010-11-292-0/+2
* Support the Falcom Twist USB GSM/GPRS modem in uftdi(4)gavin2010-11-292-0/+4
* Several chipset drivers alter parameters relevant for the DMA tag creation,marius2010-11-288-28/+33
* Add initial AX88772A support.yongari2010-11-282-4/+75
* Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. Includeyongari2010-11-282-13/+26
* Do full controller initialization in axe_reset() for controllersyongari2010-11-281-0/+6
* Make sure to change to currently selected media.yongari2010-11-281-0/+2
* Do not reinitialize controller if it's already running.yongari2010-11-281-0/+3
* Move axe_reset() to axe_init().yongari2010-11-281-2/+2
* Apply GPIO configuration for all CICADA PHYs.yongari2010-11-281-2/+5
* Partially revert 208119. We were overwriting tunable settings.mjacob2010-11-271-3/+0
* Do hard reset before soft reset for SATA channels. Soft reset reported to bemav2010-11-271-1/+1
* Interrupt handler, and stats changes from Michael Tuexen,jfv2010-11-271-149/+408
* Allow pause support advertisement to be turned off again.marius2010-11-272-0/+2
* Fix build by correcting function name. Pointed out by dougb.emaste2010-11-271-1/+1
* and the header...jfv2010-11-271-0/+3
* A couple fixes got clobbered, putting them back.jfv2010-11-261-13/+33
* Update ixgbe driver to verion 2.3.6jfv2010-11-2618-1239/+7881
* Unwanted extra call to set_vlan_hw added back by mistake.jfv2010-11-261-3/+0
* Fix and implement missing parts of flow control support. This also removesmarius2010-11-263-35/+74
* Ensure Bay flow control is disabled as we're going to use IEEE 802.3 annexmarius2010-11-261-1/+13
* - Advertise when the reboot came from a watchdog-induced reset.attilio2010-11-261-8/+9
* Enable ethernet flow-control on all alc(4) controllers. This changeyongari2010-11-261-3/+1
* Enable ethernet flow-control on all jme(4) controllers.yongari2010-11-261-3/+1
* Allocate 1 MSI/MSI-X vector. Originally jme(4) was designed toyongari2010-11-261-28/+12
* Disable retrying RX descriptor loading. The counter is used to setyongari2010-11-261-2/+2
* Removes a unused function `usb_bus_find'.weongyo2010-11-252-27/+0
* Don't zero 'Info' after setting it up in the ASR_IOCTL_COMPAT case.brian2010-11-251-2/+2
* Add device IDs for two more ServerWorks Host-PCI bridges so that we canjhb2010-11-251-0/+2
* Handles the unit number correctly that the previous commit had a problemweongyo2010-11-252-6/+5
* 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
OpenPOWER on IntegriCloud