;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; 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, ; host id, ; arbitrate flag) ; ; ; Unit numbering (in bs1.a86) is the same as for the I/O System driver. ; (See iconfg.a86) ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $include(:f1:bscsi.inc) %bscsi( 0C8H, 0CAH, 0CCH, 0CEH, 080H, 0 )