2006-04-04 08:30:28 +04:00
|
|
|
# $NetBSD: DBAU1500,v 1.8 2006/04/04 04:30:28 gdamore Exp $
|
2006-02-08 12:04:01 +03:00
|
|
|
#
|
|
|
|
# Kernel config for the AMD Alchemy DBAu1500 evaluation board.
|
|
|
|
|
2006-02-08 20:02:05 +03:00
|
|
|
include "arch/evbmips/conf/ALCHEMY"
|
2006-02-08 12:04:01 +03:00
|
|
|
|
2006-02-25 14:47:41 +03:00
|
|
|
no options ALCHEMY_AU1000
|
|
|
|
no options ALCHEMY_AU1100
|
|
|
|
no options ALCHEMY_AU1500
|
|
|
|
no options ALCHEMY_AU1550
|
|
|
|
no options ALCHEMY_GENERIC
|
2006-02-08 12:04:01 +03:00
|
|
|
|
2006-02-08 20:02:05 +03:00
|
|
|
# configure out local board support
|
2006-02-08 12:04:01 +03:00
|
|
|
|
2006-02-25 14:47:41 +03:00
|
|
|
options ALCHEMY_AU1500
|
|
|
|
options ALCHEMY_DBAU1500
|
|
|
|
options PCI_NETBSD_CONFIGURE
|
2006-02-09 03:43:10 +03:00
|
|
|
|
2006-02-14 07:26:59 +03:00
|
|
|
# XXX AU1500 PCI seems busted, at least on the DBAU1500. Attempts to use
|
|
|
|
# commands like "dd if=/dev/zero of=/tmp/f bs=64k count=1000" result in
|
|
|
|
# kernel panics when running diskless with / mounted over a PCI NIC.
|
|
|
|
#
|
|
|
|
# Additionally early steppings (AB, AC) of the AU1500 are incredibly buggy
|
|
|
|
# and are unlikely to perform properly without special software workarounds
|
|
|
|
# that I have not yet figured out.
|
|
|
|
#
|
|
|
|
# Finally, the AU1500 pci bus is completely hopeless when it comes to making
|
|
|
|
# PCI-PCI bridges (such as multiport ethernet cards). The design is flawed,
|
|
|
|
# and has not been fixed in at least the AD stepping of the AU1500.
|
|
|
|
#
|
2006-02-14 07:29:27 +03:00
|
|
|
# I would welcome some constructive feedback or correction to any or all of
|
|
|
|
# these problems. Please include gdamore@netbsd.org if you figure this out.
|
|
|
|
#
|
2006-02-16 04:55:17 +03:00
|
|
|
aupci* at aubus? addr ?
|
|
|
|
pci* at aupci?
|
2006-02-09 03:43:10 +03:00
|
|
|
|
|
|
|
# Note that this is just fairly random selection of PCI devices.
|
|
|
|
|
2006-02-25 14:47:41 +03:00
|
|
|
# Ethernet cards
|
2006-04-04 08:30:28 +04:00
|
|
|
ath* at pci? dev ? function ? # Atheros WLAN
|
2006-02-09 03:43:10 +03:00
|
|
|
bge* at pci? dev ? function ? # Broadcom GigE
|
2006-02-25 14:47:41 +03:00
|
|
|
fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
2006-02-09 03:43:10 +03:00
|
|
|
ral* at pci? dev ? function ? # Ralink WLAN
|
|
|
|
re* at pci? dev ? function ? # Realtek 8169 GigE
|
2006-02-25 14:47:41 +03:00
|
|
|
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
|
|
|
sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
|
2006-02-09 03:43:10 +03:00
|
|
|
tlp* at pci? dev ? function ? # DEC Tulip Ethernet
|
|
|
|
vge* at pci? dev ? function ? # VIA GigE
|
2006-02-25 14:47:41 +03:00
|
|
|
wi* at pci? dev ? function ? # Intersil PRISM WLAN
|
|
|
|
|
|
|
|
# (on-board) IDE controller
|
2006-02-09 03:43:10 +03:00
|
|
|
hptide* at pci? dev ? function ? # Triones/HighPoint IDE
|
|
|
|
|
|
|
|
atabus* at ata?
|
|
|
|
wd* at atabus? drive ? flags 0x0000
|
|
|
|
|
|
|
|
atapibus* at atabus?
|
|
|
|
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
|
|
|
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
|
|
|
uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
|