files.atheros revision 1.8
11.8Sgdamore#	$NetBSD: files.atheros,v 1.8 2006/10/07 07:18:02 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.7Sgdamorefile	arch/mips/atheros/ar5312_board.c	wisoc_ar5312
81.7Sgdamorefile	arch/mips/atheros/ar5312_console.c	wisoc_ar5312
91.6Sgdamorefile	arch/mips/atheros/ar5312_intr.c		wisoc_ar5312
101.6Sgdamore
111.6Sgdamorefile	arch/mips/atheros/ar5315.c		wisoc_ar5315
121.7Sgdamorefile	arch/mips/atheros/ar5315_board.c	wisoc_ar5315
131.7Sgdamorefile	arch/mips/atheros/ar5315_console.c	wisoc_ar5315
141.6Sgdamorefile	arch/mips/atheros/ar5315_intr.c		wisoc_ar5315
151.1Sgdamore
161.1Sgdamore# Atheros system bus
171.1Sgdamoredevice	arbus { [addr=-1] }
181.1Sgdamoreattach	arbus at mainbus
191.1Sgdamorefile	arch/mips/atheros/arbus.c		arbus
201.1Sgdamore
211.1Sgdamore# On-chip UART device
221.1Sgdamoreattach	com at arbus with com_arbus
231.1Sgdamorefile	arch/mips/atheros/dev/com_arbus.c	com_arbus
241.4Sgdamoreoptions	COM_REGMAP
251.1Sgdamore
261.1Sgdamore# On-chip ethernet device(s)
271.1Sgdamoredevice	ae: ether, ifnet, arp, mii
281.1Sgdamoreattach	ae at arbus
291.1Sgdamorefile	arch/mips/atheros/dev/if_ae.c		ae
301.1Sgdamore
311.1Sgdamore# On-chip WLAN device(s)
321.3Sgdamoreattach	ath at arbus with ath_arbus
331.3Sgdamorefile	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus
341.1Sgdamore
351.3Sgdamore# On-board flash memory
361.3Sgdamoredevice	athflash
371.3Sgdamoreattach	athflash at arbus
381.3Sgdamorefile	arch/mips/atheros/dev/athflash.c	athflash
391.1Sgdamore
401.1Sgdamore# On-chip GPIO
411.4Sgdamoredevice	argpio: gpiobus, sysmon_power, sysmon_taskq
421.4Sgdamoreattach	argpio at arbus
431.4Sgdamorefile	arch/mips/atheros/dev/argpio.c		argpio
441.8Sgdamore
451.8Sgdamore# On-board SPI controller
461.8Sgdamoredevice	arspi: spibus
471.8Sgdamoreattach	arspi at arbus
481.8Sgdamorefile	arch/mips/atheros/dev/arspi.c		arspi
49