summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tpm(4) driver for Trusted Platform Module.takawata2010-08-124-0/+1735
* Do not use %z to print a time_t. Fixes build on architectures where time_tjhb2010-08-111-2/+2
* Start using the 'init_static_kenv()' API provided by r198561 to initializeneel2010-08-111-19/+6
* Now that the uplcom(4) driver can autodetect the chipset type, sync thegavin2010-08-102-7/+98
* Don't delay updating the longcal timer - instead, update the longcaladrian2010-08-101-1/+1
* Bring over ar5416 inivals from Linux-2.6.34.adrian2010-08-101-36/+39
* Re-format the ar5416 inivals to be consistent with whatadrian2010-08-101-37/+37
* Attempt to autodetect the cype of chipset, rather than storing thisgavin2010-08-091-103/+88
* Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernetyongari2010-08-093-99/+388
* Add entries for some devices I have locally.gavin2010-08-091-0/+25
* Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernetyongari2010-08-092-0/+2
* - Add full support for header / data digests.des2010-08-098-780/+767
* It seems some old Sundace(now IC Plus Corp.) controllers do notyongari2010-08-091-7/+20
* The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set.gavin2010-08-081-12/+20
* Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and useyongari2010-08-082-10/+17
* Remove unnecessary assignment.yongari2010-08-081-1/+0
* Always disable ASPM L0s and enable L1 before entering into WOLyongari2010-08-081-12/+10
* Do not touch CMB TX threshold register when CMB is not used.yongari2010-08-071-3/+3
* Controller does not seem to support more than 1024 bytes DMA burst.yongari2010-08-071-0/+4
* Marvell model number 0x06 is 88E1101 PHY.yongari2010-08-072-2/+2
* Sync the list of devices supported by uslcom(4) with NetBSD, Linux, OpenBSDgavin2010-08-072-4/+113
* Sort this file a little better: the vendors are supposed to be sorted bygavin2010-08-071-10/+9
* Fix typo in comment.joel2010-08-071-1/+1
* Protect shared palette and state buffer with a mutex. Remove defunctjkim2010-08-071-14/+27
* When EC burst mode is activated and multiple bytes are accessed, do notjkim2010-08-061-54/+27
* Merge ACPICA 20100806.jkim2010-08-062-7/+1
* Put the early setting of the MAC type back, itsjfv2010-08-061-0/+3
OpenPOWER on IntegriCloud