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