Home | History | Annotate | Line # | Download | only in conf
DBAU1550 revision 1.7
      1  1.7  gdamore #	$NetBSD: DBAU1550,v 1.7 2006/03/25 07:28:20 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.3  gdamore bge*		at pci? dev ? function ?	# Broadcom GigE
     40  1.6   simonb fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
     41  1.3  gdamore ral*		at pci?	dev ? function ?	# Ralink WLAN
     42  1.3  gdamore re*		at pci? dev ? function ?	# Realtek 8169 GigE
     43  1.6   simonb rtk*		at pci? dev ? function ?	# Realtek 8129/8139
     44  1.6   simonb sip*		at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
     45  1.3  gdamore tlp*		at pci? dev ? function ?	# DEC Tulip Ethernet
     46  1.3  gdamore vge*		at pci? dev ? function ?	# VIA GigE
     47  1.6   simonb wi*		at pci? dev ? function ?	# Intersil PRISM WLAN
     48  1.6   simonb 
     49  1.6   simonb # (on-board) IDE controller
     50  1.3  gdamore hptide*		at pci? dev ? function ?	# Triones/HighPoint IDE
     51  1.3  gdamore 
     52  1.3  gdamore atabus*		at ata?
     53  1.3  gdamore wd*		at atabus? drive ? flags 0x0000
     54  1.3  gdamore 
     55  1.3  gdamore atapibus*	at atabus?
     56  1.3  gdamore cd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
     57  1.3  gdamore sd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
     58  1.3  gdamore uk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
     59