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