search for: mptabl

Displaying 20 results from an estimated 108 matches for "mptabl".

Did you mean: mptable
2003 Jun 19
4
SMP goes away after installworld (4.8-STABLE)
...usr/src/sys/compile/MDK FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 1, version: 0x00170011, at 0xfec00000 I confirmed my kernel config was OK, rebuilt it, rebooted and got the same result. I also looked at 'mptable' and 'top' to make sure. I boot off my backup disk and I get: FreeBSD 4.8-RELEASE #0: Thu May 29 14:48:37 PDT 2003 mark@lah-210.mainstreet.net:/usr/src/sys/compile/MDK FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 c...
2006 Sep 04
1
[PATCH 1/1] : Adding a new com32 module to handle cpu information
...ure can be filled by calling "detect_cpu(&cpu)". It provides : - Vendor name as string - Model as string - Vendor as integer - Model as integer - Family as integer - Stepping as Integer - Flags as boolean - SMP as boolean Note that SMP is just a manner to know if the bios annonce an MPTABLE. This code can't detect each processor. I've been adding a demo program called cpuidtest to show how it works. if (cpu.flags.lm == true) printf("This system is x86_64 compatible\n"); This example shows how to test if a system is X86_64 compatible. I hope it's simple enough...
2011 Jul 21
2
Libguestfs hangs after issuing a launch command
...[ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009b [ 0.000000] 0: 0x00000100 -> 0x0001f3fd [ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org [ 0.000000] Intel MultiProcessor Specification v1.4 [ 0.000000] MPTABLE: OEM ID: BOCHSCPU [ 0.000000] MPTABLE: Product ID: 0.1 [ 0.000000] MPTABLE: APIC at: 0xFEE00000 [ 0.000000] Processor #0 (Bootup-CPU) [ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] Processors: 1 [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug C...
2006 Jun 27
2
[PATCH 0/2][HVM] Dynamic MP Table Creation
...tualized guests are static and built when the ROMBIOS is built. If a user wants a different MP table configuration, HVMLOADER must be rebuilt with new ROMBIOS and MP tables. These patches are mostly for convenience, especially with binary distributions of Xen. The first patch (dynamically-created-mptable.patch) extends HVMLOADER so that the tables are created when the guest firmware is loaded. In addition, the guests are not restricted to 1, 2, 4, and 8-way SMP configurations. To do this, a space is allocated inside the ROMBIOS where the old static MP tables were located and marked with a '&...
2005 Jan 09
4
More on Problems with PXELinux and ramdisk not loading
...BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS) BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data) BIOS-e820: 00000000c0000000 - 00000000d0000000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) No mptable found. initrd extends beyond end of memory (0xfffffdfb > 0x1fff0000) disabling initrd ... ------------------------------------------------------------------------- As I mentioned the machine has 512MB (0x20000000 bytes) physical RAM. It seems the BIOS is reporting some "reserved" chu...
2003 Aug 05
1
multiple IOxAPIC on 4.7 with Intel P64H2
...indicates that I am likely missing the support for multiple IOxAPIC, in particular, not supporting the ones in the P64H2 hub. I know that FreeBSD is using the IOxAPIC in the ICH-3 correctly. Can someone suggestion if -stable supports this configuration? I can't get to the point of running 'mptable' since the system won't come up: i get IRQ timeouts on the scsi device. I have a 2x XEON system with ICH-3, e7501, and P64H2. It appears there are two IO APIC in the ICH-3, and two in the P64H2. --don
1999 Nov 01
1
samba and SMP
...). There are no hardware errors reported at any time; memory passes AMIDiag's pattern testing without a peep. The SM used completely different hardware and a fresh installation, by the way. Client is an NT4 SP5 workstation; have tried both server and domain authentication. I have many KB of mptable/kernel config files/log files, but none of it seems very helpful. I suspect that a sniffer will be required to do a packet trace. Any suggestions? Mike Squires
2006 Mar 30
5
boot problem in HP Proliant ML370 G4
Hi, I have strange problem when booting FreeBSD-6.x in HP Proliant ML370 G4. The problem is "-" appears on the screen and it never boots unless somebody hits the "Enter" key. Sometimes even PS2 keyboard doesn't respond during that time. Tried with USB keyboard, same problem. The machine has dual Xeon 3.2 GHz, 1GB of RAM and LSI Logic (mpt-5.0.5.20.00 bios) LSI1030-IT
2007 Dec 07
1
CentOS 5.1 on intel DQ35JO , Q35 chipsed based board
...disks (configured as RAID 1) , 8GB RAM and Intel Core2 QUADCORE. The first problem was with install - it hangs before installer startup at ACPI messages. So i installed it with ACPI=off switch. The first problem is : Dec 7 09:54:01 vmhost1 kernel: BIOS bug, no explicit IRQ entries, using default mptable. (tell your hw vendor) Dec 7 09:54:01 vmhost1 kernel: Processors: 1 Which kernel should i use? I have default installed kernel. The second problem is with LVM (probably raid on board - in bios i switched in sata mode to raid, and created in raid utility RAID1 volume from those 2 disks: /dev/...
2006 May 30
6
[PATCH][HVMLOADER][DISCUSS] 8 way default rombios
...rombios and hvmloader Makefiles to default to an 8-way bochs bios for the hvmloader. Is there a reason to not define the mp config table by default for >1 processors (8), in the repository? Seems like using the hvm guest config file can the methodolody to describe a UP guest regardless of the mptables. Defaulting the rombios to MP would allow users to experiment with SMP guests, while allowing UP guests to work. Thanks Tom _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2017 Feb 21
2
Linking Linux kernel with LLD
Maybe that is https://reviews.llvm.org/D30171. On Mon, Feb 20, 2017 at 11:16 PM, Dmitry Golovin <dima at golovin.in> wrote: > Hi, > > I can't build the Linux kernel anymore. With the latest kernel source and > latest LLVM and LLD (with D30163) I can only get this error message when > linking vmlinux: > > ld.lld: error: unable to move location counter backward >
2012 Apr 16
2
Any options on crypt+zfs ?
...M,PBE> Features2=0x40e3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE> AMD Features=0x20100800<SYSCALL,NX,LM> AMD Features2=0x1<LAHF> TSC: P-state invariant, performance statistics real memory = 2147352576 (2047 MB) avail memory = 2046488576 (1951 MB) MPTable: <Soekris net6501 > Event timer "LAPIC" quality 400 FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 1 core(s) x 2 HTT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP/HT): APIC ID: 1 ioapic0: Assuming intbase of 0 ioapic0 <Version 2.0> irqs 0-2...
2007 Jul 17
1
RH domU doesn''t see disk?
...ted domain hating-xen Bootdata ok (command line is ) Linux version 2.6.18-8.1.6.el5xen (brewbuilder@hs20-bc1-7.build.redhat.com) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Fri Jun 1 19:06:54 EDT 2007 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000020800000 (usable) No mptable found. Built 1 zonelists. Total pages: 133120 Kernel command line: Initializing CPU#0 PID hash table entries: 4096 (order: 12, 32768 bytes) Xen reported: 2591.858 MHz processor. Console: colour dummy device 80x25 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) Inode-cache hash t...
2005 May 05
7
Fix for ''acpi=off''
I''ve checked in a patch that will hopefully fix ''acpi=off'' and ''acpi=ht'' modes for domain0. It''s been tested on just one machine so far, so it''d be good to get some wider feedback. :-) -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jun 11
1
Para virtualized guest on Xen
...h0: BIOS-provided physical RAM map: Xen: 0000000000000000 - 000000001b400000 (usable) end_pfn_map = 111616 Zone PFN ranges: DMA 0 -> 111616 DMA32 111616 -> 111616 Normal 111616 -> 111616 early_node_map[1] active PFN ranges 0: 0 -> 111616 No mptable found. PERCPU: Allocating 26496 bytes of per cpu data Built 1 zonelists. Total pages: 106528 Kernel command line: root=/dev/sda1 ro ip=:1.2.3.4::::eth0: Initializing CPU#0 PID hash table entries: 2048 (order: 11, 16384 bytes) Xen reported: 2657.322 MHz processor. Console: colour dummy device 80x2...
2008 Mar 09
1
DomU boot hangs after cron; XENBUS errors
...ain wwwstatic Bootdata ok (command line is root=/dev/sda1 ro) Linux version 2.6.18-53.1.14.el5xen (mockbuild@builder6.centos.org) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Wed Mar 5 12:08:17 EST 2008 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000010800000 (usable) No mptable found. Built 1 zonelists. Total pages: 67584 Kernel command line: root=/dev/sda1 ro Initializing CPU#0 PID hash table entries: 2048 (order: 11, 16384 bytes) Xen reported: 2393.994 MHz processor. Console: colour dummy device 80x25 Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) In...
2011 Apr 06
5
Guestfish errors (Running in VirtualBox)
...0000009f [??? 0.000000]???? 0: 0x00000100 -> 0x0001f3fd [??? 0.000000] Using APIC driver default [??? 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org [??? 0.000000] Intel MultiProcessor Specification v1.4 [??? 0.000000]???? Virtual Wire compatibility mode. [??? 0.000000] MPTABLE: OEM ID: BOCHSCPU [??? 0.000000] MPTABLE: Product ID: 0.1??????? [??? 0.000000] MPTABLE: APIC at: 0xFEE00000 [??? 0.000000] Processor #0 (Bootup-CPU) [??? 0.000000] I/O APIC #1 Version 17 at 0xFEC00000. [??? 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 [??? 0.000000] P...
2011 May 05
2
Kernel panic - not syncing: Attempted to kill init!
...ty0 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000020800000 (usable) end_pfn_map = 133120 Zone PFN ranges: DMA 0 -> 133120 DMA32 133120 -> 133120 Normal 133120 -> 133120 early_node_map[1] active PFN ranges 0: 0 -> 133120 No mptable found. PERCPU: Allocating 25984 bytes of per cpu data Built 1 zonelists. Total pages: 128978 Kernel command line: ro root=rootfs root=/dev/xvda1 ro console=hcv0 xencons=tty0 Initializing CPU#0 PID hash table entries: 2048 (order: 11, 16384 bytes) Xen reported: 1600.037 MHz processor. Console: col...
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
...void __init setup_ioapic_ids_from_mpc(void) { } #endif +int timer_irq_really_works __initdata; +int __init irqtest_disable(char *str) +{ + timer_irq_really_works = 1; + return 1; +} + +__setup("noirqtest", irqtest_disable); + /* * There is a nasty bug in some older SMP boards, their mptable lies * about the timer IRQ. We do the following to work around the situation: @@ -1872,9 +1881,12 @@ static void __init setup_ioapic_ids_from * - if this function detects that timer IRQs are defunct, then we fall * back to ISA timer IRQs */ -static int __init timer_irq_works(void) +int _...
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
...void __init setup_ioapic_ids_from_mpc(void) { } #endif +int timer_irq_really_works __initdata; +int __init irqtest_disable(char *str) +{ + timer_irq_really_works = 1; + return 1; +} + +__setup("noirqtest", irqtest_disable); + /* * There is a nasty bug in some older SMP boards, their mptable lies * about the timer IRQ. We do the following to work around the situation: @@ -1872,9 +1881,12 @@ static void __init setup_ioapic_ids_from * - if this function detects that timer IRQs are defunct, then we fall * back to ISA timer IRQs */ -static int __init timer_irq_works(void) +int _...