Re: Asus Striker Extreme does not support 4GB memory

Previous thread: OpenSSH and Nagle's? by Christian Weisgerber on Friday, August 31, 2007 - 3:24 pm. (1 message)

Next thread: NFS regress by Alexey Vatchenko on Friday, August 31, 2007 - 4:05 pm. (1 message)
To: <misc@...>
Date: Friday, August 31, 2007 - 3:27 pm

hello misc@

I took the time to install OpenBSD -current on a new computer I just built

It does not see 4GB of memory out of the box, is there something I
have to compile in the kernel to get this to work?

The motherboard is an Asus Striker Extreme it has 4 1GB memory
modules, and an intel Quad Core cpu

below is a dmesg

OpenBSD 4.2 (GENERIC.MP) #252: Tue Aug 28 10:53:04 MDT 2007
deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Core(TM)2 Quad CPU @ 2.40GHz ("GenuineIntel" 686-class) 2.41 GHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,CX16,xTPR
real mem = 3488116736 (3326MB)
avail mem = 3384631296 (3227MB)
User Kernel Config
UKC> enable acpi
398 acpi0 enabled
UKC> disable apm
307 apm0 disabled
UKC> quit
Continuing...
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 07/06/07, BIOS32 rev. 0 @
0xf1e30, SMBIOS rev. 2.4 @ 0xf0000 (77 entries)
bios0: vendor Phoenix Technologies, LTD version "ASUS StrikerExtreme
ACPI BIOS Revision 1301" date 07/06/2007
bios0: ASUSTeK Computer INC. StrikerExtreme
apm at bios0 function 0x15 not configured
pcibios0 at bios0: rev 3.0 @ 0xf0000/0xd964
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfd810/336 (19 entries)
pcibios0: PCI Exclusive IRQs: 5 7 10 11
pcibios0: no compatible PCI ICU found
pcibios0: Warning, unable to fix up PCI interrupt routing
pcibios0: PCI bus #3 is the last bus
bios0: ROM list: 0xc0000/0xce00 0xd0000/0x4000!
acpi0 at mainbus0: rev 2
acpi0: tables DSDT FACP HPET MCFG APIC
acpitimer at acpi0 not configured
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 266 MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 Quad CPU @ 2.40GHz ("GenuineIntel" 686-class) 2.40 GHz
cpu1: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,...

To: misc <misc@...>
Date: Friday, August 31, 2007 - 3:55 pm

That looks normal for 32bit operating system trying to address 4GB, the
OS still needs address space to PCI devices. I'm not sure of the status
but the amd64 port might support of 4GB.

Dustin Lundquist

To: Dustin Lundquist <dlundquist@...>
Cc: misc <misc@...>
Date: Friday, August 31, 2007 - 5:30 pm

To: Sam Fourman Jr. <sfourman@...>
Cc: misc <misc@...>, Dustin Lundquist <dlundquist@...>
Date: Friday, August 31, 2007 - 5:43 pm

just as i386 doesn't run on 80386, amd64 does run on Intel Core 2 processors

http://en.wikipedia.org/wiki/X86-64

C.

To: Constantine A. Murenin <mureninc@...>
Cc: misc <misc@...>, Dustin Lundquist <dlundquist@...>
Date: Saturday, September 1, 2007 - 11:49 pm

Silly me for assuming that the "amd" part of amd64 meant "only amd" lol
I was wondering why the BSD's never had x86-64 like linux does.
Now I understand that amd64 is for both amd and intel alike.

Thank you guys, the thing I love about this Open Source stuff is that
it sparks new learning everyday.

Sam Fourman Jr.

Previous thread: OpenSSH and Nagle's? by Christian Weisgerber on Friday, August 31, 2007 - 3:24 pm. (1 message)

Next thread: NFS regress by Alexey Vatchenko on Friday, August 31, 2007 - 4:05 pm. (1 message)