files.atheros revision 1.3
11.3Sgdamore#	$NetBSD: files.atheros,v 1.3 2006/05/25 06:37:47 gdamore Exp $
21.1Sgdamore
31.1Sgdamorefile	arch/mips/atheros/ar531x_intr.c
41.1Sgdamorefile	arch/mips/atheros/ar531x_timer.c
51.1Sgdamorefile	arch/mips/atheros/ar531x_board.c
61.1Sgdamore
71.1Sgdamore# Atheros system bus
81.1Sgdamoredevice	arbus { [addr=-1] }
91.1Sgdamoreattach	arbus at mainbus
101.1Sgdamorefile	arch/mips/atheros/arbus.c		arbus
111.1Sgdamore
121.1Sgdamore# On-chip UART device
131.1Sgdamoreattach	com at arbus with com_arbus
141.1Sgdamorefile	arch/mips/atheros/dev/com_arbus.c	com_arbus
151.1Sgdamore
161.1Sgdamore# On-chip ethernet device(s)
171.1Sgdamoredevice	ae: ether, ifnet, arp, mii
181.1Sgdamoreattach	ae at arbus
191.1Sgdamorefile	arch/mips/atheros/dev/if_ae.c		ae
201.1Sgdamore
211.1Sgdamore# On-chip WLAN device(s)
221.3Sgdamoreattach	ath at arbus with ath_arbus
231.3Sgdamorefile	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus
241.1Sgdamore
251.3Sgdamore# On-board flash memory
261.3Sgdamoredevice	athflash
271.3Sgdamoreattach	athflash at arbus
281.3Sgdamorefile	arch/mips/atheros/dev/athflash.c	athflash
291.1Sgdamore
301.1Sgdamore# On-chip GPIO
311.1Sgdamore#device	argpio: gpiobus
321.1Sgdamore#attach	argpio at arbus
331.1Sgdamore#file	arch/mips/atheros/dev/argpio.c		argpio
341.3Sgdamore
35