search for: pcis

Displaying 13 results from an estimated 13 matches for "pcis".

Did you mean: pcie
2006 Mar 15
6
load balancing: per route or per interface?
Hi! I''m doing load balancing for 5 dsl lines, each one with a dsl router attached to a linux machine ethernet plug. The problem is that I''m adding 15 more dsl lines, and I don''t have enough PCI slots in the linux machine to sum up 20 ethernet plugs (I already have 2 quad ethernet cards). So I''m considering connecting all dsl routers and the linux machine to a
2005 Feb 18
2
Difference between a TE410P and TE405P?
Can anybody tell me the difference between a TE410P and a TE405P? Is it JUST the 5v vs 3.3v pcis slot spec, or is there some thing else? </edg>
2010 Dec 27
2
Problems with motherboard support? INTEL DP43BF
Hi, I've installed Centos 5.5 (plus updates) in a machine with INTEL DP43BF motherboard. In order to make Linux detect the PCIs I've added the pci=assign-busses in my GRUB conf. Everything runs fine but within less than 2 days of uptime the machine simply freezes (black console no connectivity). This has happened more than one time so I'm considering to be a problem. The memtest passed without a problem and the ma...
2006 Jun 02
1
lspci doesn't show digium card te405p
...Bus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01) 04:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15) 04:01.0 Ethernet controller: MYSON Technology Inc SURECOM EP-320X-S 100/10M Ethernet PCI Adiapter I just tried to change all pcis slots. This motherboard doesn't have compatibility problem in digium list website. So, is it a compatibility problem or Digium card TE405p ?? Regards, -- Bruno de Assump??o Loureiro msn: loureiro_bruno@hotmail.com -------------- next part -------------- An HTML attachment was scrubbed... U...
2012 Sep 21
8
PATCH [base vtpm and libxl patches 4/6] add iomem support to libxl
...string), diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -574,8 +574,8 @@ static void parse_config_data(const char *config_source, long l; XLU_Config *config; XLU_ConfigList *cpus, *vbds, *nics, *pcis, *cvfbs, *cpuids; - XLU_ConfigList *ioports, *irqs; - int num_ioports, num_irqs; + XLU_ConfigList *ioports, *irqs, *iomem; + int num_ioports, num_irqs, num_iomem; int pci_power_mgmt = 0; int pci_msitranslate = 0; int pci_permissive = 0; @@ -1005,6 +1005,30 @@ static void...
2012 Aug 31
2
[PATCH V2] libxl/xl: implement support for guest iooprt and irq permissions
...c2c45de tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Fri Aug 31 12:03:55 2012 +0100 +++ b/tools/libxl/xl_cmdimpl.c Fri Aug 31 16:54:01 2012 +0100 @@ -573,10 +573,12 @@ static void parse_config_data(const char long l; XLU_Config *config; XLU_ConfigList *cpus, *vbds, *nics, *pcis, *cvfbs, *cpuids; + XLU_ConfigList *ioports, *irqs; + int num_ioports, num_irqs; int pci_power_mgmt = 0; int pci_msitranslate = 0; int pci_permissive = 0; - int e; + int i, e; libxl_domain_create_info *c_info = &d_config->c_info; libxl_domain_build_info...
2011 Nov 19
3
USB Pass through
Hello, I''m trying to add a USB dongle to my domU. I searched a lot and found an instruction (http://wiki.xen.org/xenwiki/XenUSBPassthrough.html). I added followings to domU''s cfg file: usb = 1 usbdevice = ''host:0925:1234'' But when i create my domU lsusb still doesn''t show anything at all and the device isn''t
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
...ools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index 1627cac..fe8e925 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -574,8 +574,8 @@ static void parse_config_data(const char *config_source, long l; XLU_Config *config; XLU_ConfigList *cpus, *vbds, *nics, *pcis, *cvfbs, *cpuids; - XLU_ConfigList *ioports, *irqs; - int num_ioports, num_irqs; + XLU_ConfigList *ioports, *irqs, *iomem; + int num_ioports, num_irqs, num_iomem; int pci_power_mgmt = 0; int pci_msitranslate = 0; int pci_permissive = 0; @@ -1005,6 +1005,30 @@ static void...
2012 Jul 06
8
[Bug 51798] New: Cannot enable second video card on nvidia quadro NVS420
...VS420, connected via PCI bridge pci 03:00 and 04:00: -[0000:00]-+-00.0 Intel Corporation 4 Series Chipset DRAM Controller +-01.0-[01-04]----00.0-[02-04]--+-00.0-[03]----00.0 G98 Quadro NVS420 | \-02.0-[04]----00.0 G98 Quadro NVS420 Full list of PCIs are in the attachment. DRI status is given here and shows that the second video card (card1) is not set to any PCI bus: dristat -a /dev/dri/card0 Busid: pci:0000:03:00.0 Version information: Name: nouveau Version: 1.0.0 Date: 20120316 Desc: nVidia Riva/TNT/GeForce VM map i...
2004 Nov 17
9
serious networking (em) performance (ggate and NFS) problem
Dear best guys, I really love 5.3 in many ways but here're some unbelievable transfer rates, after I went out and bought a pair of Intel GigaBit Ethernet Cards to solve my performance problem (*laugh*): (In short, see *** below) Tests were done with two Intel GigaBit Ethernet cards (82547EI, 32bit PCI Desktop adapter MT) connected directly without a switch/hub and "device
2011 Nov 29
18
[PATCH 0 of 6] Add support for a VM generation ID virtual device (v2)
The following is a revised patch series to add support for a VM generation ID virtual device for HVM guests. The basic requirements of this device are as follows: - It must be exposed somewhere in ACPI namespace with a _CID of "VM_Gen_Counter". - It must also include a _DDN of "VM_Gen_Counter". - It must contain a _HID object but no particular value is required. - It must
2013 Jul 23
73
Bug: Limitation of <=2GB RAM in domU persists with 4.3.0
I just built 4.3.0 in order to get > 2GB of RAM in domU with GPU passthrough without crashes. Unfortunately, the same crashes still happen. Massive frame buffer corruption on domU before it locks up solid. It seems the PCI memory stomp is still happening. I am using qemu-dm, as I did on Xen 4.2.x. So whatever fix for this went into 4.3.0 didn''t fix it for me. Passing less than 2GB
2012 Jun 24
0
nouveau _BIOS method
...XBAS...[..R 0690: 50 43 58 03 00 80 0a 41 00 10 4c 4e 4b 53 04 10 PCX....A..LNKS.. 06a0: 41 71 5c 2f 04 5f 53 42 5f 50 43 49 30 50 45 47 Aq\/._SB_PCI0PEG 06b0: 30 50 45 47 50 08 45 4c 43 54 00 08 48 56 49 44 0PEGP.ELCT..HVID 06c0: 00 08 48 44 49 44 00 5b 80 50 43 49 53 00 5c 45 ..HDID.[.PCIS.\E 06d0: 42 41 53 0a f0 5b 81 25 50 43 49 53 13 44 56 49 BAS..[.%PCIS.DVI 06e0: 44 10 00 40 15 53 56 49 44 10 53 44 49 44 10 00 D.. at .SVID.SDID.. 06f0: 40 0e 57 56 49 44 10 57 44 49 44 10 5b 80 47 50 @.WVID.WDID.[.GP 0700: 49 4f 01 5c 47 42 41 53 0a 60 5b 81 1e 47 50 49 IO.\GBAS.`[..G...