Mercurial > hg > Members > kono > nitros9-code
view level1/modules/dwdesc.asm @ 2786:e333ec1907ef lwtools-port
Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
Updated level1/coco1/modules/makefile so that boot_dw_coco1
and dwio_coco1.sb get created.
Updated level1/coco1/bootfiles/makefile added detection of PORT
status so if coco1 is detected then dwio_coco1.sb and
boot_dw_coco1 are used in place of dwio.sb and boot_dw.
author | drencor-xeen |
---|---|
date | Sun, 27 Jan 2013 00:14:03 -0600 |
parents | 05b648103e78 |
children | be0c9c15f08a |
line wrap: on
line source
******************************************************************** * DWDesc - DriveWire Device Descriptor Template * * $Id$ * * Edt/Rev YYYY/MM/DD Modified by * Comment * ------------------------------------------------------------------ * 0 2003/03/28 Boisy G. Pitre * Created. nam DWDesc ttl DriveWire Device Descriptor Template ifp1 use defsfile endc tylg set Devic+Objct atrv set ReEnt+rev rev set $01 IFNDEF DNum DNum set 0 ENDC Type set TYP.HARD Density set 0 Step set 0 Cyls set 1024 Sides set 1 Verify set 1 SectTrk set 18 SectTrk0 set 18 Interlv set 0 SAS set 8 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 $0000 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 Step step rate fcb Type drive device type fcb Density media density:0=single,1=double fdb Cyls number of cylinders (tracks) fcb Sides number of sides fcb Verify verify disk writes:0=on fdb SectTrk # of sectors per track fdb SectTrk0 # of sectors per track (track 0) fcb Interlv sector interleave factor fcb SAS minimum size of sector allocation initsize equ * IFNE DD name fcs /DD/ ELSE name fcc /X/ fcb 176+DNum ENDC mgrnam fcs /RBF/ drvnam fcs /rbdw/ emod eom equ * end