Home | History | Annotate | Line # | Download | only in conf
MTX-1 revision 1.3.2.2
      1  1.3.2.2  simonb #	$NetBSD: MTX-1,v 1.3.2.2 2006/04/22 11:37:24 simonb Exp $
      2  1.3.2.2  simonb #
      3  1.3.2.2  simonb # Kernel config for the 4G Systems MTX-1 board (e.g. meshcube/accesscube).
      4  1.3.2.2  simonb 
      5  1.3.2.2  simonb include		"arch/evbmips/conf/ALCHEMY"
      6  1.3.2.2  simonb 
      7  1.3.2.2  simonb no options 	ALCHEMY_AU1000
      8  1.3.2.2  simonb no options 	ALCHEMY_AU1100
      9  1.3.2.2  simonb no options 	ALCHEMY_AU1500
     10  1.3.2.2  simonb no options 	ALCHEMY_AU1550
     11  1.3.2.2  simonb no options 	ALCHEMY_GENERIC
     12  1.3.2.2  simonb 
     13  1.3.2.2  simonb # configure out local board support
     14  1.3.2.2  simonb 
     15  1.3.2.2  simonb options 	ALCHEMY_AU1500
     16  1.3.2.2  simonb options 	ALCHEMY_MTX1
     17  1.3.2.2  simonb options 	PCI_NETBSD_CONFIGURE
     18  1.3.2.2  simonb 
     19  1.3.2.2  simonb # XXX AU1500 PCI seems busted, at least on the DBAU1500.  Attempts to use
     20  1.3.2.2  simonb # commands like "dd if=/dev/zero of=/tmp/f bs=64k count=1000" result in
     21  1.3.2.2  simonb # kernel panics when running diskless with / mounted over a PCI NIC.
     22  1.3.2.2  simonb #
     23  1.3.2.2  simonb # Additionally early steppings (AB, AC) of the AU1500 are incredibly buggy
     24  1.3.2.2  simonb # and are unlikely to perform properly without special software workarounds
     25  1.3.2.2  simonb # that I have not yet figured out.
     26  1.3.2.2  simonb #
     27  1.3.2.2  simonb # Finally, the AU1500 pci bus is completely hopeless when it comes to making
     28  1.3.2.2  simonb # PCI-PCI bridges (such as multiport ethernet cards).  The design is flawed,
     29  1.3.2.2  simonb # and has not been fixed in at least the AD stepping of the AU1500.
     30  1.3.2.2  simonb #
     31  1.3.2.2  simonb # I would welcome some constructive feedback or correction to any or all of
     32  1.3.2.2  simonb # these problems.  Please include gdamore (a] netbsd.org if you figure this out.
     33  1.3.2.2  simonb #
     34  1.3.2.2  simonb aupci*	at aubus? addr ?
     35  1.3.2.2  simonb pci*	at aupci?
     36  1.3.2.2  simonb 
     37  1.3.2.2  simonb # Note that this is just fairly random selection of PCI devices.
     38  1.3.2.2  simonb ath*		at pci? dev ? function ?	# Atheros WLAN 
     39  1.3.2.2  simonb bge*		at pci? dev ? function ?	# Broadcom GigE
     40  1.3.2.2  simonb ral*		at pci?	dev ? function ?	# Ralink WLAN
     41  1.3.2.2  simonb re*		at pci? dev ? function ?	# Realtek 8169 GigE
     42  1.3.2.2  simonb rtk*		at pci? dev ? function ?	# Realtek 8129/8139
     43  1.3.2.2  simonb tlp*		at pci? dev ? function ?	# DEC Tulip Ethernet
     44  1.3.2.2  simonb vge*		at pci? dev ? function ?	# VIA GigE
     45  1.3.2.2  simonb wi*		at pci? dev ? function ?	# Intersil PRISM WLAN
     46