Displaying 8 results from an estimated 8 matches for "p64h2".
Did you mean:
p64h
2003 Aug 05
1
multiple IOxAPIC on 4.7 with Intel P64H2
...d devices to work
correctly.
the newer system bios has fixed a 'bug' where the
interrupts were routed incorrectly according to the
PCI bridge specification.
The system vendor 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 I...
2003 Nov 02
1
* troubles
Hello all,
Been a while since I've strolled this way. Apologies in advance if this is a
common line of questioning.
I've just bought a new Intel 865G based board with a P4 Hyperthreading
processor.
I believe I've gotten SMP set up correctly: in the menuconfig I specified
SMP and told acpi to enumerate processors. Did I leave out anything? Anyway,
the dmesg looks good and the
2004 Jan 24
1
1000''s of classes and filters
Hi,
More than 1000''s of classes and filters gets created/deleted in run time.
Are we doing it correctly( as our requirement is such).
Since few days we are facing lots of problems, like the server gets hanged, we get some junk messages in our logs.
we have to reboot our server every now and then.
What is the max limit of classes/filters can be created.
we are using redhat 7.3.
2004 Aug 08
14
Problems booting 2.6.7 Dom0 with 3ware Controllers
I tried to install and boot a 2.6.7 Dom0 xenLinux Kernel on an
SMP (Dual-Xeon) Machine with 2 3-ware Controllers installed
(1 4-channel Controler and 1 8-channel Controler, both Parallel ATA)
and no other HDs present (except the ones connected to the
3ware controlers, of course).
First of all I got a compilation error after activating the SMP option
in the kernel config.
After deactivating the
2009 Apr 03
16
[Bug 21023] New: NV34GL: fails to properly set up DVI
...H4-L/ICH4-M) SMBus
Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV34GL [Quadro FX 500/600
PCI] (rev a1)
02:1c.0 PIC: Intel Corporation 82870P2 P64H2 I/OxAPIC (rev 04)
02:1d.0 PCI bridge: Intel Corporation 82870P2 P64H2 Hub PCI Bridge (rev 04)
02:1e.0 PIC: Intel Corporation 82870P2 P64H2 I/OxAPIC (rev 04)
02:1f.0 PCI bridge: Intel Corporation 82870P2 P64H2 Hub PCI Bridge (rev 04)
03:03.0 Ethernet controller: Intel Corporation 82545EM Gigabit Eth...
2009 May 28
2
Glusterfs 2.0 hangs on high load
Hello!
After upgrade to version 2.0, now using 2.0.1, I'm experiencing problems
with glusterfs stability.
I'm running 2 node setup with cliet side afr, and glusterfsd also is
running on same servers. Time to time glusterfs just hangs, i can
reproduce this running iozone benchmarking tool. I'm using patched
Fuse, but same result is with unpatched.
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
...ich means
* they don't get their resources remapped. Fix that here.
@@ -1974,7 +1974,7 @@ static void __devinit fixup_rev1_53c810(struct pci_dev* dev)
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NCR, PCI_DEVICE_ID_NCR_53C810, fixup_rev1_53c810);
/* Enable 1k I/O space granularity on the Intel P64H2 */
-static void __devinit quirk_p64h2_1k_io(struct pci_dev *dev)
+static void quirk_p64h2_1k_io(struct pci_dev *dev)
{
u16 en1k;
@@ -2007,7 +2007,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_CK804_PCIE,
DECLARE_PCI_FIXUP_RESUME_EARLY(PCI_VENDOR_ID_NVIDIA, PCI_DEVI...
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
...ich means
* they don't get their resources remapped. Fix that here.
@@ -1974,7 +1974,7 @@ static void __devinit fixup_rev1_53c810(struct pci_dev* dev)
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NCR, PCI_DEVICE_ID_NCR_53C810, fixup_rev1_53c810);
/* Enable 1k I/O space granularity on the Intel P64H2 */
-static void __devinit quirk_p64h2_1k_io(struct pci_dev *dev)
+static void quirk_p64h2_1k_io(struct pci_dev *dev)
{
u16 en1k;
@@ -2007,7 +2007,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_CK804_PCIE,
DECLARE_PCI_FIXUP_RESUME_EARLY(PCI_VENDOR_ID_NVIDIA, PCI_DEVI...