[PATCH] Staging: bcm: Clean up code in ioctl: IOCTL_BCM_EEPROM_REGISTER_READ

2011-11-08 Thread Kevin McKinney
This patch verifies two conditions before executing a kmalloc call. First, it checks to see that IoBuffer.OutputLength is not greater than an unsigned short. If so, an invalid value may be returned. The second change is a check to make sure IoBuffer.OutputLength is not equal to zero. Which simply k

RE: [PATCH 1/1] Staging: hv: Move the mouse driver out of staging

2011-11-08 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:gre...@suse.de] > Sent: Tuesday, November 08, 2011 7:49 PM > To: KY Srinivasan > Cc: Dmitry Torokhov; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; oher...@suse.com; j...@perches.com; > jkos...@suse.cz > Subject: Re: [PATCH 1/1]

Re: [PATCH 1/1] Staging: hv: Move the mouse driver out of staging

2011-11-08 Thread Greg KH
On Wed, Nov 09, 2011 at 12:45:30AM +, KY Srinivasan wrote: > > > > -Original Message- > > From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] > > Sent: Monday, November 07, 2011 12:51 AM > > To: KY Srinivasan > > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > > devel@linuxdr

RE: [PATCH 1/1] Staging: hv: Move the mouse driver out of staging

2011-11-08 Thread KY Srinivasan
> -Original Message- > From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] > Sent: Monday, November 07, 2011 12:51 AM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; oher...@suse.com; > j...@perche

[PATCH] Staging: line6: Use kmemdup rather than duplicating its implementation

2011-11-08 Thread Thomas Meyer
From: Thomas Meyer Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Thomas Meyer --- di

[PATCH] staging: rtl8192e: Use kmemdup rather than duplicating its implementation

2011-11-08 Thread Thomas Meyer
From: Thomas Meyer Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Thomas Meyer --- di

Re: [PATCH] staging: rtl8192e: Use kzalloc rather than kmalloc

2011-11-08 Thread Dan Carpenter
On Tue, Nov 08, 2011 at 08:05:53PM +0100, Thomas Meyer wrote: > From: Thomas Meyer > > Use kzalloc rather than kmalloc followed by memset with 0 > > This considers some simple cases that are common and easy to validate > Note in particular that there are no ...s in the rule, so all of the >

[PATCH] staging: rtl8192e: Use kmemdup rather than duplicating its implementation

2011-11-08 Thread Thomas Meyer
From: Thomas Meyer Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Thomas Meyer --- di

Re: [PATCH] staging: rtl8192e: Use kzalloc rather than kmalloc

2011-11-08 Thread Jesper Juhl
On Tue, 8 Nov 2011, Thomas Meyer wrote: > From: Thomas Meyer > You should seriously consider giving your patch mails unique subjects. Many patches with identical subjects are prone to be missed by people on the list and it's also harder to refer to a specific patch later. -- Jesper Juhl

[PATCH] staging: rtl8192e: Use kzalloc rather than kmalloc

2011-11-08 Thread Thomas Meyer
From: Thomas Meyer Use kzalloc rather than kmalloc followed by memset with 0 This considers some simple cases that are common and easy to validate Note in particular that there are no ...s in the rule, so all of the matched code has to be contiguous The semantic patch that makes this chang

[PATCH] staging: rtl8192e: Use kzalloc rather than kmalloc

2011-11-08 Thread Thomas Meyer
From: Thomas Meyer Use kzalloc rather than kmalloc followed by memset with 0 This considers some simple cases that are common and easy to validate Note in particular that there are no ...s in the rule, so all of the matched code has to be contiguous The semantic patch that makes this chang

[PATCH] staging: rtl8192e: Use kzalloc rather than kmalloc

2011-11-08 Thread Thomas Meyer
From: Thomas Meyer Use kzalloc rather than kmalloc followed by memset with 0 This considers some simple cases that are common and easy to validate Note in particular that there are no ...s in the rule, so all of the matched code has to be contiguous The semantic patch that makes this chang

