--- Net2/arch/i386/stand/asbootblk.c 2018/04/24 18:07:25 1.1 +++ Net2/arch/i386/stand/asbootblk.c 2018/04/24 18:20:30 1.1.1.3 @@ -28,6 +28,8 @@ * * This bootblock does not support fdisk partitions, and can only be used * as the master boot block. + * + * asbootblk.c,v 1.3 1993/05/22 08:02:07 cgd Exp */ #include "param.h" @@ -120,7 +122,7 @@ const struct { volatile struct mailbox_entry mailbox[2]; const char ccb[] = { - 3, /* opcode: normal read/write */ + 0, /* opcode: normal read/write */ (target << 5) | 8, /* target num and read flag */ 10, /* scsi cmd len */ 1, /* no automatic request for sense */