Displaying 9 results from an estimated 9 matches for "class_device".
2009 Jan 10
2
Lenny. Where to find zaptel patches
Hi,
While issuing make, I've got:
...
CC [M] /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.o
/usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c: In function ?zt_register?:
/usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c:5230: error: implicit
declaration of function ?class_device_create?
My system is Lenny and before getting this error, I successfully did :
apt-get source libpri zaptel asterisk
cd /usr/src/libpri-1.4.3
make && make install
cd ../zaptel-1.4.11~dfsg
./configure
It seems to come from class_device deprecation in linux 2.6.26 (see:
http://bugs.digium....
2009 Jan 08
2
Could you compile mISDN 1.1.8 on Lenny ?
Hi,
Before diving into this, I would very pleased to know if someone could yes
or no, successfully compile mISDN 1.1.8 on Lenny (latest RC1 or beta2
version) ?
Regards
After a fresh install on Lenny, I can reproduce at will :
apt-get install build-essential linux-headers-2.6.26-1-686
cd /usr/src
wget http://www.misdn.org/downloads/mISDN.tar.gz
tar xvf mISDN.tar.gz
cd mISDN-1_1_8
make
....
2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
...++ switch (iu->srp.tsk_mgmt.tsk_mgmt_func) {
++ case SRP_TSK_ABORT_TASK:
++ asc = 0x14;
++ if (result)
++ status = ABORTED_COMMAND;
++ break;
++ default:
++ break;
++ }
++
++ send_rsp(iue, NULL, status, asc);
++ srp_iu_put(iue);
++
++ return 0;
++}
++
++static ssize_t system_id_show(struct class_device *cdev, char *buf)
++{
++ return snprintf(buf, PAGE_SIZE, "%s\n", system_id);
++}
++
++static ssize_t partition_number_show(struct class_device *cdev, char *buf)
++{
++ return snprintf(buf, PAGE_SIZE, "%x\n", partition_number);
++}
++
++static ssize_t unit_address_show(struct cla...
2006 Feb 24
2
r56 - trunk/debian
...:29.000000000 +0200
-+++ linux-2.6.12-xen/arch/i386/kernel/msr.c 2006-02-17 00:45:18.253518395 +0100
++++ linux-2.6.12-xen/arch/i386/kernel/msr.c 2006-02-25 00:12:33.809988520 +0100
@@ -260,7 +260,7 @@ static struct file_operations msr_fops =
.open = msr_open,
};
@@ -233,7 +233,7 @@
struct class_device *class_err;
diff -Nurp pristine-linux-2.6.12/arch/i386/kernel/process.c linux-2.6.12-xen/arch/i386/kernel/process.c
--- pristine-linux-2.6.12/arch/i386/kernel/process.c 2005-06-17 21:48:29.000000000 +0200
-+++ linux-2.6.12-xen/arch/i386/kernel/process.c 2006-02-17 00:45:18.253518395 +0100
++++ li...
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
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been
granted by other domains.
Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel