1# $NetBSD: files.alchemy,v 1.5 2006/02/06 23:23:53 gdamore Exp $ 2 3defflag opt_alchemy.h ALCHEMY_AU1000 4 ALCHEMY_AU1100 5 ALCHEMY_AU1500 6 ALCHEMY_AU1550 7 8file arch/mips/alchemy/au_chipdep.c 9file arch/mips/alchemy/au1000.c alchemy_au1000 10file arch/mips/alchemy/au1100.c alchemy_au1100 11file arch/mips/alchemy/au1500.c alchemy_au1500 12file arch/mips/alchemy/au1550.c alchemy_au1550 13file arch/mips/alchemy/au_icu.c 14file arch/mips/alchemy/au_timer.c 15file arch/mips/alchemy/au_cpureg_mem.c 16 17# Alchemy peripheral bus 18device aubus { [addr=-1] } 19attach aubus at mainbus 20file arch/mips/alchemy/aubus.c aubus 21 22# "fake" RTC for using an Au1x00 timer for boards without a real RTC 23device aurtc 24attach aurtc at aubus 25file arch/mips/alchemy/dev/aurtc.c aurtc 26 27# On-chip com-alike device(s) 28device aucom { } : tty 29file arch/mips/alchemy/dev/aucom.c aucom needs-flag 30defflag opt_com.h COM_AU1x00 31options COM_AU1x00 # Au1x00 support in com driver 32 33attach aucom at aubus with aucom_aubus 34file arch/mips/alchemy/dev/aucom_aubus.c aucom_aubus 35 36# On-chip ethernet device(s) 37device aumac: ether, ifnet, arp, mii 38attach aumac at aubus 39file arch/mips/alchemy/dev/if_aumac.c aumac 40 41# On-chip OHCI USB controller 42attach ohci at aubus with ohci_aubus 43file arch/mips/alchemy/dev/ohci_aubus.c ohci 44 45# On-chip AC'97 audio controller 46device auaudio: audiobus, auconv, mulaw, ac97, aurateconv 47attach auaudio at aubus 48file arch/mips/alchemy/dev/auaudio.c auaudio 49