Re: [PATCH 3/3] UIO: Hilscher CIF card driver

2007-07-19 Thread Hans-Jürgen Koch
Am Donnerstag 19 Juli 2007 22:02 schrieb Jan Engelhardt: > > On Jul 19 2007 21:28, Hans-Jürgen Koch wrote: > >Am Donnerstag 19 Juli 2007 18:33 schrieb Jan Engelhardt: > >> On Jul 18 2007 16:26, Greg Kroah-Hartman wrote: > >> > > >> >http://www.tglx.de/private/hjk/cif-orig-2.6.tar.bz2 > >> > > >> >

Re: [PATCH 3/3] UIO: Hilscher CIF card driver

2007-07-19 Thread Jan Engelhardt
On Jul 19 2007 21:28, Hans-Jürgen Koch wrote: >Am Donnerstag 19 Juli 2007 18:33 schrieb Jan Engelhardt: >> On Jul 18 2007 16:26, Greg Kroah-Hartman wrote: >> > >> >http://www.tglx.de/private/hjk/cif-orig-2.6.tar.bz2 >> > >> >WARNING: Don't look at the code for too long, you might become sick :-) >

Re: [PATCH 3/3] UIO: Hilscher CIF card driver

2007-07-19 Thread Hans-Jürgen Koch
Am Donnerstag 19 Juli 2007 18:33 schrieb Jan Engelhardt: > > On Jul 18 2007 16:26, Greg Kroah-Hartman wrote: > > > >http://www.tglx.de/private/hjk/cif-orig-2.6.tar.bz2 > > > >WARNING: Don't look at the code for too long, you might become sick :-) > > Taking precautions for people? I get a 404...

Re: [PATCH 3/3] UIO: Hilscher CIF card driver

2007-07-19 Thread Jan Engelhardt
On Jul 18 2007 16:26, Greg Kroah-Hartman wrote: > >http://www.tglx.de/private/hjk/cif-orig-2.6.tar.bz2 > >WARNING: Don't look at the code for too long, you might become sick :-) Taking precautions for people? I get a 404... Jan -- - To unsubscribe from this list: send the line "unsubs

[PATCH 3/3] UIO: Hilscher CIF card driver

2007-07-18 Thread Greg Kroah-Hartman
From: Hans-Jürgen Koch <[EMAIL PROTECTED]> this is a patch that adds support for Hilscher CIF DeviceNet and Profibus cards. I tested it on a Kontron CPX board, and Thomas reviewed it. You can find the user space part here: http://www.osadl.org/projects/downloads/UIO/user/cif-0.1.0.tar.gz Notes:

[PATCH 3/3] UIO: Hilscher CIF card driver

2007-05-08 Thread Greg Kroah-Hartman
From: Hans-Jürgen Koch <[EMAIL PROTECTED]> this is a patch that adds support for Hilscher CIF DeviceNet and Profibus cards. I tested it on a Kontron CPX board, and Thomas reviewed it. You can find the user space part here: http://www.osadl.org/projects/downloads/UIO/user/cif-0.1.0.tar.gz Notes:

Re: [PATCH 3/3] UIO: Hilscher CIF card driver (with patch)

2007-04-29 Thread Hans-Jürgen Koch
Am Samstag 28 April 2007 00:50 schrieb Greg Kroah-Hartman: > +static int __devinit hilscher_pci_probe(struct pci_dev *dev, > + const struct pci_device_id *id) > +{ > + struct uio_info *info; > + > + info = kzalloc(sizeof(struct uio_info), GFP_KERNEL); >

[PATCH 3/3] UIO: Hilscher CIF card driver

2007-04-27 Thread Greg Kroah-Hartman
From: Hans-Jürgen Koch <[EMAIL PROTECTED]> this is a patch that adds support for Hilscher CIF DeviceNet and Profibus cards. I tested it on a Kontron CPX board, and Thomas reviewed it. You can find the user space part here: http://www.osadl.org/projects/downloads/UIO/user/cif-0.1.0.tar.gz Notes: