files.atheros revision 1.9
11.9Smatt#	$NetBSD: files.atheros,v 1.9 2011/07/07 05:06:45 matt Exp $
21.1Sgdamore
31.9Smattdefflag	opt_wisoc.h	WISOC_AR5312 WISOC_AR5315 WISOC_AR7100 WISOC_AR9344
41.9Smatt
51.9Smattfile	arch/mips/atheros/ar_conf.c
61.9Smattfile	arch/mips/atheros/ar_console.c
71.9Smattfile	arch/mips/atheros/ar_intr.c
81.6Sgdamore
91.6Sgdamorefile	arch/mips/atheros/ar5312.c		wisoc_ar5312
101.7Sgdamorefile	arch/mips/atheros/ar5312_board.c	wisoc_ar5312
111.6Sgdamore
121.6Sgdamorefile	arch/mips/atheros/ar5315.c		wisoc_ar5315
131.7Sgdamorefile	arch/mips/atheros/ar5315_board.c	wisoc_ar5315
141.9Smatt
151.9Smattfile	arch/mips/atheros/ar7100.c		wisoc_ar7100
161.9Smattfile	arch/mips/atheros/ar9344.c		wisoc_ar9344
171.1Sgdamore
181.1Sgdamore# Atheros system bus
191.1Sgdamoredevice	arbus { [addr=-1] }
201.1Sgdamoreattach	arbus at mainbus
211.1Sgdamorefile	arch/mips/atheros/arbus.c		arbus
221.1Sgdamore
231.1Sgdamore# On-chip UART device
241.1Sgdamoreattach	com at arbus with com_arbus
251.1Sgdamorefile	arch/mips/atheros/dev/com_arbus.c	com_arbus
261.4Sgdamoreoptions	COM_REGMAP
271.1Sgdamore
281.1Sgdamore# On-chip ethernet device(s)
291.1Sgdamoredevice	ae: ether, ifnet, arp, mii
301.1Sgdamoreattach	ae at arbus
311.1Sgdamorefile	arch/mips/atheros/dev/if_ae.c		ae
321.1Sgdamore
331.1Sgdamore# On-chip WLAN device(s)
341.3Sgdamoreattach	ath at arbus with ath_arbus
351.9Smattfile	arch/mips/atheros/dev/if_ath_arbus.c	ath_arbus	needs-flag
361.1Sgdamore
371.3Sgdamore# On-board flash memory
381.3Sgdamoredevice	athflash
391.3Sgdamoreattach	athflash at arbus
401.3Sgdamorefile	arch/mips/atheros/dev/athflash.c	athflash
411.1Sgdamore
421.1Sgdamore# On-chip GPIO
431.4Sgdamoredevice	argpio: gpiobus, sysmon_power, sysmon_taskq
441.4Sgdamoreattach	argpio at arbus
451.4Sgdamorefile	arch/mips/atheros/dev/argpio.c		argpio
461.8Sgdamore
471.8Sgdamore# On-board SPI controller
481.8Sgdamoredevice	arspi: spibus
491.8Sgdamoreattach	arspi at arbus
501.8Sgdamorefile	arch/mips/atheros/dev/arspi.c		arspi
511.9Smatt
521.9Smatt# On-chip PCI controller
531.9Smattdevice	arpci: pcibus
541.9Smattattach	arpci at arbus
551.9Smattfile	arch/mips/atheros/dev/arpci.c		arpci
561.9Smatt
571.9Smatt# On-chip OHCI USB controller
581.9Smattattach	ohci at arbus with ohci_arbus
591.9Smattfile	arch/mips/atheros/dev/ohci_arbus.c	ohci_arbus
601.9Smatt
611.9Smatt# On-chip EHCI USB controller
621.9Smattattach	ehci at arbus with ehci_arbus
631.9Smattfile	arch/mips/atheros/dev/ehci_arbus.c	ehci_arbus
641.9Smatt
651.9Smatt# Machine-independent I2O drivers.
661.9Smattinclude "dev/i2o/files.i2o"
671.9Smatt
681.9Smatt# Machine-independent SCSI drivers
691.9Smattinclude "dev/scsipi/files.scsipi"
701.9Smatt
711.9Smatt# Machine-independent ATA drivers
721.9Smattinclude "dev/ata/files.ata"
731.9Smatt
741.9Smatt# Machine-independent USB device support
751.9Smattinclude "dev/usb/files.usb"
761.9Smatt
771.9Smatt# Machine-independent PCI device support
781.9Smattinclude "dev/pci/files.pci"
79