1 1.10 matt # $NetBSD: files.atheros,v 1.10 2011/07/10 23:13:22 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.10 matt file arch/mips/atheros/arbusle.c arbus 23 1.1 gdamore 24 1.1 gdamore # On-chip UART device 25 1.1 gdamore attach com at arbus with com_arbus 26 1.1 gdamore file arch/mips/atheros/dev/com_arbus.c com_arbus 27 1.4 gdamore options COM_REGMAP 28 1.1 gdamore 29 1.1 gdamore # On-chip ethernet device(s) 30 1.1 gdamore device ae: ether, ifnet, arp, mii 31 1.1 gdamore attach ae at arbus 32 1.1 gdamore file arch/mips/atheros/dev/if_ae.c ae 33 1.1 gdamore 34 1.1 gdamore # On-chip WLAN device(s) 35 1.3 gdamore attach ath at arbus with ath_arbus 36 1.9 matt file arch/mips/atheros/dev/if_ath_arbus.c ath_arbus needs-flag 37 1.1 gdamore 38 1.3 gdamore # On-board flash memory 39 1.3 gdamore device athflash 40 1.3 gdamore attach athflash at arbus 41 1.3 gdamore file arch/mips/atheros/dev/athflash.c athflash 42 1.1 gdamore 43 1.1 gdamore # On-chip GPIO 44 1.4 gdamore device argpio: gpiobus, sysmon_power, sysmon_taskq 45 1.4 gdamore attach argpio at arbus 46 1.4 gdamore file arch/mips/atheros/dev/argpio.c argpio 47 1.8 gdamore 48 1.8 gdamore # On-board SPI controller 49 1.8 gdamore device arspi: spibus 50 1.8 gdamore attach arspi at arbus 51 1.8 gdamore file arch/mips/atheros/dev/arspi.c arspi 52 1.9 matt 53 1.9 matt # On-chip PCI controller 54 1.9 matt device arpci: pcibus 55 1.10 matt device arpcie: pcibus 56 1.9 matt attach arpci at arbus 57 1.10 matt attach arpcie at arbus 58 1.10 matt file arch/mips/atheros/dev/arpci.c arpci | arpcie 59 1.9 matt 60 1.9 matt # On-chip OHCI USB controller 61 1.9 matt attach ohci at arbus with ohci_arbus 62 1.9 matt file arch/mips/atheros/dev/ohci_arbus.c ohci_arbus 63 1.9 matt 64 1.9 matt # On-chip EHCI USB controller 65 1.9 matt attach ehci at arbus with ehci_arbus 66 1.9 matt file arch/mips/atheros/dev/ehci_arbus.c ehci_arbus 67 1.9 matt 68 1.9 matt # Machine-independent I2O drivers. 69 1.9 matt include "dev/i2o/files.i2o" 70 1.9 matt 71 1.9 matt # Machine-independent SCSI drivers 72 1.9 matt include "dev/scsipi/files.scsipi" 73 1.9 matt 74 1.9 matt # Machine-independent ATA drivers 75 1.9 matt include "dev/ata/files.ata" 76 1.9 matt 77 1.9 matt # Machine-independent USB device support 78 1.9 matt include "dev/usb/files.usb" 79 1.9 matt 80 1.9 matt # Machine-independent PCI device support 81 1.9 matt include "dev/pci/files.pci" 82