home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-10 | 35.5 KB | 1,134 lines |
- //**************************************************************************
- //
- // COPYRIGHT (c) 1994 INTEL CORPORATION
- // All rights reserved.
- //
- //**************************************************************************
- //
- // Name: TPRODMI.MIF
- //
- // Description: TokenExpress PRO MIF source. Complies with LAN Adapter Working Group's
- // LAN Adapter Standard MIF Release 1.0.
- // This MIF file only supports a single board and can be installed manually.
- // There exist another version that supports single and multiple boards
- // and it requires a MIF installer.
- //
- // Author: Albert Ho and Kevin Mackenzie
- //
- // Notes: This MIF file implements eleven object groups for a local area network
- // (LAN) adapter.
- //
- // Date: 10/10/94
- //
- // Modification log:
- // Date Who Description
- // -------- --- --------------------------------------------------------
- //***************************************************************************
-
-
- Start Component
- Name = "Intel TokenExpress(TM) PRO LAN Adapter"
- Description = "This component implements a set of eleven groups"
- " relating to the LAN Adapter."
- Start Paths
- Name = "FROM-OVL"
- DOS = "TPRODMI.OVL"
- End Paths
-
-
- // *************************************************************************
- // Component ID Group
- // *************************************************************************
-
- Start Group
- Name = "ComponentID"
- ID = 1
- Class = "DMTF|ComponentID|001"
- Description= "This group defines attributes common to all components. "
- "This group is required."
-
-
- Start Attribute
- Name = "Manufacturer"
- ID = 1
- Description = "Manufacturer of this component."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = "Intel"
- End Attribute
-
- Start Attribute
- Name = "Product"
- ID = 2
- Description = "Product name for this component."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = "Intel TokenExpress PRO LAN Adapter"
- End Attribute
-
- Start Attribute
- Name = "Version"
- ID = 3
- Description = "Version number of this component."
- Access = Read-Only
- Storage = Specific
- Type = String(64)
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Serial Number"
- ID = 4
- Description = "Serial number for this component."
- Access = Read-Only
- Storage = Specific
- Type = String(64)
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Installation"
- ID = 5
- Description = "The date of the install of this component."
- Access = Read-Only
- Storage = Specific
- Type = Date
- Value = ""
- End Attribute
-
- Start Attribute
- Name = "Verify"
- Id = 6
- Description = "A code that provides a level of verification "
- "that the component is still installed and working."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "An error occurred; check status code"
- 0x02 = "This component does not exist"
- 0x03 = "Verification is not supported"
- 0x04 = "Reserved"
- 0x05 = "This component exists, but the functionality is untested"
- 0x06 = "This component exists, but the functionality is unknown"
- 0x07 = "This component exists, and is not functioning correctly"
- 0x08 = "This component exists, and is functioning correctly"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- End Group
-
-
- // *************************************************************************
- // System Resources Description Group
- // *************************************************************************
-
- Start Group
- Name = "System Resources Description"
- ID = 2
- Class = "DMTF|System Resources Description|001"
- Description = "The System Resources Description group "
- "describes the number of entries in the System Resources Group. "
-
- Key = 1
- Start Attribute
- Name = "Device Count"
- ID = 1
- Description = "A count of the number of different hardware devices represented in this table."
- Access = Read-Only
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "System Resource Count"
- ID = 2
- Description = "A count of the total number of system resources on this system."
- Access = Read-Only
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- End Group
-
-
- // *************************************************************************
- // System Resources Group
- //
- // This group describes the system hardware resources which are commonly
- // used in PC style computers. This group is organized as a table where
- // each entry contains a different type of resource.
- // *************************************************************************
-
- Start Group
- Name = "System Resources"
- ID = 3
- Class = "DMTF|System Resources|001"
- Key = 1,2
- Description = "The System Resources group contains hardware "
- "descriptions which are commonly used on PC style "
- "computers such as IRQs, IO ports, and memory "
- "address ranges."
-
-
- Start Attribute
- Name = "Device ID"
- ID = 1
- Description = "On systems that implement a PnP-like subsystem, "
- "the device ID should be the ID used by that subsystem. "
- "On systems that do not have inherent device numbering, "
- "then the instrumentation supporting the system resources "
- "group should devise a device number scheme. In either "
- "case, the table will naturally group all of the resources "
- "associated with a device."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Resource Number"
- ID = 2
- Description = "This attribute is the ordinal of the resource within "
- "a device. Within the table, any device may have one or more "
- "resources."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Resource Type"
- ID = 3
- Description = "The type of system resource represented by this entry."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "Unknown"
- 0x03 = "Memory Range"
- 0x04 = "I/O Port"
- 0x05 = "IRQ"
- 0x06 = "DMA"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Resource Base"
- ID = 4
- Description = "The starting address of the system resource in the appropriate address space."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Resource Size"
- ID = 5
- Description = "The size of the system resource."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Resource Flags"
- ID = 6
- Description = "This attribute contains fields representing the "
- "status of this resource entry. The meaning of "
- "this field varies according to the Resource Type "
- "field in this group."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Group ID"
- ID = 7
- Description = "This attribute is a 'back pointer' to a group "
- "within this MIF, if applicable. If the "
- "back pointer is not known, either because the "
- "device is not represented by a group, or the "
- "actual device type is not known, then the value "
- "of this attribute will be 0."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- End Group
-
-
-
- // *************************************************************************
- // Network Adapter 802 Port Group
- //
- // This group consists of object related to the network adapter hardware
- // on a per port basis.
- // *************************************************************************
-
- Start Group
- Name = "Network Adapter 802 Port Group"
- ID = 4
- Class = "DMTF|Network Adapter 802 Port|001"
- Key = 1
- Description= "Contains objects related to each of the network ports on the network adapter."
-
- Start Attribute
- Name = "Port Index"
- ID = 1
- Description = "This attribute is the ordinal of the network port within the "
- "network adapter, i.e. the 'port number'."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- // Both node addresses should be displayable character strings.
-
- Start Attribute
- Name = "Permanent Network Address"
- ID = 2
- Description = "This is the node address stored permanently in the adapter."
- Access = Read-Only
- Storage = Specific
- Type = String(12)
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Current Network Address"
- ID = 3
- Description = "This is the node address that can be modified by software, "
- "sometimes referred to as the Locally Administered Address (LAA)."
- Access = Read-Only
- Storage = Specific
- Type = String(12)
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Connector Type"
- ID = 4
- Description = "This is the type of connector currently being used to physically "
- "attach this port to the LAN."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Unknown"
- 0x02 = "AUI"
- 0x03 = "UTP category 3"
- 0x04 = "UTP category 4"
- 0x05 = "UTP category 5"
- 0x06 = "BNC"
- 0x07 = "STP RJ45"
- 0x08 = "STP DB9"
- 0x09 = "Fiber MIC"
- 0x0A = "Apple AUI"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Data Rate"
- ID = 5
- Description = "This is the rate at which data is transferred over the LAN in Mbps."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Total Packets Transmitted"
- ID = 6
- Description = "This is the total number of packets transmitted."
- Access = Read-Only
- Storage = Specific
- Type = Counter64
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Total Bytes Transmitted"
- ID = 7
- Description = "This is the total number of bytes transmitted."
- Access = Read-Only
- Storage = Specific
- Type = Counter64
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Total Packets Received"
- ID = 8
- Description = "This is the total number packets received."
- Access = Read-Only
- Storage = Specific
- Type = Counter64
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Total Bytes Received"
- ID = 9
- Description = "This is the total number of bytes received."
- Access = Read-Only
- Storage = Specific
- Type = Counter64
- Value = *"FROM-OVL"
- End Attribute
-
- // Conceptually, Total Transmit Errors + Total Receive Errors = Total Host Errors + Total Wire Errors.
- // Actual totals may vary depending on implementation.
-
- Start Attribute
- Name = "Total Transmit Errors"
- ID = 10
- Description = "This is the total number of transmit errors of any type."
- Access = Read-Only
- Storage = Specific
- Type = Counter64
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Total Receive Errors"
- ID = 11
- Description = "This is the total number of receive errors of any type."
- Access = Read-Only
- Storage = Specific
- Type = Counter64
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Total Host Errors"
- ID = 12
- Description = "This is the total number of errors due to problems"
- " with the network adapter host interface "
- "(e.g. overrun / underrun errors)."
- Access = Read-Only
- Storage = Specific
- Type = Counter64
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Total Wire Errors"
- ID = 13
- Description = "This is the total number of either receive or transmit errors "
- " due to problems with the network (e.g. receive CRC Errors). "
- Access = Read-Only
- Storage = Specific
- Type = Counter64
- Value = *"FROM-OVL"
- End Attribute
-
- End Group
-
-
-
- // *************************************************************************
- // 802 Alternate Address Group
- // *************************************************************************
-
- Start Group
- Name = "802 Alternate Address Group"
- ID = 5
- Class = "DMTF|802 Alternate Address|001"
- Key = 1
- Description= "Contains objects related to alternate addresses for each network adapter port."
-
-
- Start Attribute
- Name = "Alternate Address Index"
- ID = 1
- Description = "This is an arbitrary number assigned to each alternate address. "
- "The Alternate Address Index usually starts with 1 and increments for each alternate address."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Port Index"
- ID = 2
- Description = "The value of the Port Index attribute for the network port that uses this "
- "alternate address, i.e. the 'port number'."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Address Type"
- ID = 3
- Description = "This is the type of alternate address, e.g. multicast, functional, etc."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Multicast"
- 0x02 = "Functional"
- 0x03 = "Group"
- End Enum
- Value = unsupported
- End Attribute
-
- // The Alternate Address attribute should be a displayable character string.
-
- Start Attribute
- Name = "Alternate Address"
- ID = 4
- Description = "This is the actual alternate address value."
- Access = Read-Only
- Storage = Specific
- Type = String(12)
- Value = unsupported
- End Attribute
-
- End Group
-
-
-
- // *************************************************************************
- // Adapter Driver Group
- // *************************************************************************
-
- Start Group
- Name = "Network Adapter Driver Group"
- ID = 6
- Class = "DMTF|Network Adapter Driver|001"
- Key = 1
- Description= "Contains objects related to the network adapter device"
- " drivers currently in use."
-
-
- Start Attribute
- Name = "Driver Index"
- ID = 1
- Description = "This is an arbitrary number assigned to each device driver. "
- "Driver Index usually starts with 1 and increments for each additional "
- "device driver."
- Access = Read-Only
- Storage = Specific
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Driver Software Name"
- ID = 2
- Description = "This is the sign-on name of the driver."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Driver Software Version"
- ID = 3
- Description = "This is the revision level of the driver software."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Driver Software Description"
- ID = 4
- Description = "This is an expanded description of the device driver software."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Driver Size"
- ID = 5
- Description = "This is the resident memory size of the driver in bytes."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Driver Interface Type"
- ID = 6
- Description = "This is the specification or network operating system to which "
- "this LAN driver conforms, e.g. IPX, NDIS, etc."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "IPX"
- 0x03 = "ODI"
- 0x04 = "NDIS"
- 0x05 = "Packet Driver"
- 0x06 = "LANtastic"
- 0x07 = "UNIX"
- 0x08 = "Appletalk"
- 0x09 = "IBM Lan Support Program"
- 0x0A = "LLC"
- 0x0B = "Netbios"
- 0x0C = "Pathworks (DLL)"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Driver Interface Version"
- ID = 7
- Description = "This is the version of the driver interface specification, "
- "e.g. for NDIS, this attribute could be 2.01, 3.0, etc."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Driver Interface Description"
- ID = 8
- Description = "An expanded description of the driver interface specification in use."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- End Group
-
-
- // *************************************************************************
- // Network Adapter Hardware Group
- // *************************************************************************
-
- Start Group
- Name = "Network Adapter Hardware Group"
- ID = 7
- Class = "DMTF|Network Adapter Hardware|001"
- Description= "Contains objects related to the network adapter hardware."
-
-
- Start Attribute
- Name = "Network Topology"
- ID = 1
- Description = "This is the network media access method/topology "
- "supported by this adapter."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "10 Mbps Ethernet"
- 0x03 = "100 Mbps Ethernet"
- 0x04 = "100/10 Mbps Ethernet"
- 0x05 = "100 Mbps VG AnyLAN"
- 0x06 = "4 Mbps Token-Ring"
- 0x07 = "16 Mbps Token-Ring"
- 0x08 = "16/4 Mbps Token-Ring"
- 0x09 = "2 Mbps Arcnet"
- 0x0A = "20 Mbps Arcnet"
- 0x0B = "FDDI"
- 0x0C = "ATM"
- 0x0D = "AppleTalk"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Transmission Capability"
- ID = 2
- Description = "The transmission capabilities of the adapter."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Normal"
- 0x02 = "Full Duplex"
- End Enum
- Value = "Normal"
- End Attribute
-
- Start Attribute
- Name = "Network Adapter RAM Size"
- ID = 3
- Description = "This is the total size of adapter RAM in Kb."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Bus Type"
- ID = 4
- Description = "This is the type of bus used to interface the adapter to the host."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "ISA"
- 0x03 = "EISA"
- 0x04 = "MCA"
- 0x05 = "PCI"
- 0x06 = "VL"
- 0x07 = "PCMCIA"
- 0x08 = "Parallel" // used for i/o port interfaces, e.g. LPT1
- 0x09 = "NEC98"
- 0x100 = "Motherboard"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Bus Width"
- ID = 5
- Description = "This is the width (in bits) of the data path used to interface the "
- "adapter to the host."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "Unknown"
- 0x03 = "8 bit card"
- 0x04 = "16 bit card"
- 0x05 = "32 bit card"
- 0x06 = "64 bit card"
- 0x07 = "128 bit card"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- End Group
-
-
-
- // *************************************************************************
- // Operational State Group
- //
- // This group consists of objects derived from the DSIS standards
- // committee. The first four objects are associated with enumerated field
- // definitions.
- //
- // *************************************************************************
-
- Start Group
- Name = "Operational State"
- ID = 8
- Class = "DMTF|Operational State|001"
- Key = 1
- Description="This group provides the operational state, usage, "
- " availability status, and administrative state indicators for"
- " specific Device Group instances."
-
-
- Start Attribute
- Name = "Operational State Instance Index"
- ID = 1
- Description = "The Index into the Operational State table."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Device Group index"
- ID = 2
- Description = "The group ID of the group referencing this instance."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Operational Status"
- ID = 3
- Description = "The operational status of the Device group instance."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "Unknown"
- 0x03 = "Enabled"
- 0x04 = "Disabled"
- 0x05 = "Not Applicable"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Usage State"
- ID = 4
- Description = "The usage state of the Device Group instance."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "Unknown"
- 0x03 = "Idle"
- 0x04 = "Active"
- 0x05 = "Busy"
- 0x06 = "Not Applicable"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Availability Status"
- ID = 5
- Description = "The availability status of the Device Group instance."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "Unknown"
- 0x03 = "Running"
- 0x04 = "Warning"
- 0x05 = "In Test"
- 0x06 = "Not Applicable"
- 0x07 = "Power Off"
- 0x08 = "Off Line"
- 0x09 = "Off Duty"
- 0x0A = "Degraded"
- 0x0B = "Not Installed"
- 0x0C = "Install Error"
- 0x0D = "Power Save"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Administrative State"
- ID = 6
- Description = "The administrative state of the Device Group instance."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "Unknown"
- 0x03 = "Locked"
- 0x04 = "Unlocked"
- 0x05 = "Not Applicable"
- 0x06 = "Shutting Down"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Fatal Error Count"
- ID = 7
- Description = "The accumulated fatal error count for this Device Group Instance."
- Access = Read-Only
- Storage = Specific
- Type = Counter
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Major Error Count"
- ID = 8
- Description = "The accumulated major error count for this Device Group Instance."
- Access = Read-Only
- Storage = Specific
- Type = Counter
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Warning Error Count"
- ID = 9
- Description = "The accumulated warning error count for this Device Group Instance."
- Access = Read-Only
- Storage = Specific
- Type = Counter
- Value = *"FROM-OVL"
- End Attribute
-
- End Group
-
-
- // *************************************************************************
- // Field Replaceable Unit (FRU) Group
- //
- // This group consists of more objects derived from the DSIS
- // standards committee.
- // *************************************************************************
-
- Start Group
- Name = "Field Replaceable Unit"
- Class = "DMTF|FRU|001"
- Key = 1
- Description="A Field Replaceable Unit (FRU), is defined as a"
- " hardware component which is designed to be separately removable"
- // " for replacement or repair. For the purposes of this"
- // " definition, a motherboard and a fixed hard disk are FRUs,"
- // " whereas a fixed hard disk platter or a chip fixed in place on"
- // " the motherboard are not FRUs since they are not designed to be"
- // " separately removable. Each instance within the FRU table should"
- // " contain the device group and instance data for the associated "
- // " hardware component."
-
-
- Start Attribute
- Name = "FRU index"
- ID = 1
- Description = "The index into the Field Replaceable Unit table."
- Access = Read-Only
- Storage = Common
- Type = Integer
- End Attribute
-
- Start Attribute
- Name = "Device Group index"
- ID = 2
- Description = "The group ID of the group referencing this Field Replaceable Unit instance."
- Access = Read-Only
- Storage = Common
- Type = Integer
- End Attribute
-
- Start Attribute
- Name = "Description"
- ID = 3
- Description = "A clear description of this Field Replaceable Unit."
- Access = Read-Only
- Storage = Common
- Type = String(255)
- End Attribute
-
- Start Attribute
- Name = "Manufacturer"
- ID = 4
- Description = "The name of the company manufacturing or providing this Field Replaceable Unit."
- Access = Read-Only
- Storage = Common
- Type = String(80)
- End Attribute
-
- Start Attribute
- Name = "Model"
- ID = 5
- Description = "The manufacturer's model number for this Field Replaceable Unit."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- End Attribute
-
- Start Attribute
- Name = "Part Number"
- ID = 6
- Description = "A part number by which a replacement part can be ordered for this Field Replaceable Unit."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "FRU Serial Number"
- ID = 7
- Description = "The manufacturer's serial number for this Field Replaceable Unit."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Revision Level"
- ID = 8
- Description = "The revision level of this Field Replaceable Unit."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = unsupported
- End Attribute
-
- Start Attribute
- Name = "Warranty Start Date"
- ID = 9
- Description = "The start date of the service Warranty for this Field Replaceable Unit."
- Access = Read-Only
- Storage = Specific
- Type = Date
- End Attribute
-
- Start Attribute
- Name = "Warranty Duration"
- ID = 10
- Description = "The total duration of this Field Replaceable Unit Warranty in months. (9999 = Lifetime)."
- Access = Read-Only
- Storage = Specific
- Type = Integer
- End Attribute
-
- Start Attribute
- Name = "Support Phone Number"
- ID = 11
- Description = "The phone number(s) for support for this Field Replaceable Unit."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- End Attribute
- End Group
-
- Start Table
- Name = "FRU Table"
- ID = 9
- Class = "DMTF|FRU|001"
- { 1, 10, "Flash Memory Chip", "Intel", "", , , , "", 9999, "(503) 629-7000" }
- End Table
-
- // *************************************************************************
- // Boot ROM Group
- // *************************************************************************
-
- Start Group
- Name = "Boot ROM Configuration"
- ID = 10
- Class = "DMTF|Boot ROM Configuration|001"
- Description="This group describes the characteristics of the boot ROM."
-
-
- Start Attribute
- Name = "Boot ROM Description"
- ID = 1
- Description = "This is the description of the software contained in the boot ROM."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Boot ROM Version"
- ID = 2
- Description = "This is the version number of the boot ROM software."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Remote Boot Protocol Type"
- ID = 3
- Description = "This is the type of remote boot protocol supported by this ROM."
- Access = Read-Only
- Storage = Common
- Type = Start Enum
- 0x01 = "Other"
- 0x02 = "None"
- 0x03 = "RPL"
- 0x04 = "BootP"
- 0x05 = "DEC MOP"
- 0x06 = "Native NetWare"
- End Enum
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Remote Boot Protocol Version"
- ID = 4
- Description = "The version of the remote boot protocol supported by this ROM."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- End Group
-
-
- // *************************************************************************
- // Boot ROM Capabilities Group
- // *************************************************************************
-
- Start Group
- Name = "Boot ROM Capabilities"
- ID = 11
- Class = "DMTF|Boot ROM Capabilities|001"
- Description = "This group describes the capabilities or special features supported by this ROM."
- Key = 1
-
-
- Start Attribute
- Name = "Capability Index"
- ID = 1
- Description = "This is an arbitrary number assigned to each capability."
- "Capability Index usually starts with 1 and increments for each additional capability."
- Access = Read-Only
- Storage = Common
- Type = Integer
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Capability Description"
- ID = 2
- Description = "This is a clear description of a property or special feature of the ROM, e.g. 'virus protection'."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- Start Attribute
- Name = "Capability Status"
- ID = 3
- Description = "The current state or value associated with the"
- " capability or special feature, e.g. 'enabled', 'active', etc."
- Access = Read-Only
- Storage = Common
- Type = String(64)
- Value = *"FROM-OVL"
- End Attribute
-
- End Group
-
-
- // *************************************************************************
- // Intel LAN Adapter Extensions Group
- // *************************************************************************
-
- Start Group
- Name = "IntelLANAdapterExtensionsGroup"
- ID = 12
- Class = "Intel|LANAdapterExtensions|1.0"
- Description = "These attributes provide extended information for use with Intel software."
-
- Start Attribute
- Name = "MIF and Instrumentation Filename"
- ID = 1
- Type = String(8)
- Value = "TPRODMI"
- End Attribute
-
- End Group
-
-
- End Component
-
-
-
-
-