Wed Jan 13 09:40:56 2010 UTC ()
- attach cpucore at mainbus
- attach cpu at cpucore


(cliff)
diff -r1.1.2.2 -r1.1.2.3 src/sys/arch/evbmips/conf/XLSATX

cvs diff -r1.1.2.2 -r1.1.2.3 src/sys/arch/evbmips/conf/XLSATX (expand / switch to unified diff)

--- src/sys/arch/evbmips/conf/XLSATX 2010/01/12 08:18:23 1.1.2.2
+++ src/sys/arch/evbmips/conf/XLSATX 2010/01/13 09:40:56 1.1.2.3
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: XLSATX,v 1.1.2.2 2010/01/12 08:18:23 cliff Exp $ 1# $NetBSD: XLSATX,v 1.1.2.3 2010/01/13 09:40:56 cliff Exp $
2 2
3include "arch/evbmips/conf/std.rmixl" 3include "arch/evbmips/conf/std.rmixl"
4 4
5#ident "XLSATX-$Revision: 1.1.2.2 $" 5#ident "XLSATX-$Revision: 1.1.2.3 $"
6 6
7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8 8
9maxusers 32 9maxusers 32
10 10
11# 11#
12# MEMSIZE can be used to limit memory size obtained from firmware or DRAM BARs 12# MEMSIZE can be used to limit memory size obtained from firmware or DRAM BARs
13# 13#
14##options MEMSIZE=0x10000000 # 256MB  14##options MEMSIZE=0x10000000 # 256MB
15 15
16options NOFPU # No FPU 16options NOFPU # No FPU
17options SOFTFLOAT # emulate FPU insn 17options SOFTFLOAT # emulate FPU insn
18 18
@@ -120,27 +120,28 @@ options MIIVERBOSE # verbose PHY autoco @@ -120,27 +120,28 @@ options MIIVERBOSE # verbose PHY autoco
120# 120#
121# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE 121# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
122# channels for you (thus causing the NetBSD `pciide' driver to ignore them). 122# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
123options PCI_NETBSD_ENABLE_IDE=0x1 123options PCI_NETBSD_ENABLE_IDE=0x1
124 124
125options NFS_BOOT_DHCP 125options NFS_BOOT_DHCP
126 126
127config netbsd root on ? type ? 127config netbsd root on ? type ?
128config netbsd-wm0 root on wm0 type nfs 128config netbsd-wm0 root on wm0 type nfs
129config netbsd-msk0 root on msk0 type nfs 129config netbsd-msk0 root on msk0 type nfs
130 130
131 131
132mainbus0 at root 132mainbus0 at root
133cpu0 at mainbus? 133cpucore* at mainbus? core ?
 134cpu* at cpucore? thread ?
134obio0 at mainbus? 135obio0 at mainbus?
135com0 at obio0 addr 0x14000 mult 4 intr 9 136com0 at obio0 addr 0x14000 mult 4 intr 9
136options COM_REGMAP 137options COM_REGMAP
137rmixl_pcie0 at obio0 138rmixl_pcie0 at obio0
138pci0 at rmixl_pcie0 139pci0 at rmixl_pcie0
139ppb* at pci? 140ppb* at pci?
140pci* at ppb? 141pci* at ppb?
141wm* at pci? dev ? function ? # Intel i82546EB Gig-E 142wm* at pci? dev ? function ? # Intel i82546EB Gig-E
142skc* at pci? dev ? function ? 143skc* at pci? dev ? function ?
143sk* at skc? 144sk* at skc?
144mskc* at pci? dev ? function ? 145mskc* at pci? dev ? function ?
145msk* at mskc? 146msk* at mskc?
146makphy* at mii? phy ? # Marvell 88E1000 PHYs 147makphy* at mii? phy ? # Marvell 88E1000 PHYs