MTX-1 revision 1.2
11.2Ssimonb#	$NetBSD: MTX-1,v 1.2 2006/02/25 11:45:24 simonb Exp $
21.1Sgdamore#
31.1Sgdamore# Kernel config for the 4G Systems MTX-1 board (e.g. meshcube/accesscube).
41.1Sgdamore
51.1Sgdamoreinclude		"arch/evbmips/conf/ALCHEMY"
61.1Sgdamore
71.2Ssimonbno options 	ALCHEMY_AU1000
81.2Ssimonbno options 	ALCHEMY_AU1100
91.2Ssimonbno options 	ALCHEMY_AU1500
101.2Ssimonbno options 	ALCHEMY_AU1550
111.2Ssimonbno options 	ALCHEMY_GENERIC
121.1Sgdamore
131.1Sgdamore# configure out local board support
141.1Sgdamore
151.2Ssimonboptions 	ALCHEMY_AU1500
161.2Ssimonboptions 	ALCHEMY_MTX1
171.2Ssimonboptions 	PCI_NETBSD_CONFIGURE
181.1Sgdamore
191.1Sgdamore# XXX AU1500 PCI seems busted, at least on the DBAU1500.  Attempts to use
201.1Sgdamore# commands like "dd if=/dev/zero of=/tmp/f bs=64k count=1000" result in
211.1Sgdamore# kernel panics when running diskless with / mounted over a PCI NIC.
221.1Sgdamore#
231.1Sgdamore# Additionally early steppings (AB, AC) of the AU1500 are incredibly buggy
241.1Sgdamore# and are unlikely to perform properly without special software workarounds
251.1Sgdamore# that I have not yet figured out.
261.1Sgdamore#
271.1Sgdamore# Finally, the AU1500 pci bus is completely hopeless when it comes to making
281.1Sgdamore# PCI-PCI bridges (such as multiport ethernet cards).  The design is flawed,
291.1Sgdamore# and has not been fixed in at least the AD stepping of the AU1500.
301.1Sgdamore#
311.1Sgdamore# I would welcome some constructive feedback or correction to any or all of
321.1Sgdamore# these problems.  Please include gdamore@netbsd.org if you figure this out.
331.1Sgdamore#
341.1Sgdamoreaupci*	at aubus? addr ?
351.1Sgdamorepci*	at aupci?
361.1Sgdamore
371.1Sgdamore# Note that this is just fairly random selection of PCI devices.
381.1Sgdamorebge*		at pci? dev ? function ?	# Broadcom GigE
391.1Sgdamoreral*		at pci?	dev ? function ?	# Ralink WLAN
401.1Sgdamorere*		at pci? dev ? function ?	# Realtek 8169 GigE
411.2Ssimonbrtk*		at pci? dev ? function ?	# Realtek 8129/8139
421.1Sgdamoretlp*		at pci? dev ? function ?	# DEC Tulip Ethernet
431.1Sgdamorevge*		at pci? dev ? function ?	# VIA GigE
441.2Ssimonbwi*		at pci? dev ? function ?	# Intersil PRISM WLAN
45