files.atheros revision 1.1
11.1Sgdamore#	$NetBSD: files.atheros,v 1.1 2006/03/21 08:15:19 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.1Sgdamore#attach	ath at arbus with ath_arbus
231.1Sgdamore#file	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus
241.1Sgdamore
251.1Sgdamore# Atheros HAL
261.1Sgdamore#object	/athhal-mips-be-elf.hal.o		ath
271.1Sgdamore
281.1Sgdamore# On-chip GPIO
291.1Sgdamore#device	argpio: gpiobus
301.1Sgdamore#attach	argpio at arbus
311.1Sgdamore#file	arch/mips/atheros/dev/argpio.c		argpio
32