search for: class_dev

Displaying 9 results from an estimated 9 matches for "class_dev".

2009 Jan 07
3
mISDN compile problem
...r.gz tar xvf mISDN.tar.gz cd mISDN-1_1_18 make <snip> In file included from /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/core.h:9, from /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c:20: /usr/src/mISDN-1_1_8/include/linux/mISDNif.h:791: error: field 'class_dev' has incomplete type /usr/src/mISDN-1_1_8/include/linux/mISDNif.h:824: error: field 'class_dev' has incomplete type /usr/src/mISDN-1_1_8/include/linux/mISDNif.h:862: error: field 'class_dev' has incomplete type /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c: In fun...
2009 Jan 08
2
Could you compile mISDN 1.1.8 on Lenny ?
...ar.gz tar xvf mISDN.tar.gz cd mISDN-1_1_8 make .... fails with In file included from /usr/src/mISDN-1_1_8/drivers/ isdn/hardware/mISDN/core.h:9, from /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c:20: /usr/src/mISDN-1_1_8/include/linux/mISDNif.h:791: error: field 'class_dev' has incomplete type /usr/src/mISDN-1_1_8/include/linux/mISDNif.h:824: error: field 'class_dev' has incomplete type /usr/src/mISDN-1_1_8/include/linux/mISDNif.h:862: error: field 'class_dev' has incomplete type /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c: In fun...
2008 Oct 08
6
pci pass-through failure on xen 3.3.0
.../pci.py", line 424, in find_the_uppermost_pci_bridge dev_parent = PciDevice(dom, b, d, f) File "/usr/lib64/python2.5/xen/util/pci.py", line 382, in __init__ self.detect_dev_info() File "/usr/lib64/python2.5/xen/util/pci.py", line 604, in detect_dev_info class_dev = self.pci_conf_read16(PCI_CLASS_DEVICE) File "/usr/lib64/python2.5/xen/util/pci.py", line 567, in pci_conf_read16 fd = os.open(self.cfg_space_path, os.O_RDONLY) OSError: [Errno 2] No such file or directory: ''/sys/bus/pci/devices/0000:06:00.0/config'' I check...
2006 Nov 22
1
Zaptel - make b410p fails on Ubuntu 6.10
...ror: ?mISDNobject_t? has no member named ?lock? /usr/src/zaptel-1.2.11/misdn/drivers/isdn/hardware/mISDN/avm_fritz.c:1183: error: ?mISDNinstance_t? has no member named ?hwlock? /usr/src/zaptel-1.2.11/misdn/drivers/isdn/hardware/mISDN/avm_fritz.c:1184: error: ?mISDNinstance_t? has no member named ?class_dev? /usr/src/zaptel-1.2.11/misdn/drivers/isdn/hardware/mISDN/avm_fritz.c:1187: warning: passing argument 4 of ?mISDN_init_instance? from incompatible pointer type /usr/src/zaptel-1.2.11/misdn/drivers/isdn/hardware/mISDN/avm_fritz.c:1193: warning: passing argument 4 of ?mISDN_init_instance? from inc...
2008 Oct 07
0
xend accesses wrong pci slot while enabling pci pass-through on xen3.3.0
...util/pci.py", line 423, in find_the_uppermost_pci_bridge dev_parent = PciDevice(dom, b, d, f) File "//usr/lib64/python/xen/util/pci.py", line 382, in __init__ self.detect_dev_info() File "//usr/lib64/python/xen/util/pci.py", line 603, in detect_dev_info class_dev = self.pci_conf_read16(PCI_CLASS_DEVICE) File "//usr/lib64/python/xen/util/pci.py", line 566, in pci_conf_read16 fd = os.open(self.cfg_space_path, os.O_RDONLY) OSError: [Errno 2] No such file or directory: \047/sys/bus/pci/devices/0000:06:00.0/config\047 Lspci -t is, linu...
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths