11.10Smatt# $NetBSD: files.atheros,v 1.10 2011/07/10 23:13:22 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.10Smattfile arch/mips/atheros/arbusle.c arbus 231.1Sgdamore 241.1Sgdamore# On-chip UART device 251.1Sgdamoreattach com at arbus with com_arbus 261.1Sgdamorefile arch/mips/atheros/dev/com_arbus.c com_arbus 271.4Sgdamoreoptions COM_REGMAP 281.1Sgdamore 291.1Sgdamore# On-chip ethernet device(s) 301.1Sgdamoredevice ae: ether, ifnet, arp, mii 311.1Sgdamoreattach ae at arbus 321.1Sgdamorefile arch/mips/atheros/dev/if_ae.c ae 331.1Sgdamore 341.1Sgdamore# On-chip WLAN device(s) 351.3Sgdamoreattach ath at arbus with ath_arbus 361.9Smattfile arch/mips/atheros/dev/if_ath_arbus.c ath_arbus needs-flag 371.1Sgdamore 381.3Sgdamore# On-board flash memory 391.3Sgdamoredevice athflash 401.3Sgdamoreattach athflash at arbus 411.3Sgdamorefile arch/mips/atheros/dev/athflash.c athflash 421.1Sgdamore 431.1Sgdamore# On-chip GPIO 441.4Sgdamoredevice argpio: gpiobus, sysmon_power, sysmon_taskq 451.4Sgdamoreattach argpio at arbus 461.4Sgdamorefile arch/mips/atheros/dev/argpio.c argpio 471.8Sgdamore 481.8Sgdamore# On-board SPI controller 491.8Sgdamoredevice arspi: spibus 501.8Sgdamoreattach arspi at arbus 511.8Sgdamorefile arch/mips/atheros/dev/arspi.c arspi 521.9Smatt 531.9Smatt# On-chip PCI controller 541.9Smattdevice arpci: pcibus 551.10Smattdevice arpcie: pcibus 561.9Smattattach arpci at arbus 571.10Smattattach arpcie at arbus 581.10Smattfile arch/mips/atheros/dev/arpci.c arpci | arpcie 591.9Smatt 601.9Smatt# On-chip OHCI USB controller 611.9Smattattach ohci at arbus with ohci_arbus 621.9Smattfile arch/mips/atheros/dev/ohci_arbus.c ohci_arbus 631.9Smatt 641.9Smatt# On-chip EHCI USB controller 651.9Smattattach ehci at arbus with ehci_arbus 661.9Smattfile arch/mips/atheros/dev/ehci_arbus.c ehci_arbus 671.9Smatt 681.9Smatt# Machine-independent I2O drivers. 691.9Smattinclude "dev/i2o/files.i2o" 701.9Smatt 711.9Smatt# Machine-independent SCSI drivers 721.9Smattinclude "dev/scsipi/files.scsipi" 731.9Smatt 741.9Smatt# Machine-independent ATA drivers 751.9Smattinclude "dev/ata/files.ata" 761.9Smatt 771.9Smatt# Machine-independent USB device support 781.9Smattinclude "dev/usb/files.usb" 791.9Smatt 801.9Smatt# Machine-independent PCI device support 811.9Smattinclude "dev/pci/files.pci" 82