files.alchemy revision 1.5
11.5Sgdamore# $NetBSD: files.alchemy,v 1.5 2006/02/06 23:23:53 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.1Ssimonb 171.1Ssimonb# Alchemy peripheral bus 181.1Ssimonbdevice aubus { [addr=-1] } 191.1Ssimonbattach aubus at mainbus 201.1Ssimonbfile arch/mips/alchemy/aubus.c aubus 211.1Ssimonb 221.1Ssimonb# "fake" RTC for using an Au1x00 timer for boards without a real RTC 231.1Ssimonbdevice aurtc 241.1Ssimonbattach aurtc at aubus 251.1Ssimonbfile arch/mips/alchemy/dev/aurtc.c aurtc 261.1Ssimonb 271.1Ssimonb# On-chip com-alike device(s) 281.1Ssimonbdevice aucom { } : tty 291.1Ssimonbfile arch/mips/alchemy/dev/aucom.c aucom needs-flag 301.3Ssimonbdefflag opt_com.h COM_AU1x00 311.3Ssimonboptions COM_AU1x00 # Au1x00 support in com driver 321.1Ssimonb 331.1Ssimonbattach aucom at aubus with aucom_aubus 341.1Ssimonbfile arch/mips/alchemy/dev/aucom_aubus.c aucom_aubus 351.1Ssimonb 361.1Ssimonb# On-chip ethernet device(s) 371.1Ssimonbdevice aumac: ether, ifnet, arp, mii 381.1Ssimonbattach aumac at aubus 391.1Ssimonbfile arch/mips/alchemy/dev/if_aumac.c aumac 401.1Ssimonb 411.1Ssimonb# On-chip OHCI USB controller 421.1Ssimonbattach ohci at aubus with ohci_aubus 431.2Shpeyerlfile arch/mips/alchemy/dev/ohci_aubus.c ohci 441.1Ssimonb 451.1Ssimonb# On-chip AC'97 audio controller 461.1Ssimonbdevice auaudio: audiobus, auconv, mulaw, ac97, aurateconv 471.1Ssimonbattach auaudio at aubus 481.1Ssimonbfile arch/mips/alchemy/dev/auaudio.c auaudio 49