EXTRN I226INIT:NEAR EXTRN I226START:NEAR EXTRN I226INTERRUPT:NEAR DINFO_226 RADEV_DEV_INFO < & 058H, ; level (INT 3) & 082H, ; priority & 512, ; stack$size & 1122, ; data$size & 004H, ; num$units (FIXED = 2, REMOVABLE = 2) & I226INIT, ; device$init & DEFAULTFINISH, ; device$finish & I226START, ; device$start & DEFAULTSTOP, ; device$stop & I226INTERRUPT ; device$interrupt &> DW 00100H ; controller base port ;** UNIT INFO FOR THE CDS 571 / 590 MB DRIVE UINFO_226cds radev_unit_info < & 00000H, ; track size & 00009H, ; max retry & 00000H ; cylinder size &> DW 0941 ; cylinders DB 19 ; heads DB 028 ; sectors DB 001 ; alternate sectors DD 0000 ; device start DB TRUE ; bad sector info DB 00 ; head offset DB 00 ; drive type DB FALSE ; head seek ;** UNIT INFO FOR THE CDS XEROX 571 / 590 MB DRIVE UINFO_226tcds radev_unit_info < & 00000H, ; track size & 00009H, ; max retry & 00000H ; cylinder size &> DW 0941 ; cylinders DB 19 ; heads DB 028 ; sectors DB 001 ; alternate sectors DD 0000 ; device start DB FALSE ; bad sector info DB 00 ; head offset DB 00 ; drive type DB FALSE ; head seek ;** UNIT INFO FOR THE FUJITSU Eagle 474 MB DRIVE UINFO_eagle radev_unit_info < & 00000H, ; track size & 00009H, ; max retry & 00000H ; cylinder size &> DW 0842 ; cylinders DB 20 ; heads DB 022 ; sectors DB 002 ; alternate sectors DD 0000H ; device start DB TRUE ; bad sector info DB 00H ; head offset DB 1 ; drive type DB FALSE ; head seek ;** UNIT INFO FOR THE FUJITSU Eagle 474 MB DRIVE UINFO_eaglet radev_unit_info < & 00000H, ; track size & 00009H, ; max retry & 00000H ; cylinder size &> DW 0842 ; cylinders DB 20 ; heads DB 022 ; sectors DB 002 ; alternate sectors DD 0000H ; device start DB FALSE ; bad sector info DB 00H ; head offset DB 1 ; drive type DB FALSE ; head seek ;** UNIT INFO FOR THE FUJITSU 2312 84 MB DRIVE UINFO_fuji radev_unit_info < & 00000H, ; track size & 00009H, ; max retry & 00000H ; cylinder size &> DW 0589 ; cylinders DB 07 ; heads DB 016 ; sectors DB 002 ; alternate sectors DD 0000H ; device start DB TRUE ; bad sector info DB 00H ; head offset DB 2 ; drive type DB FALSE ; head seek ;** UNIT INFO FOR THE FUJITSU 2312 84 MB DRIVE UINFO_fujit radev_unit_info < & 00000H, ; track size & 00009H, ; max retry & 00000H ; cylinder size &> DW 0589 ; cylinders DB 07 ; heads DB 016 ; sectors DB 002 ; alternate sectors DD 0000H ; device start DB FALSE ; bad sector info DB 00H ; head offset DB 2 ; drive type DB FALSE ; head seek