Displaying 7 results from an estimated 7 matches for "tylersburg".
2012 Jun 24
1
Problems with Powerware 5115 on Patsburge USB
...yslog frequently.
2012-06-21T09:03:10.754413+00:00 (none) kernel: [ 8659.067243] usb 2-1.4: usbfs: USBDEVFS_CONTROL failed cmd bcmxcp_usb rqt 66 rq 13 len 4 ret -110
I believe that these indicate that the USB driver is timing out USB messages to the UPS.
The identical setup running on a Westmere + Tylersburg + ICH10R works fine but on that platform the USB connection is USB 1.1.
Thanks,
Rich Wrenn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20120624/85192d6a/attachment.html>
2009 Nov 02
1
supermicro hardware + sangoma
...help
i have tried this supermicro motherboards
http://www.supermicro.com/products/motherboard/QPI/5500/X8DTU-F.cfm
http://www.supermicro.com/products/motherboard/QPI/5500/X8DTi-F.cfm
http://www.supermicro.com/products/motherboard/QPI/5500/X8DTL-iF.cfm
do you have someone working sangoma card with Tylersburg(intel 5520/5500)
chipset?
thanks
p.s. sorry for offtopic :(
---------------------------------------
Marek Cervenka
=======================================
2013 Jan 15
14
[PATCH] VTD/Intremap: Disable Intremap on Chipset 5500/5520/X58 due to errata
...passthrough/vtd/quirks.c
--- a/xen/drivers/passthrough/vtd/quirks.c
+++ b/xen/drivers/passthrough/vtd/quirks.c
@@ -244,6 +244,29 @@ void vtd_ops_postamble_quirk(struct iomm
}
}
+/* 5500/5520/X58 Chipset Interrupt remapping errata, for stepping B-3.
+ * Fixed in stepping C-2. */
+void __init tylersburg_intremap_quirk(void)
+{
+ uint32_t bus, device;
+ uint8_t rev;
+
+ for ( bus = 0; bus < 0x100; bus++ )
+ {
+ /* Match on System Management Registers on Device 20 Function 0 */
+ device = pci_conf_read32(0, bus, 20, 0, PCI_VENDOR_ID);
+ rev = pci_conf_read8(0, bus...
2009 May 14
0
Problem booting 2.6.30-rc5 kernel
Good morning!
I know I'm on the bleeding edge, but I'm having trouble getting
the 2.6.30-rc5 kernel to boot on my CentOS 5.3 box. It's a
dual-socket Nehalem box with the Tylersburg chipset (Supermicro
board). I installed CentOS 5.3 on it with no problems - boots and
runs fine. But I wanted to take a look at the 2.6.30-rc5 kernel
and try out some new stuff.
After a few go around's with 2.6.30-rc5 the closest I can get it
to boot is that I receive the following typing from...
2011 Aug 22
0
How to find out if the installed NIC supports SR-IOV?
...4GB - 4GB PC3-10600 Hynix
DDR3-1333 ECC Registered CL9 1Rx4
14 x empty
Disk: sda (ahci0): 500GB (1%) JBOD == 1 x 500GB 7.2K SATA/300
HP/WD RE4
Disk-Control: ahci0: HP/Intel ICH10 82801J 6 Port SATA/300 AHCI
Chipset: Intel 5520 IOH-36D B3 (Tylersburg), 82801JIR A0 (ICH10R)
Network: eth0 (igb): HP NC362i/Intel 82576 Gigabit, 1Gb/s
<full-duplex>
Network: eth1 (igb): HP NC362i/Intel 82576 Gigabit, no carrier
OS: YLinux 5.4.3, RHEL Server 5.4, Linux 2.6.18-164.2.1.el5
x86_64, 64-bit
BIOS: HP O33 08/16/2010,...
2013 Mar 19
7
[PATCH 0/3] IOMMU errata treatment adjustments
1: IOMMU: properly check whether interrupt remapping is enabled
2: AMD IOMMU: only disable when certain IVRS consistency checks fail
3: VT-d: deal with 5500/5520/X58 errata
Patch 1 and 2 are version 2 of a previously submitted, then
withdrawn patch following up after XSA-36. Patch 3 is version 3 of
a patch previously sent by Malcolm and Andrew.
Signed-off-by: Jan Beulich
2012 Jun 03
1
need to load uhci_hcd with acpi=off
...zone: 70254 pages used for memmap
[ 0.000000] Normal zone: 5068323 pages, LIFO batch:31
[ 0.000000] SFI: Simple Firmware Interface v0.7 http://simplefirmware.org
[ 0.000000] Intel MultiProcessor Specification v1.4
[ 0.000000] MPTABLE: OEM ID: INTEL
[ 0.000000] MPTABLE: Product ID: TYLERSBURG
[ 0.000000] MPTABLE: APIC at: 0xFEE00000
[ 0.000000] I/O APIC #6 Version 32 at 0xFEC00000.
[ 0.000000] Processors: 12
[ 0.000000] SMP: Allowing 12 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 16
[ 0.000000] PM: Registered nosave memory: 000000000009e000 -
000000000009f000
[ 0...