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