Name | Unit | Description |
---|---|---|
card_already_registered | kdallres | 'PROPERTY ERROR: Cannot change property value - the card is already registered !' |
conflict_ranges | kdallres | 'INTER-RESOURCE ERROR: An intersecting range had been already made lockable: ' |
dependent1l_registration_priority | kdallres | dependent1l_registration_priority constant declares that a resource has the dependency of the first level on other resources registered ahead. Resources with this priority are always registered with the second order. |
dependent2l_registration_priority | kdallres | dependent2l_registration_priority constant declares that a resource has the dependency of the second level on other resources registered ahead. Resources with this priority are always registered with the third order. |
dependent3l_registration_priority | kdallres | dependent3l_registration_priority constant declares that a resource has the dependency of the third level on other resources registered ahead. Resources with this priority are always registered with the fourth order. |
DMA_Pages | kddmabuffer | DMA_Pages constant is the highest possible number of DMA pages supported. |
feedback_register_required | kdallres | 'PROPERTIES INTEGRITY ERROR: A feedback register must be specified' |
illegal_base_address | kdallres | 'PROPERTY ERROR: Illegal base address value' |
illegal_pci_bist | kdallres | 'PROPERTY ERROR: Illegal PCI BIST value' |
illegal_pci_cachelinesize | kdallres | 'PROPERTY ERROR: Illegal PCI CasheLineSize value' |
illegal_pci_capptr | kdallres | 'PROPERTY ERROR: Illegal PCI CapPtr value' |
illegal_pci_cardbuscis | kdallres | 'PROPERTY ERROR: Illegal PCI CardBusCIS' |
illegal_pci_classcode | kdallres | 'PROPERTY ERROR: Illegal PCI ClassCode value' |
illegal_pci_commandreg | kdallres | 'PROPERTY ERROR: Illegal PCI CommandReg value' |
illegal_pci_deviceid | kdallres | 'PROPERTY ERROR: Illegal PCI DeviceId value' |
illegal_pci_expansionrom | kdallres | 'PROPERTY ERROR: Illegal PCI ExpansionROM value' |
illegal_pci_headertype | kdallres | 'PROPERTY ERROR: Illegal PCI HeaderType value' |
illegal_pci_interrupt | kdallres | 'PROPERTY ERROR: Interrupt number Interrupt does not correspond to hardware configuration' |
illegal_pci_interruptline | kdallres | 'PROPERTY ERROR: Illegal PCI InterruptLine value' |
illegal_pci_interruptpin | kdallres | 'PROPERTY ERROR: Illegal PCI InterruptPin value' |
illegal_pci_latency | kdallres | 'PROPERTY ERROR: Illegal PCI Latency value' |
illegal_pci_maxlatency | kdallres | 'PROPERTY ERROR: Illegal PCI MaxLatency value' |
illegal_pci_mingrant | kdallres | 'PROPERTY ERROR: Illegal PCI MinGrant value' |
illegal_pci_progif | kdallres | 'PROPERTY ERROR: Illegal PCI ProgIf value' |
illegal_pci_range | kdallres | 'PROPERTY ERROR: One or more specified address ranges (HardwareRange0 - HardwareRange5 ) do not correspond to real configuration' |
illegal_pci_revisionid | kdallres | 'PROPERTY ERROR: Illegal PCI RevisionId value' |
illegal_pci_statusreg | kdallres | 'PROPERTY ERROR: Illegal PCI StatusReg value' |
illegal_pci_subclass | kdallres | 'PROPERTY ERROR: Illegal PCI SubClass value' |
illegal_pci_subsystemdeviceid | kdallres | 'PROPERTY ERROR: Illegal PCI SubsystemDeviceID value' |
illegal_pci_subsystemvendorid | kdallres | 'PROPERTY ERROR: Illegal PCI SubsystemVendorID value' |
illegal_pci_vendorid | kdallres | 'PROPERTY ERROR: Illegal PCI VendorId value' |
illegal_regular_expression | kdallres | 'illegal regular expression, talk to developers' |
illegal_resource_unique_identifier | kdallres | 'REGISTRATION ERROR: Illegal unique identifier of the resource' |
independent_registration_priority | kdallres | independent_registration_priority constant declares that a resource has no dependencies on other resources. Resources with this priority are always registered first. |
interrupt_acknowledgement_illegal_add | kdallres | 'Illegal addition. Use the following construction: kdInterruptObject.AddInterruptAcknowledgement(IAObject); instead of: kdInterruptObject.InterruptAcknowledgement.Add(IAObject)' |
interrupt_acknowledgement_illegal_assign | kdallres | 'Illegal assignment. Use the following construction: kdInterruptObject.AddInterruptAcknowledgement(IAObject); instead of: kdInterruptObject.InterruptAcknowledgement.Assign(...)' |
interrupt_acknowledgement_illegal_clear | kdallres | 'You are prohibited from clearing actions in the interrupt acknowledgement list' |
interrupt_acknowledgement_illegal_delete | kdallres | 'Illegal deletion. Use the following construction: kdInterruptObject.DeleteInterruptAcknowledgement(IAObject.Handle); instead of: kdInterruptObject.InterruptAcknowledgement.Delete(Index)' |
interrupt_acknowledgement_illegal_exchange | kdallres | 'You are prohibited from exchanging actions in the interrupt acknowledgement list' |
interrupt_acknowledgement_illegal_extract | kdallres | 'Illegal extraction. Use the following construction: kdInterruptObject.DeleteInterruptAcknowledgement(IAObject.Handle); instead of: kdInterruptObject.InterruptAcknowledgement.Extract(IAObject)' |
interrupt_acknowledgement_illegal_insert | kdallres | 'Illegal insertion. Use the following construction: kdInterruptObject.AddInterruptAcknowledgement(IAObject); instead of: kdInterruptObject.InterruptAcknowledgement.Insert(Index, IAObject)' |
interrupt_acknowledgement_illegal_move | kdallres | 'You are prohibited from moving actions in the interrupt acknowledgement list' |
interrupt_acknowledgement_illegal_remove | kdallres | 'Illegal removal. Use the following construction: kdInterruptObject.DeleteInterruptAcknowledgement(IAObject.Handle); instead of: kdInterruptObject.InterruptAcknowledgement.Remove(IAObject)' |
interrupt_acknowledgement_illegal_sort | kdallres | 'You are prohibited from sorting actions in the interrupt acknowledgement list' |
interrupt_already_serviced | kdallres | 'INTER-RESOURCE ERROR: The interrupt is already serviced by: ' |
interrupt_handler_illegal_assignment | kdallres | 'Illegal assignment. Use the following construction: kdInterruptObject.InterruptHandler:= StringListObject; instead of: kdInterruptObject.InterruptHandler.Assign(StringListObject)' |
interrupt_handler_illegal_sort | kdallres | 'You are prohibited from sorting instructions in the interrupt handler string list' |
interrupt_handler_insufficient_memory | kdallres | 'Insufficient memory to (re)allocate interrupt handler data storage' |
invalid_feedback_register | kdallres | 'PROPERTIES INTEGRITY ERROR: No feedback action specified' |
invalid_hexadecimal_value | kdallres | 'PROPERTY ERROR: Not a valid hexadecimal value' |
invalid_interrupt_line | kdallres | 'COMMON: Invalid IRQ number' |
invalid_io_value | kdallres | 'PROPERTY ERROR: Not an appropriate value for this property' |
invalid_owner | kdallres | 'A component can be placed onto a TDataModule instance only.' |
invalid_range | kdallres | 'PROPERTIES INTEGRITY ERROR: "RangeTo" must be higher or equal to "RangeFrom"' |
invalid_register_size | kdallres | 'INTER-RESOURCE ERROR: The value is out of the corresponding register size' |
invalid_transfer_count | kdallres | 'PROPERTIES INTEGRITY ERROR: Incompatible "TransferCount"-"TransferOffset"-"TransferSize" combination' |
invalid_transfer_offset | kdallres | 'PROPERTY ERROR: The value is out of the resource range' |
invalid_transfer_size | kdallres | 'PROPERTIES INTEGRITY ERROR: Incompatible properties "TransferSize" and "TransferOffset" or range too small' |
invalid_transfer_type | kdallres | 'PROPERTIES INTEGRITY ERROR: Incompatible properties "TransferAutoInc" and "TransferType"' |
invalid_usb_productid | kdallres | 'PROPERTY ERROR: Not a valid ProductID value' |
invalid_usb_vendorid | kdallres | 'PROPERTY ERROR: Not a valid DeviceID value' |
no_driver | kdallres | 'NO DRIVER: Load driver first by setting "ScriptPath","DevicePath" and "ModuleLoaded" properties of the TkdCustomCard component.' |
no_feedback_register | kdallres | 'INTER-RESOURCE ERROR: There is no TkdHWRangeRegister resources on your Card' |
PCI_BASE_ADDR0 | kdpcitypes | address space 0 $10 |
PCI_BASE_ADDR1 | kdpcitypes | address space 1 $14 |
PCI_BASE_ADDR2 | kdpcitypes | address space 2 $18 |
PCI_BASE_ADDR3 | kdpcitypes | address space 3 $1c |
PCI_BASE_ADDR4 | kdpcitypes | address space 4 $20 |
PCI_BASE_ADDR5 | kdpcitypes | address space 5 $24 |
PCI_BASE_ADDRESS_IO_MASK | kdpcitypes | $FFFFFFFC |
PCI_BASE_ADDRESS_MEM_MASK | kdpcitypes | $FFFFFFF0 |
PCI_BASE_ADDRESS_SPACE_IO | kdpcitypes | $01 |
PCI_BASE_ADDRESS_SPACE_MEMORY | kdpcitypes | $00 |
PCI_BIST | kdpcitypes | 8 bits built-in self-test |
PCI_BIST_CAPABLE | kdpcitypes | 1 if BIST capable |
PCI_BIST_CODE_MASK | kdpcitypes | Return result |
PCI_BIST_START | kdpcitypes | 1 to start BIST, 2 secs or less |
PCI_CACHE_LINE_SIZE | kdpcitypes | 8 bits |
PCI_CAPABILITY_LIST | kdpcitypes | Offset of first capability list entry |
PCI_CARDBUS_CIS | kdpcitypes | $28 |
PCI_CLASS_DEVICE | kdpcitypes | Device class |
PCI_CLASS_PROG | kdpcitypes | Reg. Level Programming Interface |
PCI_CLASS_REVISION | kdpcitypes | High 24 bits are class, low 8 revision |
PCI_COMMAND | kdpcitypes | 16 bits |
PCI_COMMAND_FAST_BACK | kdpcitypes | Enable back-to-back writes |
PCI_COMMAND_INVALIDATE | kdpcitypes | Use memory write and invalidate |
PCI_COMMAND_IO | kdpcitypes | Enable response in I/O space |
PCI_COMMAND_MASTER | kdpcitypes | Enable bus mastering |
PCI_COMMAND_MEMORY | kdpcitypes | Enable response in Memory space |
PCI_COMMAND_PARITY | kdpcitypes | Enable parity checking |
PCI_COMMAND_SERR | kdpcitypes | Enable SERR |
PCI_COMMAND_SPECIAL | kdpcitypes | Enable response to special cycles |
PCI_COMMAND_VGA_PALETTE | kdpcitypes | Enable palette snooping |
PCI_COMMAND_WAIT | kdpcitypes | Enable address/data stepping |
PCI_HEADER_TYPE | kdpcitypes | 8 bits |
PCI_HEADER_TYPE_BRIDGE | kdpcitypes | 1 |
PCI_HEADER_TYPE_CARDBUS | kdpcitypes | 2 |
PCI_HEADER_TYPE_NORMAL | kdpcitypes | 0 |
PCI_INTERRUPT_LINE | kdpcitypes | 8 bits |
PCI_INTERRUPT_PIN | kdpcitypes | 8 bits |
PCI_LATENCY_TIMER | kdpcitypes | 8 bits |
PCI_MAX_LAT | kdpcitypes | 8 bits |
PCI_MIN_GNT | kdpcitypes | 8 bits |
PCI_REG40 | kdpcitypes | $40 |
PCI_REG44 | kdpcitypes | $44 |
PCI_REG48 | kdpcitypes | $48 |
PCI_REG4C | kdpcitypes | $4C |
PCI_REG50 | kdpcitypes | $50 |
PCI_REG54 | kdpcitypes | $54 |
PCI_REG58 | kdpcitypes | $58 |
PCI_REG5C | kdpcitypes | $5C |
PCI_REG60 | kdpcitypes | $60 |
PCI_REG64 | kdpcitypes | $64 |
PCI_REG68 | kdpcitypes | $68 |
PCI_REG6C | kdpcitypes | $6C |
PCI_REG70 | kdpcitypes | $70 |
PCI_REG74 | kdpcitypes | $74 |
PCI_REG78 | kdpcitypes | $78 |
PCI_REG7C | kdpcitypes | $7C |
PCI_REG80 | kdpcitypes | $80 |
PCI_REG84 | kdpcitypes | $84 |
PCI_REG88 | kdpcitypes | $88 |
PCI_REG8C | kdpcitypes | $8C |
PCI_REG90 | kdpcitypes | $90 |
PCI_REG94 | kdpcitypes | $94 |
PCI_REG98 | kdpcitypes | $98 |
PCI_REG9C | kdpcitypes | $9C |
PCI_REGA0 | kdpcitypes | $A0 |
PCI_REGA4 | kdpcitypes | $A4 |
PCI_REGA8 | kdpcitypes | $A8 |
PCI_REGAC | kdpcitypes | $AC |
PCI_REGB0 | kdpcitypes | $B0 |
PCI_REGB4 | kdpcitypes | $B4 |
PCI_REGB8 | kdpcitypes | $B8 |
PCI_REGBC | kdpcitypes | $BC |
PCI_REGC0 | kdpcitypes | $C0 |
PCI_REGC4 | kdpcitypes | $C4 |
PCI_REGC8 | kdpcitypes | $C8 |
PCI_REGCC | kdpcitypes | $CC |
PCI_REGD0 | kdpcitypes | $D0 |
PCI_REGD4 | kdpcitypes | $D4 |
PCI_REGD8 | kdpcitypes | $D8 |
PCI_REGDC | kdpcitypes | $DC |
PCI_REGE0 | kdpcitypes | $E0 |
PCI_REGE4 | kdpcitypes | $E4 |
PCI_REGE8 | kdpcitypes | $E8 |
PCI_REGEC | kdpcitypes | $EC |
PCI_REGF0 | kdpcitypes | $F0 |
PCI_REGF4 | kdpcitypes | $F4 |
PCI_REGF8 | kdpcitypes | $F8 |
PCI_REGFC | kdpcitypes | $FC |
PCI_REVISION_ID | kdpcitypes | Revision ID |
PCI_ROM_ADDRESS | kdpcitypes | Bits 31..11 are address, 10..1 reserved |
PCI_ROM_ADDRESS_ENABLE | kdpcitypes | $01 |
PCI_ROM_ADDRESS_MASK | kdpcitypes | (~0x7FFUL) |
PCI_STATUS | kdpcitypes | 16 bits |
PCI_STATUS_66MHZ | kdpcitypes | Support 66 Mhz PCI 2.1 bus |
PCI_STATUS_CAP_LIST | kdpcitypes | Support Capability List |
PCI_STATUS_DETECTED_PARITY | kdpcitypes | Set on parity error |
PCI_STATUS_DEVSEL_FAST | kdpcitypes | $000 |
PCI_STATUS_DEVSEL_MASK | kdpcitypes | DEVSEL timing |
PCI_STATUS_DEVSEL_MEDIUM | kdpcitypes | $200 |
PCI_STATUS_DEVSEL_SLOW | kdpcitypes | $400 |
PCI_STATUS_FAST_BACK | kdpcitypes | Accept fast-back to back |
PCI_STATUS_PARITY | kdpcitypes | Detected parity error |
PCI_STATUS_REC_MASTER_ABORT | kdpcitypes | Set on master abort |
PCI_STATUS_REC_TARGET_ABORT | kdpcitypes | Master ack of double quotes |
PCI_STATUS_SIG_SYSTEM_ERROR | kdpcitypes | Set when we drive SERR |
PCI_STATUS_SIG_TARGET_ABORT | kdpcitypes | Set on target abort |
PCI_STATUS_UDF | kdpcitypes | Support User Definable Features [obsolete] |
PCI_SUBSYSTEM_ID | kdpcitypes | $2E |
PCI_SUBSYSTEM_VENDOR_ID | kdpcitypes | $2C |
register_out_of_range | kdallres | 'INTER-RESOURCE ERROR: Register stays out of the resource range: ' |
unable_to_create_resource | kdallres | 'CARD INTEGRITY ERROR: Unable to create a new resource while the card is registered' |
unable_to_destroy_resource | kdallres | 'CARD INTEGRITY ERROR: Unable to destroy the resource while the card is registered' |