; ; $Revision: 1.0 $ ; $Date: 21 Apr 1989 10:56:58 $ ; ;*************************************************************************** ;* Copyright (C) 1988 by Phoenix Technologies Ltd. This program * ;* contains proprietary and confidential information. All rights reserved * ;* except as may be permitted by prior written consent. * ;*************************************************************************** ; SYS01FF.ADF ; This file is used in conjunction with DFFD drives. Its supports the ; entering of custom Hard Drive parameters in Extended CMOS ; These three fields are irrelevant but must be present for the parser AdapterId 01FFh AdapterName "FF drive type" NumBytes 0 ;************************************************************* ; Drive 0 information ;************************************************************* NamedItem Prompt "Drive 0 - Number of tracks " ECmos2 166h Numeric 1-1024 Choice " 10" pos[0]=XXXXXXXXb Help "Type in the number of tracks (cylinders) in the drive." NamedItem Prompt " Number of heads " ECmos 168h Numeric 1-100 Choice " 10" pos[0]=XXXXXXXXb Help "Type in the number of heads in the drive." NamedItem Prompt " Sectors per track " ECmos 174h Numeric 1-100 Choice " 10" pos[0]=XXXXXXXXb Help "Type in the number of sectors per track" NamedItem Prompt " Landing Zone " ECmos2 172h Numeric 0-1024 Choice " 10" pos[0]=XXXXXXXXb Help "Type in the head landing zone for the drive." NamedItem Prompt " Write Precomp " ECmos2 16bh Numeric ffffffffh-1024d Choice " 10" pos[0]=XXXXXXXXb Help "Type in the Starting Write Precompensation Cylinder for the drive. Use -1 if no Precomp is required." NamedItem Prompt " Defect Map " ECmos 16eh Choice "Yes" pos[0]=XX10X000b Choice "No " pos[0]=XX00X000b Help "Select Yes if the drive supports Defect Maps." NamedItem Prompt " More than 8 heads " ECmos 16eh Choice "No " pos[0]=XXX00000b Choice "Yes" pos[0]=XXX01000b Help " Select Yes if the drive has more than 8 heads. This setting must be consistent with the 'Number of heads' choice." NamedItem Prompt " Disable retries " ECmos 16eh Choice "No " pos[0]=00X0X000b Choice "Yes" pos[0]=11X0X000b Help " Select No if the drive supports retries." NamedItem Nodisplay Prompt "Drive 0-extended drive table" Cmos 11h Choice "Yes" pos[0]=11111111b Help "This selection must always be set to hex FF." ;***************************************************************** ; Drive 1 information ;***************************************************************** NamedItem Prompt "Drive 1 - Number of tracks " ECmos2 176h Numeric 1-1024 Choice " 10" pos[0]=XXXXXXXXb Help "Type in the number of tracks (cylinders) in the drive." NamedItem Prompt " Number of heads " ECmos 178h Numeric 1-100 Choice " 10" pos[0]=XXXXXXXXb Help "Type in the number of heads in the drive." NamedItem Prompt " Sectors per track " ECmos 184h Numeric 1-100 Choice " 10" pos[0]=XXXXXXXXb Help "Type in the number of sectors per track" NamedItem Prompt " Landing Zone " ECmos2 182h Numeric 0-1024 Choice " 10" pos[0]=XXXXXXXXb Help "Type in the head landing zone for the drive." NamedItem Prompt " Write Precomp " ECmos2 17bh Numeric ffffffffh-1024d Choice " 10" pos[0]=XXXXXXXXb Help "Type in the Starting Write Precompensation Cylinder for the drive. Use -1 if no Precomp is required." NamedItem Prompt " Defect Map " ECmos 17eh Choice "Yes" pos[0]=XX10X000b Choice "No " pos[0]=XX00X000b Help "Select Yes if the drive supports Defect Maps." NamedItem Prompt " More than 8 heads " ECmos 17eh Choice "No " pos[0]=XXX00000b Choice "Yes" pos[0]=XXX01000b Help " Select Yes if the drive has more than 8 heads. This setting must be consistent with the 'Number of heads' choice." NamedItem Prompt " Disable retries " ECmos 17eh Choice "No " pos[0]=00X0X000b Choice "Yes" pos[0]=11X0X000b Help " Select No if the drive supports retries." NamedItem Nodisplay Prompt "Drive 1-extended drive table" Cmos 12h Choice "Yes " pos[0]=11111111b Help " This selection must always be set to hex FF."