| Commit message (Expand) | Author | Age | Files | Lines |
| * | It seems all Broadcom controllers have a bug that can generate UDP | Pyun YongHyeon | 2010-08-22 | 2 | -7/+43 |
| * | Load tunable from loader.conf(5) instead of device.hints(5). | Pyun YongHyeon | 2010-08-21 | 1 | -3/+6 |
| * | Eliminate the ambiguous queue setting logic for | Jack F Vogel | 2010-08-19 | 1 | -2/+2 |
| * | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | Rui Paulo | 2010-08-17 | 1 | -1/+1 |
| * | Add s25sl064a, an 8mb SPI flash part. | Adrian Chadd | 2010-08-17 | 1 | -0/+1 |
| * | Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This | John Baldwin | 2010-08-17 | 10 | -55/+72 |
| * | Fix tx pause quanta and timer calculations. | Navdeep Parhar | 2010-08-15 | 1 | -12/+10 |
| * | Always reset the XGMAC's XAUI PCS on a link up. | Navdeep Parhar | 2010-08-15 | 3 | -12/+58 |
| * | wakeup is required if the adapter lock is released anywhere during | Navdeep Parhar | 2010-08-15 | 1 | -2/+5 |
| * | Fix indenting/whitespace issues introduced by me. | Adrian Chadd | 2010-08-15 | 1 | -1/+1 |
| * | The comment is misleading - that register setting seems to kick off the | Adrian Chadd | 2010-08-15 | 1 | -0/+1 |
| * | Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework | Bernhard Schmidt | 2010-08-14 | 10 | -2/+12 |
| * | A local addition, not imported from ath9k. | Adrian Chadd | 2010-08-14 | 1 | -0/+1 |
| * | * Merge in AR9160 initval updates from Linux-2.6.34. | Adrian Chadd | 2010-08-14 | 1 | -9/+11 |
| * | Merge in a fix for the power/(gain?) calculation. Apply it to both | Adrian Chadd | 2010-08-14 | 2 | -2/+2 |
| * | Fix the calibration logic to correctly clamp the calculated coefficient. | Adrian Chadd | 2010-08-14 | 1 | -1/+1 |
| * | Export ath stats via snmp, rather than requiring a debugging interface | Adrian Chadd | 2010-08-14 | 1 | -0/+188 |
| * | Add a global counter of missed beacons. | Adrian Chadd | 2010-08-14 | 2 | -1/+3 |
| * | Make sure to disable RX MAC in alc_stop_mac(). Previously there | Pyun YongHyeon | 2010-08-13 | 1 | -1/+1 |
| * | * Fix indentation | Adrian Chadd | 2010-08-12 | 1 | -1/+2 |
| * | Loading the NF CCA values may take longer than expected to occur. | Adrian Chadd | 2010-08-12 | 1 | -6/+15 |
| * | Use ar5212IsNFCalInProgress() to check for NF calibration progress. | Adrian Chadd | 2010-08-12 | 1 | -1/+1 |
| * | Fix indentation. | Adrian Chadd | 2010-08-12 | 1 | -1/+1 |
| * | Ensure that the correct rxchainmask is used when doing calibration in the | Adrian Chadd | 2010-08-12 | 1 | -0/+7 |
| * | Internal NF calibration should not occur in parallel with any other | Adrian Chadd | 2010-08-12 | 1 | -1/+12 |
| * | Add a couple of functions to check NF calibration progress / completion. | Adrian Chadd | 2010-08-12 | 2 | -0/+39 |
| * | Add tpm(4) driver for Trusted Platform Module. | Takanori Watanabe | 2010-08-12 | 4 | -0/+1735 |
| * | Do not use %z to print a time_t. Fixes build on architectures where time_t | John Baldwin | 2010-08-11 | 1 | -2/+2 |
| * | Start using the 'init_static_kenv()' API provided by r198561 to initialize | Neel Natu | 2010-08-11 | 1 | -19/+6 |
| * | Now that the uplcom(4) driver can autodetect the chipset type, sync the | Gavin Atkinson | 2010-08-10 | 2 | -7/+98 |
| * | Don't delay updating the longcal timer - instead, update the longcal | Adrian Chadd | 2010-08-10 | 1 | -1/+1 |
| * | Bring over ar5416 inivals from Linux-2.6.34. | Adrian Chadd | 2010-08-10 | 1 | -36/+39 |
| * | Re-format the ar5416 inivals to be consistent with what | Adrian Chadd | 2010-08-10 | 1 | -37/+37 |
| * | Attempt to autodetect the cype of chipset, rather than storing this | Gavin Atkinson | 2010-08-09 | 1 | -102/+87 |
| * | Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernet | Pyun YongHyeon | 2010-08-09 | 3 | -99/+388 |
| * | Add entries for some devices I have locally. | Gavin Atkinson | 2010-08-09 | 1 | -0/+25 |
| * | Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernet | Pyun YongHyeon | 2010-08-09 | 2 | -0/+2 |
| * | - Add full support for header / data digests. | Dag-Erling Smørgrav | 2010-08-09 | 8 | -779/+766 |
| * | It seems some old Sundace(now IC Plus Corp.) controllers do not | Pyun YongHyeon | 2010-08-09 | 1 | -7/+20 |
| * | The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set. | Gavin Atkinson | 2010-08-08 | 1 | -12/+20 |
| * | Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and use | Pyun YongHyeon | 2010-08-08 | 2 | -10/+17 |
| * | Remove unnecessary assignment. | Pyun YongHyeon | 2010-08-08 | 1 | -1/+0 |
| * | Always disable ASPM L0s and enable L1 before entering into WOL | Pyun YongHyeon | 2010-08-08 | 1 | -12/+10 |
| * | Do not touch CMB TX threshold register when CMB is not used. | Pyun YongHyeon | 2010-08-07 | 1 | -3/+3 |
| * | Controller does not seem to support more than 1024 bytes DMA burst. | Pyun YongHyeon | 2010-08-07 | 1 | -0/+4 |
| * | Marvell model number 0x06 is 88E1101 PHY. | Pyun YongHyeon | 2010-08-07 | 2 | -2/+2 |
| * | Sync the list of devices supported by uslcom(4) with NetBSD, Linux, OpenBSD | Gavin Atkinson | 2010-08-07 | 2 | -4/+113 |
| * | Sort this file a little better: the vendors are supposed to be sorted by | Gavin Atkinson | 2010-08-07 | 1 | -10/+9 |
| * | Fix typo in comment. | Joel Dahl | 2010-08-07 | 1 | -1/+1 |
| * | Protect shared palette and state buffer with a mutex. Remove defunct | Jung-uk Kim | 2010-08-07 | 1 | -14/+27 |