Displaying 5 results from an estimated 5 matches for "fw323".
2006 Sep 18
3
Firewire question (Centos 4.4)
...es [AMD] AMD-8111 USB (rev 0b)
03:04.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
03:05.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08)
03:05.1 Input device controller: Creative Labs SB Live! Game Port (rev 08)
03:06.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)
Any suggestions would be much appreciated.
2006 Apr 18
1
Self-fencing issues (RHEL4)
...each
20 minutes (error message from netconsole attached)
Any clues?
Yegor
---
[root at rac1 ~]# cat /proc/fs/ocfs2/version
OCFS2 1.2.0 Tue Mar 7 15:51:20 PST 2006 (build
db06cd9cd891710e73c5d89a6b4d8812)
[root at rac1 ~]#
---
[root at rac1 ~]# lspci
06:02.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)
[root at rac1 ~]#
---
[root at rac1 ~]# cat /boot/grub/menu.lst
default=0
timeout=3
title Red Hat Enterprise Linux AS (2.6.9-34.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-34.ELsmp ro root=/dev/VolGroup00/LogVol00
elevator=deadline vga=0xf05
initrd /initrd-2.6.9-3...
2009 Jan 26
7
Auto Detect
Which command to run which will auto detect all hardwares present in the
system ?
OS : CentOS
Running Asterisk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090126/5e064cf8/attachment.htm
2008 Dec 09
4
[VT-D]iommu.c:775: iommu_page_fault: iommu->reg = ffff828bfff57000
...rface: JMicron Technologies, Inc. JMB368 IDE controller
03:00.0 Multimedia video controller: Internext Compression Inc iTVC16
(CX23416) MPEG-2 Encoder (rev 01)
03:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169
Gigabit Ethernet (rev 10)
03:02.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70)
--
View this message in context: http://www.nabble.com/-VT-D-iommu.c%3A775%3A-iommu_page_fault%3A-iommu-%3Ereg-%3D-ffff828bfff57000-tp20902110p20902110.html
Sent from the Xen - User mailing list archive at Nabble.com.
_______________________________________________
Xen-users mailing...
2009 Jan 31
14
[PATCH 2/3] xen: make direct versions of irq_enable/disable/save/restore to common code
Now that x86-64 has directly accessible percpu variables, it can also
implement the direct versions of these operations, which operate on a
vcpu_info structure directly embedded in the percpu area.
In fact, the 64-bit versions are more or less identical, and so can be
shared. The only two differences are:
1. xen_restore_fl_direct takes its argument in eax on 32-bit, and rdi on 64-bit.