DBAU1550 revision 1.7 1 # $NetBSD: DBAU1550,v 1.7 2006/03/25 07:28:20 gdamore Exp $
2 #
3 # Kernel config for the AMD Alchemy DBAu1550 evaluation board.
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_AU1550
16 options ALCHEMY_DBAU1550
17 options PCI_NETBSD_CONFIGURE
18
19 aupci* at aubus? addr ?
20 pci* at aupci?
21 aupcmcia* at aubus? addr ?
22 pcmcia* at aupcmcia?
23
24
25 # PCMCIA devices
26 wdc* at pcmcia? function ? # IDE
27 atabus* at wdc?
28 an* at pcmcia? function ? # Aironet (802.11b)
29 #wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
30 #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
31 #ne* at pcmcia? function ? # NE2000-compatible Ethernet
32 #mhzc* at pcmcia? function ? # 3Com/MHz Combo
33 #com* at mhzc?
34 #sm* at mhzc?
35
36 # Note that this is just fairly random selection of PCI devices.
37
38 # Ethernet cards
39 bge* at pci? dev ? function ? # Broadcom GigE
40 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
41 ral* at pci? dev ? function ? # Ralink WLAN
42 re* at pci? dev ? function ? # Realtek 8169 GigE
43 rtk* at pci? dev ? function ? # Realtek 8129/8139
44 sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
45 tlp* at pci? dev ? function ? # DEC Tulip Ethernet
46 vge* at pci? dev ? function ? # VIA GigE
47 wi* at pci? dev ? function ? # Intersil PRISM WLAN
48
49 # (on-board) IDE controller
50 hptide* at pci? dev ? function ? # Triones/HighPoint IDE
51
52 atabus* at ata?
53 wd* at atabus? drive ? flags 0x0000
54
55 atapibus* at atabus?
56 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
57 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
58 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
59