Home | History | Annotate | Line # | Download | only in conf
files.atheros revision 1.6
      1  1.6  gdamore #	$NetBSD: files.atheros,v 1.6 2006/09/04 05:17:26 gdamore Exp $
      2  1.1  gdamore 
      3  1.6  gdamore defflag	opt_wisoc.h	WISOC_AR5312
      4  1.6  gdamore 			WISOC_AR5315
      5  1.6  gdamore 
      6  1.6  gdamore file	arch/mips/atheros/ar5312.c		wisoc_ar5312
      7  1.6  gdamore file	arch/mips/atheros/ar5312_intr.c		wisoc_ar5312
      8  1.6  gdamore file	arch/mips/atheros/ar531x_board.c	wisoc_ar5312
      9  1.6  gdamore 
     10  1.6  gdamore file	arch/mips/atheros/ar5315.c		wisoc_ar5315
     11  1.6  gdamore file	arch/mips/atheros/ar5315_intr.c		wisoc_ar5315
     12  1.1  gdamore 
     13  1.1  gdamore # Atheros system bus
     14  1.1  gdamore device	arbus { [addr=-1] }
     15  1.1  gdamore attach	arbus at mainbus
     16  1.1  gdamore file	arch/mips/atheros/arbus.c		arbus
     17  1.1  gdamore 
     18  1.1  gdamore # On-chip UART device
     19  1.1  gdamore attach	com at arbus with com_arbus
     20  1.1  gdamore file	arch/mips/atheros/dev/com_arbus.c	com_arbus
     21  1.4  gdamore options	COM_REGMAP
     22  1.1  gdamore 
     23  1.1  gdamore # On-chip ethernet device(s)
     24  1.1  gdamore device	ae: ether, ifnet, arp, mii
     25  1.1  gdamore attach	ae at arbus
     26  1.1  gdamore file	arch/mips/atheros/dev/if_ae.c		ae
     27  1.1  gdamore 
     28  1.1  gdamore # On-chip WLAN device(s)
     29  1.3  gdamore attach	ath at arbus with ath_arbus
     30  1.3  gdamore file	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus
     31  1.1  gdamore 
     32  1.3  gdamore # On-board flash memory
     33  1.3  gdamore device	athflash
     34  1.3  gdamore attach	athflash at arbus
     35  1.3  gdamore file	arch/mips/atheros/dev/athflash.c	athflash
     36  1.1  gdamore 
     37  1.1  gdamore # On-chip GPIO
     38  1.4  gdamore device	argpio: gpiobus, sysmon_power, sysmon_taskq
     39  1.4  gdamore attach	argpio at arbus
     40  1.4  gdamore file	arch/mips/atheros/dev/argpio.c		argpio
     41