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