summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Drain watchdog callouts before detaching. This prevents a panic whiledelphij2010-08-301-0/+4
* Vendor update to version 3.80.06.003 to fix a panic with ZFS when underdelphij2010-08-3012-258/+384
* MFata(4):mav2010-08-281-8/+10
* Add Intel Cougar Point PCH SATA Controller DeviceIDs. Correct some existingmav2010-08-282-16/+43
* Do not allocate multicast array memory in multicast filteryongari2010-08-2810-19/+86
* Add Intel Cougar Point PCH HD Audio Controller IDjfv2010-08-281-0/+2
* If em(4) failed to allocate RX buffers, do not call panic(9).yongari2010-08-281-3/+6
* Add Intel Cougar Point PCH LPC Controller Device IDsjfv2010-08-282-0/+92
* Do not call voluntary panic(9) in case of if_alloc() failure.yongari2010-08-285-27/+55
* Make sure not to access unallocated stats memory.yongari2010-08-271-1/+7
* Add support for Intel Cougar Point SMBus controller.jfv2010-08-271-0/+4
* Fix a debugging message under bootverbose. This address is not linear.jkim2010-08-251-1/+1
* Add an experimental feature to shadow video BIOS. Long ago, this trick wasjkim2010-08-251-10/+57
* On second thought, we need to force 16-bit modeimp2010-08-251-0/+3
* Prodded by Yongari, add support for Holtek HT80232. Add the deviceimp2010-08-252-34/+46
* Remove unnecessary controller reinitialization.yongari2010-08-241-1/+9
* vr_init_locked() will stop and reset the controller. Removeyongari2010-08-241-4/+0
* Remove unnecessary controller reinitialization.yongari2010-08-241-0/+6
* Add PNP id for Compex RL2000.yongari2010-08-241-0/+1
* Fix a possible unaligned access to savebyte array.yongari2010-08-231-6/+9
* Implement basic WOL support. Note, not all xl(4) controllersyongari2010-08-232-10/+80
* Move xl_reset() to xl_init_locked(). This will make driveryongari2010-08-231-6/+3
* Remove unnecessary controller reinitialization by checkingyongari2010-08-231-5/+11
* Clean up SIOCSIFCAP handler and allow RX checksum offloading couldyongari2010-08-231-31/+38
* It seems all Broadcom controllers have a bug that can generate UDPyongari2010-08-222-7/+43
* Load tunable from loader.conf(5) instead of device.hints(5).yongari2010-08-211-3/+6
* Eliminate the ambiguous queue setting logic forjfv2010-08-191-2/+2
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-1/+1
* Add s25sl064a, an 8mb SPI flash part.adrian2010-08-171-0/+1
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). Thisjhb2010-08-1710-55/+72
* Fix tx pause quanta and timer calculations.np2010-08-151-12/+10
* Always reset the XGMAC's XAUI PCS on a link up.np2010-08-153-12/+58
* wakeup is required if the adapter lock is released anywhere duringnp2010-08-151-2/+5
* Fix indenting/whitespace issues introduced by me.adrian2010-08-151-1/+1
* The comment is misleading - that register setting seems to kick off theadrian2010-08-151-0/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-1410-2/+12
* A local addition, not imported from ath9k.adrian2010-08-141-0/+1
* * Merge in AR9160 initval updates from Linux-2.6.34.adrian2010-08-141-9/+11
* Merge in a fix for the power/(gain?) calculation. Apply it to bothadrian2010-08-142-2/+2
* Fix the calibration logic to correctly clamp the calculated coefficient.adrian2010-08-141-1/+1
* Export ath stats via snmp, rather than requiring a debugging interfaceadrian2010-08-141-0/+188
* Add a global counter of missed beacons.adrian2010-08-142-1/+3
* Make sure to disable RX MAC in alc_stop_mac(). Previously thereyongari2010-08-131-1/+1
* * Fix indentationadrian2010-08-121-1/+2
* Loading the NF CCA values may take longer than expected to occur.adrian2010-08-121-6/+15
* Use ar5212IsNFCalInProgress() to check for NF calibration progress.adrian2010-08-121-1/+1
* Fix indentation.adrian2010-08-121-1/+1
* Ensure that the correct rxchainmask is used when doing calibration in theadrian2010-08-121-0/+7
* Internal NF calibration should not occur in parallel with any otheradrian2010-08-121-1/+12
* Add a couple of functions to check NF calibration progress / completion.adrian2010-08-122-0/+39
OpenPOWER on IntegriCloud