Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/ide/dd_ide.asm @ 560:417c5329cba2
Added "" to blank ECHO
author | boisy |
---|---|
date | Thu, 31 Oct 2002 15:48:55 +0000 |
parents | d1d725215c01 |
children |
line wrap: on
line source
******************************************************************** * H0 - CCIDE device descriptor * * $Id$ * * Ed. Comments Who YY/MM/DD * ------------------------------------------------------------------ nam H0 ttl IDE device descriptor ifp1 use defsfile endc dnum equ 0 tylg set Devic+Objct atrv set ReEnt+rev rev set $01 mod eom,name,tylg,atrv,mgrnam,drvnam fcb DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte fcb HW.Page extended controller address fdb $FF70 physical controller address fcb initsize-*-1 initilization table size fcb DT.RBF device type:0=scf,1=rbf,2=pipe,3=scf fcb dnum drive number fcb $00 step rate fcb TYP.HARD drive device type fcb DNS.FM media density:0=single,1=double fdb 306 number of cylinders (tracks) fcb 6 number of sides fcb 0 verify disk writes:0=on fdb 32 # of sectors per track fdb 32 # of sectors per track (track 0) fcb 26 sector interleave factor fcb 8 minimum size of sector allocation initsize equ * * Additional space for Curtis' new driver fcb 0 fcb 0 fcb 0 fcb 0 fcb 0 fcb 0 fcb 0 fcb 0 fcb 0 name fcs /DD/ mgrnam fcs /RBF/ drvnam fcs /CCIDE/ emod eom equ * end