; ; format for txtsetup.oem. ; ; Follow this format for PNP adapters like PCI and ISAPNP ; ; Follow the txtsetup.oem in aha154x for non-PNP adapters ; ; Txtsetup.oem is a generic way to install Storage adapters to get them through ; textmode setup. Do as little as possible and allow GUI mode setup to do the ; remaining work using the supplied inf. ; ; General format: ; ; [section] ; key = value1,value2,... ; ; ; The hash ('#') or semicolon (';') introduces a comment. ; Strings with embedded spaces, commas, or hashes should be double-quoted ; ; This section lists all disks in the disk set. ; ; is a descriptive name for a disk, used when ; prompting for the disk ; is a file whose presence allows setup to recognize ; that the disk is inserted. ; is where the files are located on the disk. ; [Disks] d1 = "Intel iSCSI DISK",\ ; This section lists the default selection for each 'required' ; hardware component. If a line is not present for a component, ; the default defaults to the first item in the [] ; section (see below). ; ; is one of computer, display, keyboard, mouse, scsi ; is a unique string to be associated ; with an option. [Defaults] scsi = IntelSCSI ; This section lists the options available for a particular component. ; ; is the unique string for the option ; is a text string, presented to the user in a menu ; gives the name of the key to be created for the component in ; HKEY_LOCAL_MACHINE\ControlSet001\Services [scsi] IntelSCSI = "Intel(R) iSCSI Setup Driver" ; This section lists the files that should be copied if the user ; selects a particular component option. ; ; is one of driver, port, class, dll, hal, inf, or detect. ; See below. ; identifies where the file is to be copied from, and must ; match en entry in the [Disks] section. ; is the name of the file. This will be appended to the ; directory specified for the disk in the [Disks] section to form the ; full path of the file on the disk. ; this is the name that will show under the services\driver key ; this should be the same name as the driver that is being installed. [Files.scsi.IntelSCSI] driver = d1, iSSetup.sys, iSSetup inf = d1, iSSetup.inf catalog = d1, iSSetup.cat ; This section specifies values to be set in the registry for ; particular component options. Required values in the services\xxx ; key are created automatically -- use this section to specify additional ; keys to be created in services\xxx and values in services\xxx and ; services\xxx\yyy. ; ; This section must be filled out for storage controllers that ; are PNP adapters like PCI and ISA PNP adapters. Failure to do this ; can cause the driver failure to load. Must also add the section ; [HardwareIds.scsi.ID] to identify the supported ID's. ; ; is relative to the services node for this device. ; If it is empty, then it refers to the services node. ; If specified, the key is created first. ; specifies the value to be set within the key ; is a string like REG_DWORD. See below. ; specifies the actual value; its format depends on ; ;[Config.IntelSCSI] ;value = parameters\PnpInterface,0,REG_DWORD,1 ;value = parameters\PnpInterface,1,REG_DWORD,1 ; This section sets up the ID's that are to be supported by ; the driver. ; ; 'id =' prepend needed to identify that this is an id. ; specifies the pnp ID to match too. ; this is the driver name specified in [Files.scsi.Id] ; without the .sys attached to the end. ; [HardwareIds.scsi.IntelSCSI] id = "Root\InteliSCSI", "iSSetup"