summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Allow IFM_FLAG0 to be set indicating that auto-negotiation with manualmarius2011-01-141-22/+29
* - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE ismarius2011-01-142-6/+8
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-143-16/+13
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justmarius2011-01-143-21/+20
* If driver is not able to allocate RX buffer, do not start driver.yongari2011-01-131-6/+10
* Make sure to check validity of dma maps before destroying.yongari2011-01-131-6/+10
* re_reset() should be called only after setting device specificyongari2011-01-131-5/+5
* Allow TX/RX checksum offloading to be configured independently.yongari2011-01-131-3/+9
* - Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.jhb2011-01-132-7/+8
* - Add support for 64-byte contexts to XHCI driver.hselasky2011-01-132-46/+105
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-132-6/+6
* - Add a locked variant of jme_start() and invoke it directly while holdingjhb2011-01-132-25/+22
* Use software interrupt priorities for USB kthreads instead of hardwarejhb2011-01-131-2/+4
* Forgot to remove unlock of the driver lock from age_start_locked() whenjhb2011-01-131-2/+0
* Make sure to invoke unlocked foo_start since the taskqueue does notyongari2011-01-121-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-1221-100/+102
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-24/+24
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-124-239/+239
OpenPOWER on IntegriCloud