Date: Tue, 28 Mar 2000 10:19:15 +0400 From: "Dmitry S. Rzhavin" <dima@rt.ru> Cc: questions@FreeBSD.ORG Subject: Re: 3.4 and SMP Message-ID: <38E04EE3.F523586B@rt.ru> References: <38D23289.2D534074@rt.ru> <04f001bf9851$57963d20$020a0a0a@megared.net.mx>
next in thread | previous in thread | raw e-mail | index | archive | help
Alejandro Ramirez wrote: > Hi, > > As far as I remember, the solution its to change the operating system > type in the advanced section of the Compaq BIOS Utility to Unixware 7, in > order to SMP work as expected with FreeBSD. > > Have Fun... > Ales > > ----- Original Message ----- > From: Dmitry S. Rzhavin <dima@rt.ru> > To: <questions@FreeBSD.ORG> > Sent: Friday, March 17, 2000 7:26 AM > Subject: 3.4 and SMP > > > Hi! > > I have compaq proliant 6500 with 2xPIII-500 cpu. When I tried to > > enable SMP (by uncommenting SMP and APIC_IO), I got this: > > > > Timecounter "i8254" frequency 1193182 Hz > > CPU: Pentium III (686-class CPU) > > Origin = "GenuineIntel" Id = 0x673 Stepping = 3 > > Features=0x383f9ff<FPU,VME,DE,PSE, > TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,<b25>> > > real memory = 16777216 (16384K bytes) > > avail memory = 13701120 (13380K bytes) > > Programming 35 pins in IOAPIC #0 > > IOAPIC #0 intpint 25 -> irq -1 > > IOAPIC #0 intpint 26 -> irq 0 > > IOAPIC #0 intpint 27 -> irq -1 > > IOAPIC #0 intpint 28 -> irq -1 > > IOAPIC #0 intpint 29 -> irq -1 > > IOAPIC #0 intpint 30 -> irq -1 > > IOAPIC #0 intpint 31 -> irq -1 > > > > And system does nothing after it. > > Then I uncommented: > > options NCPU=2 # number of CPUs > > options NAPIC=1 # number of IO APICs > > options NINTR=24 # number of INTs > > I got error like this: > > > > BIOS basemem (638K) != RTC basemem (640K), setting to BIOS value > > found 43 intrs, increase NINTR > > panic: you must reconfigure your kernel > > mp_lock = 00000001; cpuid = 0; lapic.id = 00000000 > > Automatic reboot in 15 seconds - press a key on the console to abort > > > > And when I said: > > options NINTR=43 > > I got again this message: > > > > Timecounter "i8254" frequency 1193182 Hz > > CPU: Pentium III (686-class CPU) > > Origin = "GenuineIntel" Id = 0x673 Stepping = 3 > > Features=0x383f9ff<FPU,VME,DE,PSE, > TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,<b25>> > > real memory = 16777216 (16384K bytes) > > avail memory = 13697024 (13376K bytes) > > Programming 35 pins in IOAPIC #0 > > IOAPIC #0 intpint 25 -> irq -1 > > IOAPIC #0 intpint 26 -> irq 0 > > IOAPIC #0 intpint 27 -> irq -1 > > IOAPIC #0 intpint 28 -> irq -1 > > IOAPIC #0 intpint 29 -> irq -1 > > IOAPIC #0 intpint 30 -> irq -1 > > IOAPIC #0 intpint 31 -> irq -1 > > > > What shall I do to enable SMP? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message Not exactly. Here is solution: Boot the system with the Compaq System Configuration disks. Press CTRL-A at the main menu to get into the advanced mode. Select "Configure hardware" from the menus. Then select "View and edit details". Scroll down to the "Advanced features" section and set the processor APIC mode to "Full Table". Save the new hardware configuration to CMOS. Reboot the system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38E04EE3.F523586B>