|
@@ -32,8 +32,8 @@ static const struct addi_board apci3200_boardtypes[] = {
|
|
|
[BOARD_APCI3200] = {
|
|
|
.pc_DriverName = "apci3200",
|
|
|
.i_IorangeBase1 = 256,
|
|
|
- .i_PCIEeprom = ADDIDATA_EEPROM,
|
|
|
- .pc_EepromChip = ADDIDATA_S5920,
|
|
|
+ .i_PCIEeprom = 1,
|
|
|
+ .pc_EepromChip = "S5920",
|
|
|
.i_NbrAiChannel = 16,
|
|
|
.i_NbrAiChannelDiff = 8,
|
|
|
.i_AiChannelList = 16,
|
|
@@ -58,8 +58,8 @@ static const struct addi_board apci3200_boardtypes[] = {
|
|
|
[BOARD_APCI3300] = {
|
|
|
.pc_DriverName = "apci3300",
|
|
|
.i_IorangeBase1 = 256,
|
|
|
- .i_PCIEeprom = ADDIDATA_EEPROM,
|
|
|
- .pc_EepromChip = ADDIDATA_S5920,
|
|
|
+ .i_PCIEeprom = 1,
|
|
|
+ .pc_EepromChip = "S5920",
|
|
|
.i_NbrAiChannelDiff = 8,
|
|
|
.i_AiChannelList = 8,
|
|
|
.i_AiMaxdata = 0x3ffff,
|