Added two wireless drivers: atheros5000.device and realtek8180.device.
commitce42125a800773bbe8c46d15d12b2b5b71c9d704
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 25 Sep 2011 22:55:22 +0000 (25 22:55 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 25 Sep 2011 22:55:22 +0000 (25 22:55 +0000)
treed8b92739ce786defa932bdd9fa07e61c84007c85
parent1f9347dcfd9ddff9a52047229fad36d30832c05c
Added two wireless drivers: atheros5000.device and realtek8180.device.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@41600 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
201 files changed:
workbench/devs/networks/atheros5000/Makefile.MOS [new file with mode: 0755]
workbench/devs/networks/atheros5000/Makefile.OS4 [new file with mode: 0755]
workbench/devs/networks/atheros5000/aros_device.c [new file with mode: 0755]
workbench/devs/networks/atheros5000/device.c [new file with mode: 0755]
workbench/devs/networks/atheros5000/device.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/device_protos.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/encryption.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/encryption_protos.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/expansion.c [new file with mode: 0755]
workbench/devs/networks/atheros5000/expansion_protos.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/hal/LEGAL [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_debug.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_decode.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_desc.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_devid.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_eeprom.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_eeprom_v14.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_eeprom_v14.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_eeprom_v3.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_eeprom_v3.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_internal.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_osdep.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_regdomain.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ah_soc.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/amigaos/ah_osdep.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/amigaos/ah_osdep.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/amigaos/configure [new file with mode: 0755]
workbench/devs/networks/atheros5000/hal/amigaos/makefile [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/amigaos/makefile.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/amigaos/opt_ah.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_attach.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_beacon.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_interrupts.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_keycache.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_misc.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_phy.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_power.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_recv.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_reset.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210_xmit.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210desc.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210phy.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5210reg.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5210/ar5k_0007.ini [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_attach.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_beacon.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_interrupts.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_keycache.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_misc.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_phy.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_power.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_recv.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_reset.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211_xmit.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211desc.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211phy.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/ar5211reg.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5211/boss.ini [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar2316.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar2317.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar2413.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar2425.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5111.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5112.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212.ini [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_ani.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_attach.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_beacon.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_eeprom.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_gpio.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_interrupts.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_keycache.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_misc.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_phy.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_power.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_recv.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_reset.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212_xmit.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212desc.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212phy.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5212reg.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5311reg.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5212/ar5413.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312_attach.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312_eeprom.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312_gpio.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312_interrupts.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312_misc.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312_power.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312_reset.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312phy.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5312reg.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5312/ar5315_gpio.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar2133.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416.ini [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_attach.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_beacon.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_eeprom.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_gpio.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_interrupts.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_keycache.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_misc.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_phy.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_power.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_recv.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_reset.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416_xmit.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416desc.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416phy.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar5416reg.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar9160.ini [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/ar5416/ar9160_attach.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/linux/ah_osdep.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/linux/ah_osdep.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/linux/makefile [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/linux/makefile.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/makefile [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/mmakefile.src [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/opt_ah.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/alpha-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/ap30.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/ap43.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/ap51.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/ap61.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/arm9-le-thumb-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/armv4-be-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/armv4-le-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/i386-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/mips-be-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/mips-le-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/mips1-be-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/mips1-le-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/mipsisa32-be-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/mipsisa32-le-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/powerpc-be-eabi.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/powerpc-be-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/powerpc-le-eabi.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/sh4-le-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/sparc-be-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/sparc64-be-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/wackelf.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/wisoc.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/x86_64-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/xscale-be-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/public/xscale-le-elf.inc [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/readme [new file with mode: 0644]
workbench/devs/networks/atheros5000/hal/version.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/halsupport.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/initializers.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/io.h [new file with mode: 0644]
workbench/devs/networks/atheros5000/mmakefile.src [new file with mode: 0644]
workbench/devs/networks/atheros5000/mos_device.c [new file with mode: 0755]
workbench/devs/networks/atheros5000/openpci.c [new file with mode: 0755]
workbench/devs/networks/atheros5000/openpci_protos.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/os4_device.c [new file with mode: 0755]
workbench/devs/networks/atheros5000/pci.c [new file with mode: 0755]
workbench/devs/networks/atheros5000/pci.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/pci_protos.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/prometheus.c [new file with mode: 0755]
workbench/devs/networks/atheros5000/prometheus_protos.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/request.c [new file with mode: 0755]
workbench/devs/networks/atheros5000/request_protos.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/startup.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/unit.c [new file with mode: 0644]
workbench/devs/networks/atheros5000/unit_protos.h [new file with mode: 0755]
workbench/devs/networks/atheros5000/wireless.h [new file with mode: 0644]
workbench/devs/networks/mmakefile
workbench/devs/networks/realtek8180/Makefile [new file with mode: 0755]
workbench/devs/networks/realtek8180/Makefile.MOS [new file with mode: 0755]
workbench/devs/networks/realtek8180/aros_device.c [new file with mode: 0755]
workbench/devs/networks/realtek8180/device.c [new file with mode: 0755]
workbench/devs/networks/realtek8180/device.h [new file with mode: 0755]
workbench/devs/networks/realtek8180/device_protos.h [new file with mode: 0755]
workbench/devs/networks/realtek8180/eeprom.c [new file with mode: 0644]
workbench/devs/networks/realtek8180/eeprom_protos.h [new file with mode: 0755]
workbench/devs/networks/realtek8180/encryption.c [new file with mode: 0644]
workbench/devs/networks/realtek8180/encryption_protos.h [new file with mode: 0755]
workbench/devs/networks/realtek8180/initializers.h [new file with mode: 0644]
workbench/devs/networks/realtek8180/io.h [new file with mode: 0644]
workbench/devs/networks/realtek8180/mmakefile.src [new file with mode: 0644]
workbench/devs/networks/realtek8180/mos_device.c [new file with mode: 0755]
workbench/devs/networks/realtek8180/radio.c [new file with mode: 0644]
workbench/devs/networks/realtek8180/radio_protos.h [new file with mode: 0755]
workbench/devs/networks/realtek8180/realtek8187.h [new file with mode: 0644]
workbench/devs/networks/realtek8180/request.c [new file with mode: 0755]
workbench/devs/networks/realtek8180/request_protos.h [new file with mode: 0755]
workbench/devs/networks/realtek8180/startup.c [new file with mode: 0644]
workbench/devs/networks/realtek8180/timer.c [new file with mode: 0644]
workbench/devs/networks/realtek8180/timer_protos.h [new file with mode: 0755]
workbench/devs/networks/realtek8180/unit.c [new file with mode: 0644]
workbench/devs/networks/realtek8180/unit_protos.h [new file with mode: 0755]
workbench/devs/networks/realtek8180/usb.c [new file with mode: 0755]
workbench/devs/networks/realtek8180/usb_protos.h [new file with mode: 0755]
workbench/devs/networks/realtek8180/wireless.h [new file with mode: 0644]