[PATCH] staging: rtl8192e: Use kzalloc rather than kmalloc

2011-11-08 Thread Thomas Meyer
From: Thomas Meyer Use kzalloc rather than kmalloc followed by memset with 0 This considers some simple cases that are common and easy to validate Note in particular that there are no ...s in the rule, so all of the matched code has to be contiguous The semantic patch that makes this chang

[PATCH] staging: rtl8192e: Use kzalloc rather than kmalloc

2011-11-08 Thread Thomas Meyer
From: Thomas Meyer Use kzalloc rather than kmalloc followed by memset with 0 This considers some simple cases that are common and easy to validate Note in particular that there are no ...s in the rule, so all of the matched code has to be contiguous The semantic patch that makes this chang

[PATCH] staging: rtl8192e: Use kzalloc rather than kmalloc

2011-11-08 Thread Thomas Meyer
From: Thomas Meyer Use kzalloc rather than kmalloc followed by memset with 0 This considers some simple cases that are common and easy to validate Note in particular that there are no ...s in the rule, so all of the matched code has to be contiguous The semantic patch that makes this chang

Re: Staging: Easycap DC60 driver: Getting started

2011-11-08 Thread Greg KH
On Tue, Nov 08, 2011 at 03:10:07PM -0300, Ezequiel García wrote: > El 8 de noviembre de 2011 13:56, Greg KH escribió: > > > > On Tue, Nov 08, 2011 at 01:50:40PM -0300, Ezequiel García wrote: > > > Hi, > > > I would like to start working in the staging easycap driver. I have one of > > > those devi

Re: Staging: Easycap DC60 driver: Getting started

2011-11-08 Thread Ezequiel García
El 8 de noviembre de 2011 13:56, Greg KH escribió: > > On Tue, Nov 08, 2011 at 01:50:40PM -0300, Ezequiel García wrote: > > Hi, > > I would like to start working in the staging easycap driver. I have one of > > those devices, so I will be able to do some testing. > > > > I have a couple of questio

[PATCH 10/11] Staging: hv: storvsc: Support hot add of scsi disks

2011-11-08 Thread K. Y. Srinivasan
Support hot add of scsi disks. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/s

[PATCH 1/1] Staging: hv: storvsc: Move the storage driver out of the staging area

2011-11-08 Thread K. Y. Srinivasan
The storage driver (storvsc_drv.c) handles all block storage devices assigned to Linux guests hosted on Hyper-V. This driver has been in the staging tree for a while and this patch moves it out of the staging area. As per Greg's recommendation, this patch makes no changes to the staging/hv director

Re: Staging: Easycap DC60 driver: Getting started

2011-11-08 Thread Greg KH
On Tue, Nov 08, 2011 at 01:50:40PM -0300, Ezequiel García wrote: > Hi,  > I would like to start working in the staging easycap driver. I have one of > those devices, so I will be able to do some testing. > > I have a couple of questions though: > - Is there anyone working on it right now? > - I ha

RE: [PATCH 0000/0011] Staging: hv: storvsc cleanup/new features

2011-11-08 Thread KY Srinivasan
> -Original Message- > From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] > Sent: Tuesday, November 08, 2011 11:40 AM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; oher...@suse.com;

Re: [PATCH 0000/0011] Staging: hv: storvsc cleanup/new features

2011-11-08 Thread James Bottomley
On Tue, 2011-11-08 at 09:01 -0800, K. Y. Srinivasan wrote: > Cleanup storvsc based on review comments from James and > implement a couple of new features: > > 1) The bulk of this patch-set addresses the review comments by James. > James, the last time I had posted the patch to move

[PATCH 01/11] Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_request

2011-11-08 Thread K. Y. Srinivasan
We intend to use the storage driver to manage the root device. To avoid deadlocks, use mempools to allocate struct storvsc_cmd_request. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c | 30 +- 1 files changed, 25 in

