files.alchemy revision 1.6
11.6Sgdamore# $NetBSD: files.alchemy,v 1.6 2006/02/09 00:26:40 gdamore Exp $ 21.1Ssimonb 31.5Sgdamoredefflag opt_alchemy.h ALCHEMY_AU1000 41.5Sgdamore ALCHEMY_AU1100 51.5Sgdamore ALCHEMY_AU1500 61.5Sgdamore ALCHEMY_AU1550 71.5Sgdamore 81.5Sgdamorefile arch/mips/alchemy/au_chipdep.c 91.5Sgdamorefile arch/mips/alchemy/au1000.c alchemy_au1000 101.5Sgdamorefile arch/mips/alchemy/au1100.c alchemy_au1100 111.5Sgdamorefile arch/mips/alchemy/au1500.c alchemy_au1500 121.5Sgdamorefile arch/mips/alchemy/au1550.c alchemy_au1550 131.1Ssimonbfile arch/mips/alchemy/au_icu.c 141.1Ssimonbfile arch/mips/alchemy/au_timer.c 151.1Ssimonbfile arch/mips/alchemy/au_cpureg_mem.c 161.6Sgdamorefile arch/mips/alchemy/au_wired_space.c 171.1Ssimonb 181.1Ssimonb# Alchemy peripheral bus 191.1Ssimonbdevice aubus { [addr=-1] } 201.1Ssimonbattach aubus at mainbus 211.1Ssimonbfile arch/mips/alchemy/aubus.c aubus 221.1Ssimonb 231.1Ssimonb# "fake" RTC for using an Au1x00 timer for boards without a real RTC 241.1Ssimonbdevice aurtc 251.1Ssimonbattach aurtc at aubus 261.1Ssimonbfile arch/mips/alchemy/dev/aurtc.c aurtc 271.1Ssimonb 281.1Ssimonb# On-chip com-alike device(s) 291.1Ssimonbdevice aucom { } : tty 301.1Ssimonbfile arch/mips/alchemy/dev/aucom.c aucom needs-flag 311.3Ssimonbdefflag opt_com.h COM_AU1x00 321.3Ssimonboptions COM_AU1x00 # Au1x00 support in com driver 331.1Ssimonb 341.1Ssimonbattach aucom at aubus with aucom_aubus 351.1Ssimonbfile arch/mips/alchemy/dev/aucom_aubus.c aucom_aubus 361.1Ssimonb 371.1Ssimonb# On-chip ethernet device(s) 381.1Ssimonbdevice aumac: ether, ifnet, arp, mii 391.1Ssimonbattach aumac at aubus 401.1Ssimonbfile arch/mips/alchemy/dev/if_aumac.c aumac 411.1Ssimonb 421.1Ssimonb# On-chip OHCI USB controller 431.1Ssimonbattach ohci at aubus with ohci_aubus 441.2Shpeyerlfile arch/mips/alchemy/dev/ohci_aubus.c ohci 451.1Ssimonb 461.1Ssimonb# On-chip AC'97 audio controller 471.1Ssimonbdevice auaudio: audiobus, auconv, mulaw, ac97, aurateconv 481.1Ssimonbattach auaudio at aubus 491.1Ssimonbfile arch/mips/alchemy/dev/auaudio.c auaudio 501.6Sgdamore 511.6Sgdamore# On-chip PCI 521.6Sgdamoredevice aupci: pcibus 531.6Sgdamoreattach aupci at aubus 541.6Sgdamorefile arch/mips/alchemy/dev/aupci.c aupci 55