看板 DFBSD_commit 關於我們 聯絡資訊
commit 3f720b208d524fba94ac745e24d1ab804be5aef0 Author: Hasso Tepper <hasso@estpak.ee> Date: Tue May 12 22:48:59 2009 +0300 Open source ath(4) HAL code. Submitted-by: Alexander Polakov <polachok@gmail.com> Obtained-from: FreeBSD 7.2 Summary of changes: sys/contrib/dev/ath/COPYRIGHT | 42 - sys/contrib/dev/ath/README | 73 - sys/contrib/dev/ath/ah.h | 879 ---- sys/contrib/dev/ath/ah_desc.h | 181 - sys/contrib/dev/ath/ah_devid.h | 99 - sys/contrib/dev/ath/ah_soc.h | 110 - sys/contrib/dev/ath/public/amd64-elf.hal.o.uu | 5533 -------------------- sys/contrib/dev/ath/public/amd64-elf.inc | 63 - sys/contrib/dev/ath/public/amd64-elf.opt_ah.h | 7 - sys/contrib/dev/ath/public/i386-elf.hal.o.uu | 4300 --------------- sys/contrib/dev/ath/public/i386-elf.inc | 58 - sys/contrib/dev/ath/public/i386-elf.opt_ah.h | 7 - sys/contrib/dev/ath/version.h | 38 - sys/dev/netif/ath/Makefile.inc | 2 +- sys/dev/netif/ath/ath/if_ath.c | 8 +- sys/dev/netif/ath/ath/if_ath_pci.c | 2 +- sys/dev/netif/ath/ath/if_athvar.h | 4 +- sys/dev/netif/ath/hal/Makefile | 101 +- sys/dev/netif/ath/hal/ah_osdep.c | 23 +- sys/dev/netif/ath/hal/ah_osdep.h | 8 + sys/dev/netif/ath/hal/ath_hal/ah.c | 884 ++++ sys/dev/netif/ath/hal/ath_hal/ah.h | 908 ++++ sys/dev/netif/ath/hal/ath_hal/ah_debug.h | 49 + sys/dev/netif/ath/hal/ath_hal/ah_decode.h | 55 + sys/dev/netif/ath/hal/ath_hal/ah_desc.h | 220 + sys/dev/netif/ath/hal/ath_hal/ah_devid.h | 84 + sys/dev/netif/ath/hal/ath_hal/ah_eeprom.h | 133 + sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v1.c | 253 + sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v1.h | 99 + sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v14.c | 404 ++ sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v14.h | 271 + sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v3.c | 1876 +++++++ sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v3.h | 462 ++ sys/dev/netif/ath/hal/ath_hal/ah_internal.h | 787 +++ sys/dev/netif/ath/hal/ath_hal/ah_regdomain.c | 2861 ++++++++++ sys/dev/netif/ath/hal/ath_hal/ah_soc.h | 91 + sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210.h | 278 + .../netif/ath/hal/ath_hal/ar5210/ar5210_attach.c | 384 ++ .../netif/ath/hal/ath_hal/ar5210/ar5210_beacon.c | 191 + .../ath/hal/ath_hal/ar5210/ar5210_interrupts.c | 134 + .../netif/ath/hal/ath_hal/ar5210/ar5210_keycache.c | 156 + sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_misc.c | 642 +++ sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_phy.c | 85 + .../netif/ath/hal/ath_hal/ar5210/ar5210_power.c | 134 + sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_recv.c | 266 + .../netif/ath/hal/ath_hal/ar5210/ar5210_reset.c | 1003 ++++ sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_xmit.c | 623 +++ sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210desc.h | 130 + sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210phy.h | 59 + sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210reg.h | 401 ++ sys/dev/netif/ath/hal/ath_hal/ar5210/ar5k_0007.ini | 194 + sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211.h | 308 ++ .../netif/ath/hal/ath_hal/ar5211/ar5211_attach.c | 516 ++ .../netif/ath/hal/ath_hal/ar5211/ar5211_beacon.c | 173 + .../ath/hal/ath_hal/ar5211/ar5211_interrupts.c | 160 + .../netif/ath/hal/ath_hal/ar5211/ar5211_keycache.c | 178 + sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_misc.c | 685 +++ sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_phy.c | 104 + .../netif/ath/hal/ath_hal/ar5211/ar5211_power.c | 136 + sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_recv.c | 245 + .../netif/ath/hal/ath_hal/ar5211/ar5211_reset.c | 2138 ++++++++ sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_xmit.c | 662 +++ sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211desc.h | 134 + sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211phy.h | 94 + sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211reg.h | 853 +++ sys/dev/netif/ath/hal/ath_hal/ar5211/boss.ini | 358 ++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar2316.c | 767 +++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar2317.c | 744 +++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar2413.c | 759 +++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar2425.c | 722 +++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5111.c | 711 +++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5112.c | 881 ++++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212.h | 603 +++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212.ini | 2171 ++++++++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_ani.c | 1016 ++++ .../netif/ath/hal/ath_hal/ar5212/ar5212_attach.c | 870 +++ .../netif/ath/hal/ath_hal/ar5212/ar5212_beacon.c | 253 + .../netif/ath/hal/ath_hal/ar5212/ar5212_eeprom.c | 50 + sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_gpio.c | 124 + .../ath/hal/ath_hal/ar5212/ar5212_interrupts.c | 206 + .../netif/ath/hal/ath_hal/ar5212/ar5212_keycache.c | 285 + sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_misc.c | 1075 ++++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_phy.c | 199 + .../netif/ath/hal/ath_hal/ar5212/ar5212_power.c | 175 + sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_recv.c | 286 + .../netif/ath/hal/ath_hal/ar5212/ar5212_reset.c | 2659 ++++++++++ .../netif/ath/hal/ath_hal/ar5212/ar5212_rfgain.c | 330 ++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_xmit.c | 918 ++++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212desc.h | 177 + sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212phy.h | 347 ++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212reg.h | 995 ++++ sys/dev/netif/ath/hal/ath_hal/ar5212/ar5311reg.h | 50 + sys/dev/netif/ath/hal/ath_hal/ar5212/ar5413.c | 797 +++ sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312.h | 77 + .../netif/ath/hal/ath_hal/ar5312/ar5312_attach.c | 333 ++ .../netif/ath/hal/ath_hal/ar5312/ar5312_eeprom.c | 47 + sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_gpio.c | 131 + .../ath/hal/ath_hal/ar5312/ar5312_interrupts.c | 47 + sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_misc.c | 168 + .../netif/ath/hal/ath_hal/ar5312/ar5312_power.c | 125 + .../netif/ath/hal/ath_hal/ar5312/ar5312_reset.c | 919 ++++ sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312phy.h | 31 + sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312reg.h | 139 + sys/dev/netif/ath/hal/ath_hal/ar5312/ar5315_gpio.c | 130 + sys/dev/netif/ath/hal/ath_hal/ar5416/ar2133.c | 466 ++ sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.h | 193 + sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.ini | 688 +++ sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_ani.c | 886 ++++ .../netif/ath/hal/ath_hal/ar5416/ar5416_attach.c | 486 ++ .../netif/ath/hal/ath_hal/ar5416/ar5416_beacon.c | 246 + sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal.c | 663 +++ sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal.h | 119 + .../ath/hal/ath_hal/ar5416/ar5416_cal_adcdc.c | 111 + .../ath/hal/ath_hal/ar5416/ar5416_cal_adcgain.c | 116 + .../netif/ath/hal/ath_hal/ar5416/ar5416_cal_iq.c | 132 + .../netif/ath/hal/ath_hal/ar5416/ar5416_eeprom.c | 44 + sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_gpio.c | 112 + .../ath/hal/ath_hal/ar5416/ar5416_interrupts.c | 259 + .../netif/ath/hal/ath_hal/ar5416/ar5416_keycache.c | 66 + sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_misc.c | 499 ++ sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_phy.c | 126 + .../netif/ath/hal/ath_hal/ar5416/ar5416_power.c | 173 + sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_recv.c | 178 + .../netif/ath/hal/ath_hal/ar5416/ar5416_reset.c | 2895 ++++++++++ sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_xmit.c | 698 +++ sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416desc.h | 397 ++ sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416phy.h | 250 + sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416reg.h | 506 ++ sys/dev/netif/ath/hal/ath_hal/ar5416/ar9160.ini | 699 +++ .../netif/ath/hal/ath_hal/ar5416/ar9160_attach.c | 307 ++ sys/dev/netif/ath/hal/opt_ah.h | 1 + sys/dev/netif/ath/rate_amrr/amrr.c | 2 +- sys/dev/netif/ath/rate_onoe/onoe.c | 2 +- sys/dev/netif/ath/rate_sample/sample.c | 2 +- 134 files changed, 52603 insertions(+), 11435 deletions(-) delete mode 100644 sys/contrib/dev/ath/COPYRIGHT delete mode 100644 sys/contrib/dev/ath/README delete mode 100644 sys/contrib/dev/ath/ah.h delete mode 100644 sys/contrib/dev/ath/ah_desc.h delete mode 100644 sys/contrib/dev/ath/ah_devid.h delete mode 100644 sys/contrib/dev/ath/ah_soc.h delete mode 100644 sys/contrib/dev/ath/public/amd64-elf.hal.o.uu delete mode 100644 sys/contrib/dev/ath/public/amd64-elf.inc delete mode 100644 sys/contrib/dev/ath/public/amd64-elf.opt_ah.h delete mode 100644 sys/contrib/dev/ath/public/i386-elf.hal.o.uu delete mode 100644 sys/contrib/dev/ath/public/i386-elf.inc delete mode 100644 sys/contrib/dev/ath/public/i386-elf.opt_ah.h delete mode 100644 sys/contrib/dev/ath/version.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_debug.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_decode.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_desc.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_devid.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_eeprom.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v1.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v1.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v14.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v14.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v3.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v3.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_internal.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_regdomain.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_soc.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_attach.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_beacon.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_interrupts.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_keycache.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_misc.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_phy.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_power.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_recv.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_reset.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_xmit.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210desc.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210phy.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210reg.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5210/ar5k_0007.ini create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_attach.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_beacon.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_interrupts.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_keycache.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_misc.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_phy.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_power.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_recv.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_reset.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_xmit.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211desc.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211phy.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211reg.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5211/boss.ini create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar2316.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar2317.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar2413.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar2425.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5111.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5112.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212.ini create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_ani.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_attach.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_beacon.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_eeprom.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_gpio.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_interrupts.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_keycache.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_misc.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_phy.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_power.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_recv.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_reset.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_rfgain.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_xmit.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212desc.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212phy.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212reg.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5311reg.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5413.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_attach.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_eeprom.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_gpio.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_interrupts.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_misc.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_power.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_reset.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312phy.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312reg.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5312/ar5315_gpio.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar2133.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.ini create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_ani.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_attach.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_beacon.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal_adcdc.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal_adcgain.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal_iq.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_eeprom.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_gpio.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_interrupts.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_keycache.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_misc.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_phy.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_power.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_recv.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_reset.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_xmit.c create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416desc.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416phy.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416reg.h create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar9160.ini create mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar9160_attach.c create mode 100644 sys/dev/netif/ath/hal/opt_ah.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3f720b208d524fba94ac745e24d1ab804be5aef0 -- DragonFly BSD source repository