From: David Schleef Date: Fri, 7 Jun 2002 20:22:45 +0000 (+0000) Subject: Cleanups suggested by check_driver. X-Git-Tag: r0_7_65~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=94ac6e2dc7a10beb8e34d8959501f5de987a9ff3;p=comedi.git Cleanups suggested by check_driver. --- diff --git a/comedi/drivers/amplc_pci230.c b/comedi/drivers/amplc_pci230.c index 4b061893..39afc9c3 100644 --- a/comedi/drivers/amplc_pci230.c +++ b/comedi/drivers/amplc_pci230.c @@ -27,6 +27,8 @@ Description: Driver for Amplicom PCI230 and PCI260 Multifunction I/O boards Author: Allan Willcox Updated: Mon, 3 Sep 2001 17:37:12 -0700 Devices: [Amplicon] PCI230 (amplc_pci230), PCI260 +Status: unknown + */ #include diff --git a/comedi/drivers/contec_pci_dio.c b/comedi/drivers/contec_pci_dio.c index 4fc44f5d..01124182 100644 --- a/comedi/drivers/contec_pci_dio.c +++ b/comedi/drivers/contec_pci_dio.c @@ -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; diff --git a/comedi/drivers/fl512.c b/comedi/drivers/fl512.c index 15e4526f..d16046cf 100644 --- a/comedi/drivers/fl512.c +++ b/comedi/drivers/fl512.c @@ -8,6 +8,7 @@ Driver: fl512.o Description: unknown Author: unknown Devices: [unknown] FL512 (fl512) +Status: unknown Digital I/O is not supported. diff --git a/comedi/drivers/ni_at_ao.c b/comedi/drivers/ni_at_ao.c index b8ab045c..8f7c021e 100644 --- a/comedi/drivers/ni_at_ao.c +++ b/comedi/drivers/ni_at_ao.c @@ -24,9 +24,12 @@ 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 diff --git a/comedi/drivers/pcm3730.c b/comedi/drivers/pcm3730.c index 6ae0f8b6..2a374421 100644 --- a/comedi/drivers/pcm3730.c +++ b/comedi/drivers/pcm3730.c @@ -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 diff --git a/comedi/drivers/rtd520.c b/comedi/drivers/rtd520.c index 5720a150..d2bb7682 100644 --- a/comedi/drivers/rtd520.c +++ b/comedi/drivers/rtd520.c @@ -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) diff --git a/comedi/drivers/serial2002.c b/comedi/drivers/serial2002.c index bffd765a..009c7b21 100644 --- a/comedi/drivers/serial2002.c +++ b/comedi/drivers/serial2002.c @@ -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 diff --git a/comedi/drivers/ssv_dnp.c b/comedi/drivers/ssv_dnp.c index 0b4ba796..4d5b8735 100644 --- a/comedi/drivers/ssv_dnp.c +++ b/comedi/drivers/ssv_dnp.c @@ -26,6 +26,7 @@ Driver: ssv_dnp.o Description: SSV Embedded Systems DIL/Net-PC Author: Robert Schwebel Devices: [SSV Embedded Systems] DIL/Net-PC 1486 (dnp-1486) +Status: unknown */ /* include files ----------------------------------------------------------- */