Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aad47448 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: addi_apci_2200: remove unnecessary info from boardinfo



Remove the information from the boardinfo that was only needed to
work out the usage of the PCI bars.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a0ba8a29
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -48,9 +48,6 @@ You should also find the complete GPL in the COPYING file accompanying this sour


/*********      Definitions for APCI-2200 card  *****/
/*********      Definitions for APCI-2200 card  *****/


/* Card Specific information */
#define APCI2200_ADDRESS_RANGE		64

/* DIGITAL INPUT-OUTPUT DEFINE */
/* DIGITAL INPUT-OUTPUT DEFINE */


#define APCI2200_DIGITAL_OP		4
#define APCI2200_DIGITAL_OP		4
+0 −4
Original line number Original line Diff line number Diff line
@@ -10,10 +10,6 @@ static const struct addi_board apci2200_boardtypes[] = {
		.pc_DriverName		= "apci2200",
		.pc_DriverName		= "apci2200",
		.i_VendorId		= PCI_VENDOR_ID_ADDIDATA,
		.i_VendorId		= PCI_VENDOR_ID_ADDIDATA,
		.i_DeviceId		= 0x1005,
		.i_DeviceId		= 0x1005,
		.i_IorangeBase0		= 4,
		.i_IorangeBase1		= APCI2200_ADDRESS_RANGE,
		.i_PCIEeprom		= ADDIDATA_EEPROM,
		.pc_EepromChip		= ADDIDATA_93C76,
		.i_NbrDiChannel		= 8,
		.i_NbrDiChannel		= 8,
		.i_NbrDoChannel		= 16,
		.i_NbrDoChannel		= 16,
		.i_Timer		= 1,
		.i_Timer		= 1,