| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This | jhb | 2010-08-17 | 10 | -55/+72 |
* | Fix tx pause quanta and timer calculations. | np | 2010-08-15 | 1 | -12/+10 |
* | Always reset the XGMAC's XAUI PCS on a link up. | np | 2010-08-15 | 3 | -12/+58 |
* | wakeup is required if the adapter lock is released anywhere during | np | 2010-08-15 | 1 | -2/+5 |
* | Fix indenting/whitespace issues introduced by me. | adrian | 2010-08-15 | 1 | -1/+1 |
* | The comment is misleading - that register setting seems to kick off the | adrian | 2010-08-15 | 1 | -0/+1 |
* | Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework | bschmidt | 2010-08-14 | 10 | -2/+12 |
* | A local addition, not imported from ath9k. | adrian | 2010-08-14 | 1 | -0/+1 |
* | * Merge in AR9160 initval updates from Linux-2.6.34. | adrian | 2010-08-14 | 1 | -9/+11 |
* | Merge in a fix for the power/(gain?) calculation. Apply it to both | adrian | 2010-08-14 | 2 | -2/+2 |
* | Fix the calibration logic to correctly clamp the calculated coefficient. | adrian | 2010-08-14 | 1 | -1/+1 |
* | Export ath stats via snmp, rather than requiring a debugging interface | adrian | 2010-08-14 | 1 | -0/+188 |
* | Add a global counter of missed beacons. | adrian | 2010-08-14 | 2 | -1/+3 |
* | Make sure to disable RX MAC in alc_stop_mac(). Previously there | yongari | 2010-08-13 | 1 | -1/+1 |
* | * Fix indentation | adrian | 2010-08-12 | 1 | -1/+2 |
* | Loading the NF CCA values may take longer than expected to occur. | adrian | 2010-08-12 | 1 | -6/+15 |
* | Use ar5212IsNFCalInProgress() to check for NF calibration progress. | adrian | 2010-08-12 | 1 | -1/+1 |
* | Fix indentation. | adrian | 2010-08-12 | 1 | -1/+1 |
* | Ensure that the correct rxchainmask is used when doing calibration in the | adrian | 2010-08-12 | 1 | -0/+7 |
* | Internal NF calibration should not occur in parallel with any other | adrian | 2010-08-12 | 1 | -1/+12 |
* | Add a couple of functions to check NF calibration progress / completion. | adrian | 2010-08-12 | 2 | -0/+39 |
* | Add tpm(4) driver for Trusted Platform Module. | takawata | 2010-08-12 | 4 | -0/+1735 |
* | Do not use %z to print a time_t. Fixes build on architectures where time_t | jhb | 2010-08-11 | 1 | -2/+2 |
* | Start using the 'init_static_kenv()' API provided by r198561 to initialize | neel | 2010-08-11 | 1 | -19/+6 |
* | Now that the uplcom(4) driver can autodetect the chipset type, sync the | gavin | 2010-08-10 | 2 | -7/+98 |
* | Don't delay updating the longcal timer - instead, update the longcal | adrian | 2010-08-10 | 1 | -1/+1 |
* | Bring over ar5416 inivals from Linux-2.6.34. | adrian | 2010-08-10 | 1 | -36/+39 |
* | Re-format the ar5416 inivals to be consistent with what | adrian | 2010-08-10 | 1 | -37/+37 |
* | Attempt to autodetect the cype of chipset, rather than storing this | gavin | 2010-08-09 | 1 | -103/+88 |
* | Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernet | yongari | 2010-08-09 | 3 | -99/+388 |
* | Add entries for some devices I have locally. | gavin | 2010-08-09 | 1 | -0/+25 |
* | Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernet | yongari | 2010-08-09 | 2 | -0/+2 |
* | - Add full support for header / data digests. | des | 2010-08-09 | 8 | -780/+767 |
* | It seems some old Sundace(now IC Plus Corp.) controllers do not | yongari | 2010-08-09 | 1 | -7/+20 |
* | The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set. | gavin | 2010-08-08 | 1 | -12/+20 |
* | Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and use | yongari | 2010-08-08 | 2 | -10/+17 |
* | Remove unnecessary assignment. | yongari | 2010-08-08 | 1 | -1/+0 |
* | Always disable ASPM L0s and enable L1 before entering into WOL | yongari | 2010-08-08 | 1 | -12/+10 |
* | Do not touch CMB TX threshold register when CMB is not used. | yongari | 2010-08-07 | 1 | -3/+3 |
* | Controller does not seem to support more than 1024 bytes DMA burst. | yongari | 2010-08-07 | 1 | -0/+4 |
* | Marvell model number 0x06 is 88E1101 PHY. | yongari | 2010-08-07 | 2 | -2/+2 |
* | Sync the list of devices supported by uslcom(4) with NetBSD, Linux, OpenBSD | gavin | 2010-08-07 | 2 | -4/+113 |
* | Sort this file a little better: the vendors are supposed to be sorted by | gavin | 2010-08-07 | 1 | -10/+9 |
* | Fix typo in comment. | joel | 2010-08-07 | 1 | -1/+1 |
* | Protect shared palette and state buffer with a mutex. Remove defunct | jkim | 2010-08-07 | 1 | -14/+27 |
* | When EC burst mode is activated and multiple bytes are accessed, do not | jkim | 2010-08-06 | 1 | -54/+27 |
* | Merge ACPICA 20100806. | jkim | 2010-08-06 | 2 | -7/+1 |
* | Put the early setting of the MAC type back, its | jfv | 2010-08-06 | 1 | -0/+3 |
* | Figure which is the IO and MEM bars- do not assume that they are in | mjacob | 2010-08-06 | 1 | -4/+17 |
* | Disable sync cache for the Transcend Jetflash V90. It is more specific | kib | 2010-08-06 | 1 | -0/+2 |