Cleanups suggested by check_driver.
authorDavid Schleef <ds@schleef.org>
Fri, 7 Jun 2002 20:22:45 +0000 (20:22 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 7 Jun 2002 20:22:45 +0000 (20:22 +0000)
comedi/drivers/amplc_pci230.c
comedi/drivers/contec_pci_dio.c
comedi/drivers/fl512.c
comedi/drivers/ni_at_ao.c
comedi/drivers/pcm3730.c
comedi/drivers/rtd520.c
comedi/drivers/serial2002.c
comedi/drivers/ssv_dnp.c

index 4b061893d3c66f3726b15c076770744d461410b6..39afc9c3e1c92def4b2c06a4d75b29de85ab065a 100644 (file)
@@ -27,6 +27,8 @@ Description: Driver for Amplicom PCI230 and PCI260 Multifunction I/O boards
 Author: Allan Willcox <allanwillcox@ozemail.com.au>
 Updated: Mon,  3 Sep 2001 17:37:12 -0700
 Devices: [Amplicon] PCI230 (amplc_pci230), PCI260
+Status: unknown
+
 */
 
 #include <linux/kernel.h>
index 4fc44f5d472c4b1e79b8c12a7342f48bf354c9a4..01124182a768674fbeef579dd79e1937448dff73 100644 (file)
@@ -127,6 +127,8 @@ static int contec_attach(comedi_device *dev,comedi_devconfig *it)
                        dev->iobase = pci_resource_start ( pcidev, 0 );
                        printk ( " base addr %x ", dev->iobase );
 
+                       dev->board_ptr = contec_boards + 0;
+
                        s=dev->subdevices+0;
 
                        s->type = COMEDI_SUBD_DI;
index 15e4526fd7617eea53c7fe5395f42dd6edf9c71d..d16046cf8460a7f15b92187a282f4e329a703656 100644 (file)
@@ -8,6 +8,7 @@ Driver: fl512.o
 Description: unknown
 Author: unknown
 Devices: [unknown] FL512 (fl512)
+Status: unknown
 
 Digital I/O is not supported.
 
index b8ab045c8c063f1ce7e4cf294865dc826eabd55f..8f7c021eec137eac3e82108294e514ae14a73d97 100644 (file)
 Driver: ni_at_ao.o
 Description: National Instruments AT-AO-6/10
 Devices: [National Instruments] AT-AO-6 (at-ao-6), AT-AO-10 (at-ao-10)
+Status: untested
 Author: ds
+Updated: Fri,  7 Jun 2002 13:20:30 -0700
+
+This driver has not been tested, but should work.
 
-20
 */
 /*
  * Register-level programming information can be found in NI
index 6ae0f8b6cddb212502e72835077d33e68ab3b55c..2a37442180aed3c2c73290ee8f047cab5eb23221 100644 (file)
@@ -8,6 +8,7 @@ Driver: pcm3730.o
 Description: PCM3730
 Author: Blaine Lee
 Devices: [Advantech] PCM-3730 (pcm3730)
+Status: unknown
 
 Configuration options:
   [0] - I/O port base
index 5720a150c832d2daa4180fedbca1004d0dd06f05..d2bb7682ffcde57f190125b27e5de1cffdc6c53d 100644 (file)
@@ -25,6 +25,7 @@ Description: Real Time Devices PCI4520/DM7520
 Author: Dan Christian
 Devices: [Real Time Devices] DM7520HR-1 (DM7520), DM7520HR-8 (DM7520-8),
   PCI4520 (PCI4520), PCI4520-8 (PCI4520-8)
+Status: unknown
 
 Configuration options:
   [0] - PCI bus of device (optional)
index bffd765aab74a5288c1a12d87e0d7a5de42a32b4..009c7b21cdab6745f0777bee3849f04343780f33 100644 (file)
@@ -24,6 +24,7 @@
 /*
 Driver: serial2002.o
 Description: Driver for serial connected hardware
+Devices:
 Author: Anders Blomdell
 Updated: Fri,  7 Jun 2002 12:56:45 -0700
 Status: in development
index 0b4ba796183dcfb7a5067f9645023fb4bda52f09..4d5b8735b8c170c14bf96a3038494c4655444f45 100644 (file)
@@ -26,6 +26,7 @@ Driver: ssv_dnp.o
 Description: SSV Embedded Systems DIL/Net-PC
 Author: Robert Schwebel <robert@schwebel.de>
 Devices: [SSV Embedded Systems] DIL/Net-PC 1486 (dnp-1486)
+Status: unknown
 */
 
 /* include files ----------------------------------------------------------- */