HardwareIds.scsi.ID Section of a TxtSetup.oem File

A HardwareIds.scsi.ID section specifies the hardware IDs of the devices that a particular mass storage driver supports.

[HardwareIds.scsi.ID]
id = "deviceID","service"
...

HardwareIds.scsi.ID
ID corresponds to an ID entry in the HwComponent section.

deviceId
Specifies the device ID for a mass storage device.

service
Specifies the service to be installed for the device. The service is specified by the file name of its executable image without a .sys extension.

The following example is an excerpt from a HardwareIds.scsi.ID section for a disk device:

; ...
[HardwareIds.scsi.oemscsi]
id = "PCI\VEN_9004&DEV_8111","oemscsi"
 
; ...