1 # $NetBSD: files.alchemy,v 1.6 2006/02/09 00:26:40 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 file arch/mips/alchemy/au_wired_space.c 17 18 # Alchemy peripheral bus 19 device aubus { [addr=-1] } 20 attach aubus at mainbus 21 file arch/mips/alchemy/aubus.c aubus 22 23 # "fake" RTC for using an Au1x00 timer for boards without a real RTC 24 device aurtc 25 attach aurtc at aubus 26 file arch/mips/alchemy/dev/aurtc.c aurtc 27 28 # On-chip com-alike device(s) 29 device aucom { } : tty 30 file arch/mips/alchemy/dev/aucom.c aucom needs-flag 31 defflag opt_com.h COM_AU1x00 32 options COM_AU1x00 # Au1x00 support in com driver 33 34 attach aucom at aubus with aucom_aubus 35 file arch/mips/alchemy/dev/aucom_aubus.c aucom_aubus 36 37 # On-chip ethernet device(s) 38 device aumac: ether, ifnet, arp, mii 39 attach aumac at aubus 40 file arch/mips/alchemy/dev/if_aumac.c aumac 41 42 # On-chip OHCI USB controller 43 attach ohci at aubus with ohci_aubus 44 file arch/mips/alchemy/dev/ohci_aubus.c ohci 45 46 # On-chip AC'97 audio controller 47 device auaudio: audiobus, auconv, mulaw, ac97, aurateconv 48 attach auaudio at aubus 49 file arch/mips/alchemy/dev/auaudio.c auaudio 50 51 # On-chip PCI 52 device aupci: pcibus 53 attach aupci at aubus 54 file arch/mips/alchemy/dev/aupci.c aupci 55