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