files.atheros revision 1.4
1# $NetBSD: files.atheros,v 1.4 2006/07/07 22:03:19 gdamore Exp $ 2 3file arch/mips/atheros/ar531x_intr.c 4file arch/mips/atheros/ar531x_timer.c 5file arch/mips/atheros/ar531x_board.c 6 7# Atheros system bus 8device arbus { [addr=-1] } 9attach arbus at mainbus 10file arch/mips/atheros/arbus.c arbus 11 12# On-chip UART device 13attach com at arbus with com_arbus 14file arch/mips/atheros/dev/com_arbus.c com_arbus 15options COM_REGMAP 16 17# On-chip ethernet device(s) 18device ae: ether, ifnet, arp, mii 19attach ae at arbus 20file arch/mips/atheros/dev/if_ae.c ae 21 22# On-chip WLAN device(s) 23attach ath at arbus with ath_arbus 24file arch/mips/atheros/dev/if_ath_arbus.c ath_arbus 25 26# On-board flash memory 27device athflash 28attach athflash at arbus 29file arch/mips/atheros/dev/athflash.c athflash 30 31# On-chip GPIO 32device argpio: gpiobus, sysmon_power, sysmon_taskq 33attach argpio at arbus 34file arch/mips/atheros/dev/argpio.c argpio 35