files.atheros revision 1.6
11.6Sgdamore#	$NetBSD: files.atheros,v 1.6 2006/09/04 05:17:26 gdamore Exp $
21.1Sgdamore
31.6Sgdamoredefflag	opt_wisoc.h	WISOC_AR5312
41.6Sgdamore			WISOC_AR5315
51.6Sgdamore
61.6Sgdamorefile	arch/mips/atheros/ar5312.c		wisoc_ar5312
71.6Sgdamorefile	arch/mips/atheros/ar5312_intr.c		wisoc_ar5312
81.6Sgdamorefile	arch/mips/atheros/ar531x_board.c	wisoc_ar5312
91.6Sgdamore
101.6Sgdamorefile	arch/mips/atheros/ar5315.c		wisoc_ar5315
111.6Sgdamorefile	arch/mips/atheros/ar5315_intr.c		wisoc_ar5315
121.1Sgdamore
131.1Sgdamore# Atheros system bus
141.1Sgdamoredevice	arbus { [addr=-1] }
151.1Sgdamoreattach	arbus at mainbus
161.1Sgdamorefile	arch/mips/atheros/arbus.c		arbus
171.1Sgdamore
181.1Sgdamore# On-chip UART device
191.1Sgdamoreattach	com at arbus with com_arbus
201.1Sgdamorefile	arch/mips/atheros/dev/com_arbus.c	com_arbus
211.4Sgdamoreoptions	COM_REGMAP
221.1Sgdamore
231.1Sgdamore# On-chip ethernet device(s)
241.1Sgdamoredevice	ae: ether, ifnet, arp, mii
251.1Sgdamoreattach	ae at arbus
261.1Sgdamorefile	arch/mips/atheros/dev/if_ae.c		ae
271.1Sgdamore
281.1Sgdamore# On-chip WLAN device(s)
291.3Sgdamoreattach	ath at arbus with ath_arbus
301.3Sgdamorefile	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus
311.1Sgdamore
321.3Sgdamore# On-board flash memory
331.3Sgdamoredevice	athflash
341.3Sgdamoreattach	athflash at arbus
351.3Sgdamorefile	arch/mips/atheros/dev/athflash.c	athflash
361.1Sgdamore
371.1Sgdamore# On-chip GPIO
381.4Sgdamoredevice	argpio: gpiobus, sysmon_power, sysmon_taskq
391.4Sgdamoreattach	argpio at arbus
401.4Sgdamorefile	arch/mips/atheros/dev/argpio.c		argpio
41