1# $NetBSD: files.alchemy,v 1.3 2003/11/08 05:05:15 simonb Exp $ 2 3file arch/mips/alchemy/au_icu.c 4file arch/mips/alchemy/au_timer.c 5file arch/mips/alchemy/au_cpureg_mem.c 6 7# Alchemy peripheral bus 8device aubus { [addr=-1] } 9attach aubus at mainbus 10file arch/mips/alchemy/aubus.c aubus 11 12# "fake" RTC for using an Au1x00 timer for boards without a real RTC 13device aurtc 14attach aurtc at aubus 15file arch/mips/alchemy/dev/aurtc.c aurtc 16 17# On-chip com-alike device(s) 18device aucom { } : tty 19file arch/mips/alchemy/dev/aucom.c aucom needs-flag 20defflag opt_com.h COM_AU1x00 21options COM_AU1x00 # Au1x00 support in com driver 22 23attach aucom at aubus with aucom_aubus 24file arch/mips/alchemy/dev/aucom_aubus.c aucom_aubus 25 26# On-chip ethernet device(s) 27device aumac: ether, ifnet, arp, mii 28attach aumac at aubus 29file arch/mips/alchemy/dev/if_aumac.c aumac 30 31# On-chip OHCI USB controller 32attach ohci at aubus with ohci_aubus 33file arch/mips/alchemy/dev/ohci_aubus.c ohci 34 35# On-chip AC'97 audio controller 36device auaudio: audiobus, auconv, mulaw, ac97, aurateconv 37attach auaudio at aubus 38file arch/mips/alchemy/dev/auaudio.c auaudio 39