1 1.9 matt # $NetBSD: files.atheros,v 1.9 2011/07/07 05:06:45 matt Exp $ 2 1.1 gdamore 3 1.9 matt defflag opt_wisoc.h WISOC_AR5312 WISOC_AR5315 WISOC_AR7100 WISOC_AR9344 4 1.9 matt 5 1.9 matt file arch/mips/atheros/ar_conf.c 6 1.9 matt file arch/mips/atheros/ar_console.c 7 1.9 matt file arch/mips/atheros/ar_intr.c 8 1.6 gdamore 9 1.6 gdamore file arch/mips/atheros/ar5312.c wisoc_ar5312 10 1.7 gdamore file arch/mips/atheros/ar5312_board.c wisoc_ar5312 11 1.6 gdamore 12 1.6 gdamore file arch/mips/atheros/ar5315.c wisoc_ar5315 13 1.7 gdamore file arch/mips/atheros/ar5315_board.c wisoc_ar5315 14 1.9 matt 15 1.9 matt file arch/mips/atheros/ar7100.c wisoc_ar7100 16 1.9 matt file arch/mips/atheros/ar9344.c wisoc_ar9344 17 1.1 gdamore 18 1.1 gdamore # Atheros system bus 19 1.1 gdamore device arbus { [addr=-1] } 20 1.1 gdamore attach arbus at mainbus 21 1.1 gdamore file arch/mips/atheros/arbus.c arbus 22 1.1 gdamore 23 1.1 gdamore # On-chip UART device 24 1.1 gdamore attach com at arbus with com_arbus 25 1.1 gdamore file arch/mips/atheros/dev/com_arbus.c com_arbus 26 1.4 gdamore options COM_REGMAP 27 1.1 gdamore 28 1.1 gdamore # On-chip ethernet device(s) 29 1.1 gdamore device ae: ether, ifnet, arp, mii 30 1.1 gdamore attach ae at arbus 31 1.1 gdamore file arch/mips/atheros/dev/if_ae.c ae 32 1.1 gdamore 33 1.1 gdamore # On-chip WLAN device(s) 34 1.3 gdamore attach ath at arbus with ath_arbus 35 1.9 matt file arch/mips/atheros/dev/if_ath_arbus.c ath_arbus needs-flag 36 1.1 gdamore 37 1.3 gdamore # On-board flash memory 38 1.3 gdamore device athflash 39 1.3 gdamore attach athflash at arbus 40 1.3 gdamore file arch/mips/atheros/dev/athflash.c athflash 41 1.1 gdamore 42 1.1 gdamore # On-chip GPIO 43 1.4 gdamore device argpio: gpiobus, sysmon_power, sysmon_taskq 44 1.4 gdamore attach argpio at arbus 45 1.4 gdamore file arch/mips/atheros/dev/argpio.c argpio 46 1.8 gdamore 47 1.8 gdamore # On-board SPI controller 48 1.8 gdamore device arspi: spibus 49 1.8 gdamore attach arspi at arbus 50 1.8 gdamore file arch/mips/atheros/dev/arspi.c arspi 51 1.9 matt 52 1.9 matt # On-chip PCI controller 53 1.9 matt device arpci: pcibus 54 1.9 matt attach arpci at arbus 55 1.9 matt file arch/mips/atheros/dev/arpci.c arpci 56 1.9 matt 57 1.9 matt # On-chip OHCI USB controller 58 1.9 matt attach ohci at arbus with ohci_arbus 59 1.9 matt file arch/mips/atheros/dev/ohci_arbus.c ohci_arbus 60 1.9 matt 61 1.9 matt # On-chip EHCI USB controller 62 1.9 matt attach ehci at arbus with ehci_arbus 63 1.9 matt file arch/mips/atheros/dev/ehci_arbus.c ehci_arbus 64 1.9 matt 65 1.9 matt # Machine-independent I2O drivers. 66 1.9 matt include "dev/i2o/files.i2o" 67 1.9 matt 68 1.9 matt # Machine-independent SCSI drivers 69 1.9 matt include "dev/scsipi/files.scsipi" 70 1.9 matt 71 1.9 matt # Machine-independent ATA drivers 72 1.9 matt include "dev/ata/files.ata" 73 1.9 matt 74 1.9 matt # Machine-independent USB device support 75 1.9 matt include "dev/usb/files.usb" 76 1.9 matt 77 1.9 matt # Machine-independent PCI device support 78 1.9 matt include "dev/pci/files.pci" 79