Home | History | Annotate | Line # | Download | only in conf
files.atheros revision 1.1
      1 #	$NetBSD: files.atheros,v 1.1 2006/03/21 08:15:19 gdamore Exp $
      2 
      3 file	arch/mips/atheros/ar531x_intr.c
      4 file	arch/mips/atheros/ar531x_timer.c
      5 file	arch/mips/atheros/ar531x_board.c
      6 
      7 # Atheros system bus
      8 device	arbus { [addr=-1] }
      9 attach	arbus at mainbus
     10 file	arch/mips/atheros/arbus.c		arbus
     11 
     12 # On-chip UART device
     13 attach	com at arbus with com_arbus
     14 file	arch/mips/atheros/dev/com_arbus.c	com_arbus
     15 
     16 # On-chip ethernet device(s)
     17 device	ae: ether, ifnet, arp, mii
     18 attach	ae at arbus
     19 file	arch/mips/atheros/dev/if_ae.c		ae
     20 
     21 # On-chip WLAN device(s)
     22 #attach	ath at arbus with ath_arbus
     23 #file	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus
     24 
     25 # Atheros HAL
     26 #object	/athhal-mips-be-elf.hal.o		ath
     27 
     28 # On-chip GPIO
     29 #device	argpio: gpiobus
     30 #attach	argpio at arbus
     31 #file	arch/mips/atheros/dev/argpio.c		argpio
     32