| Commit message (Expand) | Author | Age | Files | Lines |
* | The AR9300 HAL uses this config to program AR_PHY_SWITCH_COM_2 on AR9485 | adrian | 2013-06-14 | 1 | -0/+3 |
* | Flip on AH_PRIVATE_DIAG by default; this will include the AR9300 EEPROM | adrian | 2013-06-14 | 1 | -0/+1 |
* | Add bluetooth setup method functions to the HAL. | adrian | 2013-06-14 | 1 | -0/+8 |
* | If chan is NULL, don't derefrence it. | adrian | 2013-06-14 | 1 | -0/+5 |
* | Set the FreeBSD capability bit to indicate that LNA diversity is enabled. | adrian | 2013-06-13 | 1 | -0/+7 |
* | Return HAL_ANT_VARIABLE for now, until it's unstubbed. | adrian | 2013-06-13 | 1 | -1/+1 |
* | Tie in the LNA diversity configuration functions into the HAL. | adrian | 2013-06-12 | 1 | -0/+6 |
* | Fix a false -> AH_FALSE. | adrian | 2013-05-29 | 1 | -1/+1 |
* | Merge ACPICA 20130517. | jkim | 2013-05-20 | 160 | -2194/+3607 |
|\ |
|
* | | Turns out that there really isn't an RTC chip on this board, at all. | imp | 2013-05-12 | 1 | -3/+0 |
* | | Make the read/write routines default to the newer DS1337 part, but keep | imp | 2013-05-10 | 1 | -20/+2 |
* | | As requested, move this back to opt-in and list my boards. | imp | 2013-05-10 | 1 | -3/+30 |
* | | Remove the commented out code I just committed. If we need it, I'll | imp | 2013-05-10 | 1 | -225/+0 |
* | | Add support from GE Intelligent Platform Cavium Octeon boards. Add | imp | 2013-05-10 | 5 | -12/+457 |
* | | Both my EBH5200 and GE WANIC 6354 have a RTC as well. It looks from | imp | 2013-05-10 | 1 | -18/+3 |
* | | MFV: r250336 | jkim | 2013-05-08 | 1 | -0/+1 |
* | | Expose cvmx_mgmt_port_num_ports() as a wrapper to the static | imp | 2013-05-02 | 2 | -0/+18 |
* | | Fix this code to compile without warnings - AH_DEBUG was pulling in | adrian | 2013-05-02 | 1 | -2/+6 |
* | | Add device identification and probe/attach support for the QCA9565. | adrian | 2013-05-02 | 1 | -0/+2 |
* | | Fix incorrect sizeof() in bzero() | eadler | 2013-05-01 | 1 | -1/+1 |
* | | Disable TXCONT, it's not here in FreeBSD. | adrian | 2013-05-01 | 1 | -0/+2 |
* | | There's no HAL_EEPROM in FreeBSD - use ar9300_eeprom_t instead. | adrian | 2013-05-01 | 1 | -1/+1 |
* | | Sync from git - ah_config is in 'ath_hal', not 'ath_hal_private' on | adrian | 2013-04-29 | 1 | -1/+1 |
* | | Bring over my FreeBSD modifications for the AR9300 HAL to make it | adrian | 2013-04-28 | 32 | -1172/+4642 |
* | | Copy the vendor branch ar9300 code from qcamain_open_hal into this | adrian | 2013-04-28 | 68 | -0/+233321 |
* | | Merge ACPICA 20130418. | jkim | 2013-04-19 | 35 | -664/+1207 |
|\ \
| |/ |
|
* | | Forcibly defining _KERNEL is bad idea. Toss some code so that ip_var.h | glebius | 2013-04-08 | 1 | -3/+3 |
* | | Merge ACPICA 20130328. | jkim | 2013-04-04 | 38 | -1547/+2979 |
|\ \
| |/ |
|
* | | Simplify TAILQ usage and avoid additional memory allocations. | glebius | 2013-03-05 | 2 | -87/+30 |
* | | Merge ACPICA 20130214. | jkim | 2013-02-15 | 55 | -741/+2805 |
|\ \
| |/ |
|
* | | Merge two bug fixes from the vendor branch. | jkim | 2013-01-28 | 4 | -22/+40 |
* | | Fix another build breakage for ia64. | jkim | 2013-01-21 | 1 | -1/+1 |
* | | Fix packet reception and other issues arising from incorrect ASX clock | jmallett | 2013-01-21 | 1 | -0/+15 |
* | | Work around build breakage with GCC 4.2. | jkim | 2013-01-19 | 1 | -1/+1 |
* | | Merge ACPICA 20130117. | jkim | 2013-01-17 | 281 | -7248/+8954 |
|\ \
| |/ |
|
* | | Use the right USB clock type on the EdgeRouter Lite. This fixes USB. | jmallett | 2013-01-02 | 1 | -0/+3 |
* | | Add basic support for the Ubiquiti EdgeRouter Lite. | jmallett | 2013-01-02 | 2 | -0/+12 |
* | | Allow this file to build on FreeBSD. | jmallett | 2012-11-27 | 1 | -0/+2 |
* | | o) Have the FreeBSD kernel option "INVARIANTS" trickle down into the Simple | jmallett | 2012-11-24 | 3 | -5/+38 |
* | | Use bootverbose to control debug printfs from the Cavium Simple Executive | jmallett | 2012-11-24 | 2 | -2/+3 |
* | | o) Add support for specifying a model of Octeon to target at compile-time, | jmallett | 2012-11-24 | 2 | -3/+12 |
* | | Merge ACPICA 20121114. | jkim | 2012-11-20 | 44 | -502/+860 |
|\ \
| |/ |
|
* | | Return port numbers for ATCA-7220 SPI interfaces in a different place for | jmallett | 2012-11-19 | 2 | -8/+10 |
* | | Fix packet receive on the ATCA-7220 by disabling FCS-related checks, since the | jmallett | 2012-11-19 | 2 | -0/+14 |
* | | Fix build for FreeBSD kernel. | jmallett | 2012-11-13 | 1 | -4/+4 |
* | | In sys/contrib/ngatm/netnatm/msg/uni_ie.c, fix a few warnings from newer | dim | 2012-11-05 | 1 | -4/+4 |
* | | Handle the management port on the EBT5600 and disable loopback. The XAUI | jmallett | 2012-11-01 | 1 | -0/+12 |
* | | Speed feature tests and initialize helper configuration that some CPUs require. | jmallett | 2012-10-30 | 2 | -2/+2 |
* | | Use Simple Executive LED display routines, which correctly use the LED base | jmallett | 2012-10-29 | 1 | -3/+6 |
* | | No MII on the RSYS4GBE (AMC-7211/ATCA-7220). | jmallett | 2012-10-26 | 1 | -0/+5 |