Subject: Re: netbsd & amd64
To: None <port-amd64@netbsd.org>
From: Ron Roskens <roskens@elfin.net>
List: port-amd64
Date: 11/22/2003 11:12:21
* Frank van der Linden <fvdl@netbsd.org> [2003-11-22 16:09:55 +0100]:
> On Sat, Nov 22, 2003 at 03:59:44PM +0100, Ron Roskens wrote:
> > * GENERIC does not work for this MB. I had to add ACPI and
> > the add the 3com 3c940 (sk) driver to the config.
> > dmesg & kernel conf attached.
>
> I have added sk/skc to the GENERIC config file. What didn't work
> without ACPI?
Its not that anything didn't work, its just that the kernel would get
stuck during the device probe.
It would print out the following and then hang:
5601024+637496+534952 [424392+254000]=0x81c158
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
The NetBSD Foundation, Inc. All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
NetBSD 1.6ZF (GENERIC) #0: Fri Nov 21 23:32:46 CST 2003
root@screamer.tx.elfin.net:/usr/src/sys/arch/amd64/compile/GENERIC
total memory = 1022 MB
avail memory = 925 MB
using 6144 buffers containing 52468 KB of memory
mainbus0 (root)
mainbus0: Intel MP Specification (Version 1.4) (ASUSTeK K8V000000000)
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Athlon(tm) 64 Processor 3200+, 2002.70 MHz
cpu0: features: e7dbfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR>
cpu0: features: e7dbfbff<PGE,MCA,CMOV,PAT,PSE36,MPC,NOX,MMXX,MMX>
cpu0: features: e7dbfbff<FXSR,SSE,SSE2,LONG,3DNOW2,3DNOW>
cpu0: I-cache 64 KB 64b/line 2-way, D-cache 64 KB 64b/line 2-way
cpu0: L2 cache 1 MB 64b/line 16-way
cpu0: ITLB 32 4 KB entries fully associative, 8 4 MB entries fully associative
cpu0: DTLB 32 4 KB entries fully associative, 8 4 MB entries fully associative
cpu0: calibrating local timer
cpu0: apic clock running at 200 MHz
cpu0: 16 page colors
mpbios: bus 0 is type PCI
mpbios: bus 1 is type PCI
mpbios: bus 2 is type ISA
ioapic0 at mainbus0 apid 2 (I/O APIC)
ioapic0: pa 0xfec00000, version 3, 24 pins
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0
pchb0: VIA Technologies product 0x3188 (rev. 0x01)
ppb0 at pci0 dev 1 function 0: VIA Technologies product 0xb188 (rev. 0x00)
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled
vga0 at pci1 dev 0 function 0: Nvidia Corporation GeForce4 Ti 4600 (rev. 0xa3)
wsdisplay0 at vga0 kbdmux 1
wsmux1: connecting to wsdisplay0
VIA Technologies VT3606 OHCI IEEE 1394 Controller (Firewire serial bus, interface 0x10, revision 0x80) at pci0 dev 7 function 0 not configured
skc0 at pci0 dev 10 function 0: ioapic0 pin 17 (irq 10)
skc0: 3Com Gigabit LOM (3C940)
sk0 at skc0 port A: Ethernet address 00:0c:6e:d2:18:86
makphy0 at sk0 phy 0: Marvell 88E1011 Gigabit PHY, rev. 3
makphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
viaide0 at pci0 dev 15 function 0
viaide0: VIA Technologies VT8237 SATA Controller (rev. 0x80)
viaide0: bus-master DMA support present
viaide0: primary channel wired to native-PCI mode
viaide0: using ioapic0 pin 20 (irq 10) for native-PCI interrupt
atabus0 at viaide0 channel 0
viaide0: secondary channel wired to native-PCI mode
atabus1 at viaide0 channel 1
viaide1 at pci0 dev 15 function 1
viaide1: VIA Technologies VT8237 ATA133 controller
viaide1: bus-master DMA support present
viaide1: primary channel configured to compatibility mode
viaide1: primary channel interrupting at ioapic0 pin 14 (irq 14)
atabus2 at viaide1 channel 0
viaide1: secondary channel configured to compatibility mode
viaide1: secondary channel interrupting at ioapic0 pin 15 (irq 15)
atabus3 at viaide1 channel 1
uhci0 at pci0 dev 16 function 0: VIA Technologies VT83C572 USB Controller (rev. 0x81)
uhci0: interrupting at ioapic0 pin 21 (irq 11)
Ron