[PATCH 08/11] Staging: hv: storvsc: Get rid of an unnecessary forward declaration

2011-11-08 Thread K. Y. Srinivasan
Get rid of an unnecessary forward declaration. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index 91

[PATCH 05/11] Staging: hv: storvsc: Use the accessor function shost_priv()

2011-11-08 Thread K. Y. Srinivasan
Use the accessor function shost_priv(). Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c | 14 +- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c ind

[PATCH 07/11] Staging: hv: storvsc: use the macro KBUILD_MODNAME

2011-11-08 Thread K. Y. Srinivasan
Use the macro KBUILD_MODNAME. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index 827bc68..916f5d0 10

[PATCH 04/11] Staging: hv: storvsc: Fix error handling storvsc_host_reset()

2011-11-08 Thread K. Y. Srinivasan
Fix error handling storvsc_host_reset(). I would like to thank Long Li for reporting this. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Reported-by: Long Li --- drivers/staging/hv/storvsc_drv.c | 20 ++-- 1 files changed, 6 insertions(+), 14 deletions(-) dif

[PATCH 11/11] Staging: hv: storvsc: Support hot-removing of scsi devices

2011-11-08 Thread K. Y. Srinivasan
Support hot-removing of scsi devices. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c | 45 ++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/stagi

[PATCH 06/11] Staging: hv: storvsc: Use the unlocked version queuecommand

2011-11-08 Thread K. Y. Srinivasan
Use the unlocked version queuecommand. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c | 19 +-- 1 files changed, 5 insertions(+), 14 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.

[PATCH 03/11] Staging: hv: storvsc: Fixup the error when processing SET_WINDOW command

2011-11-08 Thread K. Y. Srinivasan
Fixup the error when processing SET_WINDOW command. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c ind

[PATCH 02/11] Staging: hv: storvsc: Cleanup error handling in the probe function

2011-11-08 Thread K. Y. Srinivasan
Cleanup error handling in the probe function. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c | 42 + 1 files changed, 24 insertions(+), 18 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drive

[PATCH 09/11] Staging: hv: storvsc: Upgrade the vmstor protocol version

2011-11-08 Thread K. Y. Srinivasan
In preparation for supporting hot add/remove of scsi devices, upgrade the vmstor protocol version. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/st

[PATCH 0000/0011] Staging: hv: storvsc cleanup/new features

2011-11-08 Thread K. Y. Srinivasan
Cleanup storvsc based on review comments from James and implement a couple of new features: 1) The bulk of this patch-set addresses the review comments by James. James, the last time I had posted the patch to move the storage driver out of staging, you wanted to wait

Digital Photo Editing Services - Photo Cutout

2011-11-08 Thread Rick
You are receiving this email because we wish you to use our digital photo editing services. Digital Photo Editing Services: We are a China based Imaging Professionals. We offer basic and advanced digital photo Editing services and solutions like photo Cutout, morphological photo Editing, photo

Re: [PATCH] Staging: bcm: Add min/max restrictions for ioctl, IOCTL_BCM_EEPROM_REGISTER_READ

2011-11-08 Thread Kevin McKinney
Hi Dan, On Tue, Nov 8, 2011 at 1:08 AM, Dan Carpenter wrote: > Your patch to IOCTL_BCM_REGISTER_READ_PRIVATE fixed some real > security problems, but there aren't any here in the original code > that I can see. > > It's true that the usb_control_msg() can only handle a USHRT_MAX so > if you passed

[PATCH 20/20] Staging: comedi: fix brace coding style issue in daqboard2000.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the daqboard2000.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/daqboard2000.c | 20 1 files changed, 8 insertions(+), 12 deletions(-) diff --g

[PATCH 16/20] Staging: comedi: fix printk issue in das800.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the das800.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_dbg. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/das800.c | 24 1 files changed, 12 insertions(+),

[PATCH 14/20] Staging: comedi: fix printk issue in cb_pcimdas.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcimdas.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Removed ifdef CBPCIMDAS_DEBUG and unecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pc

