2.11 NC_DeviceRes Table

The NC_DeviceRes table includes information about a device’s I/O map, IRQ, DMA, or memory.

Column

Key

Type

Null

Description

DeviceResOID

PK

binary(16)

No

An internal ID number used as a primary key.

Description

nvarchar(64)

The name of the device.

IOMap

nvarchar(64)

The I/O map.

IRQs

nvarchar(64)

The IRQ.

DMAs

nvarchar(64)

The DMA data.

Memory

nvarchar(64)

Data about memory.

WorkstationOID

FK

binary(16)

No

The workstation ID.

NOTE:The WorkstationOID foreign key references the WorkstationOID primary key column of the NC_Workstation table.