xref: /netbsd-src/sys/arch/mips/conf/files.atheros (revision fad4c9f71477ae11cea2ee75ec82151ac770a534)
1#	$NetBSD: files.atheros,v 1.3 2006/05/25 06:37:47 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
15
16# On-chip ethernet device(s)
17device	ae: ether, ifnet, arp, mii
18attach	ae at arbus
19file	arch/mips/atheros/dev/if_ae.c		ae
20
21# On-chip WLAN device(s)
22attach	ath at arbus with ath_arbus
23file	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus
24
25# On-board flash memory
26device	athflash
27attach	athflash at arbus
28file	arch/mips/atheros/dev/athflash.c	athflash
29
30# On-chip GPIO
31#device	argpio: gpiobus
32#attach	argpio at arbus
33#file	arch/mips/atheros/dev/argpio.c		argpio
34
35