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