Home | History | Annotate | Line # | Download | only in conf
files.atheros revision 1.9
      1 #	$NetBSD: files.atheros,v 1.9 2011/07/07 05:06:45 matt Exp $
      2 
      3 defflag	opt_wisoc.h	WISOC_AR5312 WISOC_AR5315 WISOC_AR7100 WISOC_AR9344
      4 
      5 file	arch/mips/atheros/ar_conf.c
      6 file	arch/mips/atheros/ar_console.c
      7 file	arch/mips/atheros/ar_intr.c
      8 
      9 file	arch/mips/atheros/ar5312.c		wisoc_ar5312
     10 file	arch/mips/atheros/ar5312_board.c	wisoc_ar5312
     11 
     12 file	arch/mips/atheros/ar5315.c		wisoc_ar5315
     13 file	arch/mips/atheros/ar5315_board.c	wisoc_ar5315
     14 
     15 file	arch/mips/atheros/ar7100.c		wisoc_ar7100
     16 file	arch/mips/atheros/ar9344.c		wisoc_ar9344
     17 
     18 # Atheros system bus
     19 device	arbus { [addr=-1] }
     20 attach	arbus at mainbus
     21 file	arch/mips/atheros/arbus.c		arbus
     22 
     23 # On-chip UART device
     24 attach	com at arbus with com_arbus
     25 file	arch/mips/atheros/dev/com_arbus.c	com_arbus
     26 options	COM_REGMAP
     27 
     28 # On-chip ethernet device(s)
     29 device	ae: ether, ifnet, arp, mii
     30 attach	ae at arbus
     31 file	arch/mips/atheros/dev/if_ae.c		ae
     32 
     33 # On-chip WLAN device(s)
     34 attach	ath at arbus with ath_arbus
     35 file	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus	needs-flag
     36 
     37 # On-board flash memory
     38 device	athflash
     39 attach	athflash at arbus
     40 file	arch/mips/atheros/dev/athflash.c	athflash
     41 
     42 # On-chip GPIO
     43 device	argpio: gpiobus, sysmon_power, sysmon_taskq
     44 attach	argpio at arbus
     45 file	arch/mips/atheros/dev/argpio.c		argpio
     46 
     47 # On-board SPI controller
     48 device	arspi: spibus
     49 attach	arspi at arbus
     50 file	arch/mips/atheros/dev/arspi.c		arspi
     51 
     52 # On-chip PCI controller
     53 device	arpci: pcibus
     54 attach	arpci at arbus
     55 file	arch/mips/atheros/dev/arpci.c		arpci
     56 
     57 # On-chip OHCI USB controller
     58 attach	ohci at arbus with ohci_arbus
     59 file	arch/mips/atheros/dev/ohci_arbus.c	ohci_arbus
     60 
     61 # On-chip EHCI USB controller
     62 attach	ehci at arbus with ehci_arbus
     63 file	arch/mips/atheros/dev/ehci_arbus.c	ehci_arbus
     64 
     65 # Machine-independent I2O drivers.
     66 include "dev/i2o/files.i2o"
     67 
     68 # Machine-independent SCSI drivers
     69 include "dev/scsipi/files.scsipi"
     70 
     71 # Machine-independent ATA drivers
     72 include "dev/ata/files.ata"
     73 
     74 # Machine-independent USB device support
     75 include "dev/usb/files.usb"
     76 
     77 # Machine-independent PCI device support
     78 include "dev/pci/files.pci"
     79