No SMP on Compaq ML350 with FBSD 5.3-RE

2005-06-29 Thread Justin Hopper
Hello,

I'm sure this problem would have been found before, but so far, I can't
see any trace of it in searches.

I just picked up a Compaq ML350 for free from a liquidator, runs fine it
seems, and has dual P-II 600MHz CPUs.  The BIOS post shows the two CPUs,
as does the BIOS System Info function.  However, a fresh install of
FreeBSD 5.3-RE shows only a single CPU, and utilities like top reflect
this as well.  Attached is the dmesg output.  Since this is such old
hardware, I'm really surprised that it doesn't just simply work.
Thoughts?

-- 
Justin Hopper [EMAIL PROTECTED]
UNIX Systems Engineer
BSDHosting.net
Hosting Division of Digital Oasys Inc.
http://www.bsdhosting.net
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.3-RELEASE #0: Tue Jun 28 23:38:16 PDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SERVER
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel Pentium III (596.00-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x681  Stepping = 1
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 1073741824 (1024 MB)
avail memory = 1045381120 (996 MB)
ACPI APIC Table: COMPAQ MAPICTBL
ioapic0: Changing APIC ID to 8
ioapic1: Changing APIC ID to 3
ioapic1 Version 1.1 irqs 16-31 on motherboard
ioapic0 Version 1.1 irqs 0-15 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: COMPAQ CPQD020 on motherboard
acpi0: Power Button (fixed)
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
unknown: I/O range not supported
Timecounter ACPI-safe frequency 3579545 Hz quality 1000
acpi_timer0: 32-bit timer at 3.579545MHz port 0xf808-0xf80b on acpi0
cpu0: ACPI CPU (2 Cx states) on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: No SMP on Compaq ML350 with FBSD 5.3-RE

2005-06-29 Thread Kurt Lidl

Justin Hopper wrote:

I just picked up a Compaq ML350 for free from a liquidator, runs fine it
seems, and has dual P-II 600MHz CPUs.  The BIOS post shows the two CPUs,
as does the BIOS System Info function.  However, a fresh install of
FreeBSD 5.3-RE shows only a single CPU, and utilities like top reflect
this as well.  Attached is the dmesg output.  Since this is such old
hardware, I'm really surprised that it doesn't just simply work.
Thoughts?


I would certainly start by installing the latest and greatest BIOS that
is available for the machine.  You don't mention exactly which version
of the ML350 you have -- there apparently were several.  If the machine
is old, chances are good that a newer BIOS exists, and probably fixes
all sorts of problems.

I found the following site, which might be helpful:

http://h18023.www1.hp.com/support/files/server/us/romtabl.html

Good luck.

Oh, and I'd try 5.4 instead of 5.3 -- can't hurt ;-)

-Kurt
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: No SMP on Compaq ML350 with FBSD 5.3-RE

2005-06-29 Thread John Baldwin
On Wednesday 29 June 2005 02:00 pm, Justin Hopper wrote:
 Hello,

 I'm sure this problem would have been found before, but so far, I can't
 see any trace of it in searches.

 I just picked up a Compaq ML350 for free from a liquidator, runs fine it
 seems, and has dual P-II 600MHz CPUs.  The BIOS post shows the two CPUs,
 as does the BIOS System Info function.  However, a fresh install of
 FreeBSD 5.3-RE shows only a single CPU, and utilities like top reflect
 this as well.  Attached is the dmesg output.  Since this is such old
 hardware, I'm really surprised that it doesn't just simply work.
 Thoughts?

Did you add 'options SMP' to your kernel config?  I think that GENERIC in 5.x 
has 'options SMP' disabled by default.

-- 
John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/
Power Users Use the Power to Serve  =  http://www.FreeBSD.org
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]