;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Sample configuration file for SCSI bootstrap driver ; ; A configuration file for a bootstrap driver consists of ; an include of the bootstrap driver macro file followed ; by an invocation of the configuration macro for the driver. ; ; The SCSI macro is: ; ; bscsi( a port, ; b port, ; c port, ; control port, ; reserved ; reserved ; dma controller, ; dma channel, ; dma base address, ; dma separation, ; dma_info ; info) ; ; The Unit numbering in BS1.A86 is the save as the BIOS driver. ; ; The SASI_UNIT_INFO macro is: ; ; sasi_unit_info( label ; init_command ; init_count ; init_data) ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $include(:f1:bscsi.inc) ; iSBC 186/03A SCSI Host ;bscsi( 0C8H, 0CAH, 0CCH, 0CEH, 0, 0, 1, 0, 0FFC0H, 2, 0) ; ; iSBC 286/100(A) SCSI Host %bscsi( 0C8H, 0CAH, 0CCH, 0CEH, 0, 0, 2, 0, 0200H, 2, 1, 0D1H) ; ; Xebec S1420 SASI controller and a Teac model F55B, 5 1/4-inch ; flexible diskette drive. %sasi_unit_info(sasi_x1420mf, 11h, 10, 0, 28h, 2, 90h, 3, 0fh, 50h, 0fh, 014h, 0) ; ; Xebec S1410 SASI controller and a Quantum model Q540, 5 1/4-inch ; Winchester disk drive. %sasi_unit_info(sasi_x1410b, 0ch, 8, 2, 0, 8, 2, 0, 0, 0, 0bh) ; ; Xebec S1410 SASI controller and a Computer Memories, Inc. ; model CMI-5619 5 1/4-inch Winchester disk drive. %sasi_unit_info(sasi_x1410a, 0ch, 8, 1, 32h, 6, 0, 0b4h, 0, 0, 0bh) end