[PATCH 19/20] Staging: comedi: fix brace coding style issue in daqboard2000.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the daqboard2000.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/daqboard2000.c | 15 +-- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/

[PATCH 15/20] Staging: comedi: fix printk issue in das800.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the das800.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/das800.c | 19 ++- 1 files changed, 10 insertions(+), 9

[PATCH 18/20] Staging: comedi: fix printk issue in das08_cs.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the das08_cs.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/das08_cs.c |8 +++- 1 files changed, 3 insertions(+), 5 deletion

[PATCH 17/20] Staging: comedi: fix printk issue in adv_pci_dio.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the adv_pci_dio.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/adv_pci_dio.c | 23 +++-

[PATCH 13/20] Staging: comedi: fix printk issue in cb_pcimdas.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcimdas.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Removed ifdef CBPCIMDAS_DEBUG. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcimdas.c | 12 +--- 1 fi

[PATCH 12/20] Staging: comedi: fix printk issue in cb_pcimdas.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcimdas.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk. Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcimdas.c | 19 +++

[PATCH 10/20] Staging: comedi: fix printk issue in cb_pcidda.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidda.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk and Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidda.c | 18 ++

[PATCH 07/20] Staging: comedi: fix brace coding style issue in das16m1.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the das16m1.c file that fixes up a brace coding warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/das16m1.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/driver

[PATCH 05/20] Staging: comedi: fix brace coding style issue in pcl818.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the pcl818.c file that fixes up a brace coding style warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/pcl818.c | 63 +-- 1 files changed, 26 insertions(+), 37 deletions

[PATCH 09/20] Staging: comedi: fix printk issue in cb_pcidas.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidas.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk and Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidas.c | 17 +++---

[PATCH 11/20] Staging: comedi: fix printk issue in cb_pcidio.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidio.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_printk and Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidio.c | 23 --

[PATCH 08/20] Staging: comedi: fix printk issue in adv_pci1710.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the adv_pci1710.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to dev_version and Removed an unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/adv_pci1710.c | 32 ++

[PATCH 06/20] Staging: comedi: fix NULL initilization issue in pcl818.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the pcl818.c file that fixes up a NULL initilization warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/pcl818.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/sta

[PATCH 03/20] Staging: comedi: fix printk issue in c6xdigio.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the c6xdigio.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to dev_version. Function name is converted to %s, __func__ format. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/c6xdigio.c | 15 ++

[PATCH 04/20] Staging: comedi: fix printk issue in cb_das16_cs.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_das16_cs.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to dev_printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_das16_cs.c | 18 -- 1 files changed, 8 insertion

[PATCH 02/20] Staging: comedi: fix printk issue in serial2002.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the serial2002.c file that fixes up a printk warning found by the checkpatch.pl tool. converted printks to dev_version. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/serial2002.c |7 --- 1 files changed, 4 insertions(+), 3 dele

[PATCH 01/20] Staging: comedi: fix printk issue in das6402.c

2011-11-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the das6402.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to dev_version. Removed unnecessary printk statements. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/das6402.c | 23 +++-

[PATCH v3] Driver for GE PIO2 VME Card

2011-11-08 Thread Martyn Welch
This patch implements a driver for the GE PIO2 VME Parallel I/O Card. This card is a 6U VME Card, implementing 32 solid-state relay switched IO lines, in 4 groups of 8. Each bank of IO lines is built to function as input, output or both depending on the variant of the card. Signed-off-by: Martyn

Re: [PATCH v2] Driver for GE PIO2 VME Card

2011-11-08 Thread Martyn Welch
On 07/11/11 18:26, Paul Bolle wrote: > On Mon, 2011-11-07 at 17:27 +, Martyn Welch wrote: >> + If you say Y here you have a GE PIO2. The PIO2 is a 6U VME Card, > > I've tried that about a dozen times and I still don't have a GE PIO2. > But perhaps its very small, than I might have simply