| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge ACPICA 20130823. | jkim | 2013-08-23 | 41 | -105/+1070 |
* | Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma from | np | 2013-08-23 | 3 | -7/+22 |
* | Add firmware for the Intel 2030 and variants. | adrian | 2013-08-11 | 1 | -0/+24904 |
* | Remove a now-unused firmware. | adrian | 2013-08-11 | 1 | -7833/+0 |
* | Update the 6000g2a image. | adrian | 2013-08-11 | 1 | -0/+30188 |
* | Realtek's RTL8712 firmware blob needed by the upcoming rsu(4) driver. | rpaulo | 2013-07-29 | 1 | -0/+2149 |
* | Merge ACPICA 20130725. | jkim | 2013-07-26 | 24 | -634/+1533 |
* | Fix build for gcc users by declaring variables for unions in structs which | netchild | 2013-07-10 | 1 | -7/+7 |
* | Adding urtwn(4) firmware and related changes. | hiren | 2013-07-10 | 3 | -0/+609 |
* | - Move videodev headers from compat/linux to contrib/v4l (cp from vendor and | netchild | 2013-07-06 | 2 | -0/+2137 |
* | Check the return value from ath_hal_malloc() | adrian | 2013-06-29 | 1 | -0/+5 |
* | Move definitions required by userland applications out of acpica_machdep.h. | jkim | 2013-06-27 | 1 | -1/+11 |
* | Merge ACPICA 20130626. | jkim | 2013-06-27 | 40 | -240/+508 |
* | If EEPROM data is provided by the AHB layer, copy it in. | adrian | 2013-06-26 | 1 | -0/+6 |
* | Re-enable the channel set code for the AR933x. | adrian | 2013-06-26 | 1 | -11/+9 |
* | In preparation to support AR933x SoC builds, allow the AH_SUPPORT_AR93(xx) | adrian | 2013-06-26 | 1 | -3/+6 |
* | Add a stub AR93xx RF module just to keep the linker happy. | adrian | 2013-06-26 | 1 | -0/+21 |
* | 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 |