1 # $NetBSD: files.atheros,v 1.6 2006/09/04 05:17:26 gdamore Exp $ 2 3 defflag opt_wisoc.h WISOC_AR5312 4 WISOC_AR5315 5 6 file arch/mips/atheros/ar5312.c wisoc_ar5312 7 file arch/mips/atheros/ar5312_intr.c wisoc_ar5312 8 file arch/mips/atheros/ar531x_board.c wisoc_ar5312 9 10 file arch/mips/atheros/ar5315.c wisoc_ar5315 11 file arch/mips/atheros/ar5315_intr.c wisoc_ar5315 12 13 # Atheros system bus 14 device arbus { [addr=-1] } 15 attach arbus at mainbus 16 file arch/mips/atheros/arbus.c arbus 17 18 # On-chip UART device 19 attach com at arbus with com_arbus 20 file arch/mips/atheros/dev/com_arbus.c com_arbus 21 options COM_REGMAP 22 23 # On-chip ethernet device(s) 24 device ae: ether, ifnet, arp, mii 25 attach ae at arbus 26 file arch/mips/atheros/dev/if_ae.c ae 27 28 # On-chip WLAN device(s) 29 attach ath at arbus with ath_arbus 30 file arch/mips/atheros/dev/if_ath_arbus.c ath_arbus 31 32 # On-board flash memory 33 device athflash 34 attach athflash at arbus 35 file arch/mips/atheros/dev/athflash.c athflash 36 37 # On-chip GPIO 38 device argpio: gpiobus, sysmon_power, sysmon_taskq 39 attach argpio at arbus 40 file arch/mips/atheros/dev/argpio.c argpio 41