summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Apply TX interrupt moderation to all RTL810xE PCIe Fast Ethernetyongari2011-01-241-14/+2
* Enable the 11n PHY by default whether or not 11n is configured.adrian2011-01-231-4/+10
* Update the AR9280v2 inivals to match what is in Linux ath9k.adrian2011-01-231-152/+140
* Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSIONthompsa2011-01-221-1/+0
* Allow USB_HOST_ALIGN to be configured at compile time. This patch ishselasky2011-01-221-0/+5
* Don't bother to run the flowcontrol code if therejfv2011-01-221-1/+5
* Missing case for 82598DA type adapter, thanks Andrew.jfv2011-01-221-0/+3
* Leftover bogus TX UNLOCK removed. Thanks tojfv2011-01-211-1/+0
* Fix some typos.adrian2011-01-211-3/+3
* Add missing getCapability call for AR5416.adrian2011-01-211-0/+1
* Modify the v14/v4k eeprom diag interface to return the whole eeprom.adrian2011-01-212-4/+4
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.adrian2011-01-2117-31/+111
* Correct wrong definition of PM timer mask and adjust L1/PM timeryongari2011-01-202-4/+16
* ar9280SetAntennaSwitch() was using the AR5416 chainmasks (3 chains)adrian2011-01-201-2/+2
* Add another ID for the ZTE MF190 Surf Stickn_hibma2011-01-202-0/+2
* Only enable 11n modes if the chipset suports 11n.adrian2011-01-201-2/+6
* Include the device ids for the AR2427.adrian2011-01-202-0/+8
* Push the non-AR5416 related stuff into chipset specific directories.adrian2011-01-2013-13/+13
* Add a comment from my local HAL about what is actually going on hereadrian2011-01-201-0/+17
* Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API.adrian2011-01-202-99/+36
* Add in the public method to access the tx completion rates.adrian2011-01-201-0/+2
* Include the initial support for external EEPROMs.adrian2011-01-2013-13/+24
* Port over another EEPROM option from ath9k - AR_EEP_DAC_HPWR_5Gadrian2011-01-203-0/+10
* Add another HAL function which waits for a register for a configurable amount.adrian2011-01-202-2/+10
* Add a new HAL method to retrieve the completion schedule. It setsadrian2011-01-2013-0/+76
* Use the now-exposed diag code, rather than a hard-coded magic number.adrian2011-01-201-1/+1
* Break out the diagnostic codes from ah_internal.h and place them in ah_diagco...adrian2011-01-203-39/+70
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-192-5/+5
* Update driver to version 2.3.8:jfv2011-01-198-663/+357
* Fix for kern/152853, pullup at the wrong pointjfv2011-01-191-5/+10
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-192-3/+3
* Add missed ().kib2011-01-191-2/+2
* There is no point in calling vm_object_set_writeable_dirty() on an objectalc2011-01-191-1/+0
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-196-10/+10
* There are PowerMacs which do not have a hwsensor-location propertyandreast2011-01-181-7/+12
* Make USB packet filtering code optional.hselasky2011-01-183-5/+11
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-189-36/+45
* Rework RX filter programming by providing separate handler foryongari2011-01-181-91/+90
* Fix some bugs in my last set of changes to ale(4):jhb2011-01-182-9/+8
* Remove some always-true comparisons.jhb2011-01-182-2/+2
* Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)jhb2011-01-181-2/+0
* Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.yongari2011-01-181-6/+6
* Check the environment for system devices before using the FDT.marcel2011-01-171-8/+11
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-172-9/+40
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-179-54/+0
* Fix 32bit bit fields handling. This fixes card serial number fetching.mav2011-01-171-1/+1
* Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIeyongari2011-01-171-111/+347
* Add initial support for RTL8168E/8111E-VL PCIe GbE.yongari2011-01-171-0/+6
* Remove unused variable. Spotted by a cppcheckandreast2011-01-151-3/+0
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-142-29/+11
OpenPOWER on IntegriCloud