Home | History | Annotate | Line # | Download | only in conf
DBAU1550 revision 1.9
      1  1.9  gdamore #	$NetBSD: DBAU1550,v 1.9 2006/10/02 08:13:53 gdamore Exp $
      2  1.1  gdamore #
      3  1.1  gdamore # Kernel config for the AMD Alchemy DBAu1550 evaluation board.
      4  1.1  gdamore 
      5  1.2  gdamore include		"arch/evbmips/conf/ALCHEMY"
      6  1.1  gdamore 
      7  1.6   simonb no options 	ALCHEMY_AU1000
      8  1.6   simonb no options 	ALCHEMY_AU1100
      9  1.6   simonb no options 	ALCHEMY_AU1500
     10  1.6   simonb no options 	ALCHEMY_AU1550
     11  1.6   simonb no options 	ALCHEMY_GENERIC
     12  1.1  gdamore 
     13  1.2  gdamore # configure out local board support
     14  1.1  gdamore 
     15  1.6   simonb options 	ALCHEMY_AU1550
     16  1.6   simonb options 	ALCHEMY_DBAU1550
     17  1.6   simonb options 	PCI_NETBSD_CONFIGURE
     18  1.3  gdamore 
     19  1.7  gdamore aupci*		at aubus? addr ?
     20  1.7  gdamore pci*		at aupci?
     21  1.7  gdamore aupcmcia*	at aubus? addr ?
     22  1.7  gdamore pcmcia*		at aupcmcia?
     23  1.7  gdamore 
     24  1.7  gdamore 
     25  1.7  gdamore # PCMCIA devices
     26  1.7  gdamore wdc*		at pcmcia? function ?		# IDE
     27  1.7  gdamore atabus*		at wdc?
     28  1.7  gdamore an*		at pcmcia? function ?		# Aironet (802.11b)
     29  1.7  gdamore #wi*		at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
     30  1.7  gdamore #ep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
     31  1.7  gdamore #ne*		at pcmcia? function ?		# NE2000-compatible Ethernet
     32  1.7  gdamore #mhzc*		at pcmcia? function ?		# 3Com/MHz Combo
     33  1.7  gdamore #com*		at mhzc?
     34  1.7  gdamore #sm*		at mhzc?
     35  1.3  gdamore 
     36  1.3  gdamore # Note that this is just fairly random selection of PCI devices.
     37  1.3  gdamore 
     38  1.6   simonb # Ethernet cards
     39  1.8  gdamore ath*		at pci? dev ? function ?	# Atheros WLAN 
     40  1.3  gdamore bge*		at pci? dev ? function ?	# Broadcom GigE
     41  1.6   simonb fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
     42  1.3  gdamore ral*		at pci?	dev ? function ?	# Ralink WLAN
     43  1.3  gdamore re*		at pci? dev ? function ?	# Realtek 8169 GigE
     44  1.6   simonb rtk*		at pci? dev ? function ?	# Realtek 8129/8139
     45  1.6   simonb sip*		at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
     46  1.3  gdamore tlp*		at pci? dev ? function ?	# DEC Tulip Ethernet
     47  1.3  gdamore vge*		at pci? dev ? function ?	# VIA GigE
     48  1.6   simonb wi*		at pci? dev ? function ?	# Intersil PRISM WLAN
     49  1.6   simonb 
     50  1.6   simonb # (on-board) IDE controller
     51  1.3  gdamore hptide*		at pci? dev ? function ?	# Triones/HighPoint IDE
     52  1.3  gdamore 
     53  1.3  gdamore atabus*		at ata?
     54  1.3  gdamore wd*		at atabus? drive ? flags 0x0000
     55  1.3  gdamore 
     56  1.3  gdamore atapibus*	at atabus?
     57  1.3  gdamore cd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
     58  1.3  gdamore sd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
     59  1.3  gdamore uk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
     60  1.9  gdamore 
     61  1.9  gdamore # Alchemy On-chip Programmable Serial Controllers
     62  1.9  gdamore aupsc0		at aubus0 addr 0x11a00000
     63  1.9  gdamore aupsc1		at aubus0 addr 0x11b00000
     64  1.9  gdamore aupsc2		at aubus0 addr 0x10a00000
     65  1.9  gdamore aupsc3		at aubus0 addr 0x10b00000
     66  1.9  gdamore 
     67  1.9  gdamore # Serial Peripheral Interface
     68  1.9  gdamore auspi0		at aupsc0
     69  1.9  gdamore spi0		at auspi0
     70  1.9  gdamore tmp121temp*	at spi0 slave 0
     71  1.9  gdamore 
     72  1.9  gdamore #ausmbus0	at aupsc2
     73  1.9  gdamore #iic0		at ausmbus0
     74