Displaying 12 results from an estimated 12 matches for "cx700".
Did you mean:
x700
2008 Aug 13
0
rtc in /proc/interrupts
...th0
153: 10279 IO-APIC-level HDA Intel
161: 0 IO-APIC-level uhci_hcd
169: 0 IO-APIC-level uhci_hcd
177: 17491 IO-APIC-level ehci_hcd
NMI: 0
LOC: 274158
ERR: 0
MIS: 0
lspci shows
lspci
00:00.0 Host bridge: VIA Technologies, Inc. CX700 Host Bridge (rev 10)
00:00.1 Host bridge: VIA Technologies, Inc. CX700 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. CX700 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. CX700 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. CX700 Host Bridge
00:00.7 Host bridge: VIA Techn...
2007 Apr 27
1
has anyone experienced problems with ocfs2 1.2.5-1 using Emulex LP10000 HBA cards and EMC CX700 SAN's?
Does anyone have any experience with Emulex HBA cards (LP10000) using OCFS2,
Linux AS4 U4 x86_64 AMD? I'm trying to find out whether this is a verified
combination, if anyone has successfully used it. I have that
hardware/sofware combination, and am experiencing
stability/performance/panic/hang issues with OCFS2.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jul 06
1
Moving ocfs file system to a new SAN
Hi,
We are currently rolling over our SAN (FC4700 to CX700) and have now
reached the data migration stage. I need to move the data files on my
current /u01 ocfs file system (on FC4700) to a new ocfs file system (on
CX700) which I want to keep as the same /u01 mount point on the hosts.
With a normal file system I would just mount the new file system to...
2006 Jan 17
1
menu.c32 recycling?
...D initrd=initrd.img ramdisk_size=9216
ks=cdrom:/kickstarts/enterprise-aaa.cfg
LABEL enterprise-aaa-ax100
MENU LABEL Enterprise AAA/IV AX100
KERNEL vmlinuz
APPEND initrd=initrd.img ramdisk_size=9216
ks=cdrom:/kickstarts/enterprise-aaa-ax100.cfg
LABEL enterprise-aaa-cx700
MENU LABEL Enterprise AAA/IV CX700
KERNEL vmlinuz
APPEND initrd=initrd.img ramdisk_size=9216
ks=cdrom:/kickstarts/enterprise-aaa-cx700.cfg
LABEL enterprise-aaa-san
MENU LABEL Enterprise AAA/IV SAN
KERNEL vmlinuz
APPEND initrd=initrd.img ramd...
2010 Sep 29
4
XFS on a 25 TB device
Hello all,
I have just configured a 64-bit CentOS 5.5 machine to support an XFS
filesystem as specified in the subject line. The filesystem will be used to
store an extremely large number of files (in the tens of millions). Due to
its extremely large size, would there be any non-standard XFS
build/configuration options I should consider?
Thanks.
Boris.
-------------- next part --------------
An
2017 Mar 07
0
[ANNOUNCE] OpenChrome DDX Version 0.6 released
Hi everyone,
Finally figured out how to use the X.Org automatic submission
script after realizing that I had to change the script in order for
OpenChrome DDX to build in the first place.
OpenChrome DDX Version 0.6 has added the following new features.
- First official support for CX700, VX700, and VX800 chipsets
integrated TMDS transmitter (i.e., DVI support)
- Initial support for Silicon Image SiI 164 TMDS transmitter
OpenChrome DDX Version 0.6 has the following improvements.
- Improved FP reinitialization when resuming from standby
(HP 2133 Mini-Note, FIC CE260 / CE261...
2006 Nov 23
2
Need SAN suggestion
Hello,
It is not total off-topic since almost all connected servers will be RHEL
and CentOS. :)
We are considering to purchase new storage system. The most probably we
will be choosing between HP (EVA6000), EMC (CX3-20C) and Hitachi (similar
model).
iSCSI connection is also required.
What are your experienced with listed systems? What to avoid? What ot
expect?
Now I just know
2007 Dec 17
3
maildir_uidlist_create assertion failure
I've been getting the following error fairly often, which tends to
result in a corrupted dovecot-uidlist.
dovecot: IMAP(example at example.com): file maildir-uidlist.c: line 1009
(maildir_uidlist_recreate): assertion failed: (file_size ==
(uoff_t)st.st_size)
dovecot: IMAP(example at example.com): Raw backtrace: imap [0x80cb740] ->
imap [0x80cb64a] -> imap [0x8070e58] -> imap(maildir
2005 Aug 31
8
problem with OCFS label
I used this command to create volume label on OCFS:
mkfs.ocfs -F -b 128 -L data13 -m /oradata/data13 -u oracle -g dba -p 0775 /dev/emcpowerp1
emcpowerp is composed of /dev/sdad and /dev/sdk. It seems the above command created the same labels for /dev/emcpowerp1, /dev/sdad1 and /dev/sdk1.
But when I tried to mount this ocfs filesystem by label, it gave me the following error.
# mount -L data13
2008 Oct 02
6
Video driver questions
My OQO has a VIA chipset. From the hwconf:
class: VIDEO
bus: PCI
detached: 0
desc: "VIA Technologies, Inc. CX700M2 UniChrome PRO II Graphics"
vendorId: 1106
deviceId: 3157
subVendorId: 1106
subDeviceId: 3157
pciType: 1
pcidom: 0
pcibus: 1
pcidev: 0
pcifn: 0
When I install Centos, I default to the vesa driver, and it operates at
the monitor's native 800x480. Of course I want more and to physi...
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
...t 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_DEVICE_ID_NVIDIA_CK804_PCIE,
quirk_nvidia_ck804_pcie_aer_ext_cap);
-static void __devinit quirk_via_cx700_pci_parking_caching(struct pci_dev *dev)
+static void quirk_via_cx700_pci_parking_caching(struct pci_dev *dev)
{
/*
* Disable PCI Bus Parking and PCI Master read caching on CX700
@@ -2070,7 +2070,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_VIA, 0x324e, quirk_via_cx700_pci_parking_c
* We beli...
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
...t 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_DEVICE_ID_NVIDIA_CK804_PCIE,
quirk_nvidia_ck804_pcie_aer_ext_cap);
-static void __devinit quirk_via_cx700_pci_parking_caching(struct pci_dev *dev)
+static void quirk_via_cx700_pci_parking_caching(struct pci_dev *dev)
{
/*
* Disable PCI Bus Parking and PCI Master read caching on CX700
@@ -2070,7 +2070,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_VIA, 0x324e, quirk_via_cx700_pci_parking_c
* We beli...