[BACK]Return to rom.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / vax / boot / boot

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/vax/boot/boot/rom.c between version 1.3.4.2 and 1.4

version 1.3.4.2, 2002/10/10 18:37:14 version 1.4, 2002/06/24 14:53:16
Line 68  romopen(struct open_file *f, int adapt, 
Line 68  romopen(struct open_file *f, int adapt, 
   
         bqo = (void *)bootrpb.iovec;          bqo = (void *)bootrpb.iovec;
   
           if (bootrpb.unit > 0 && (bootrpb.unit % 100) == 0) {
                   printf ("changing bootrpb.unit from %d ", bootrpb.unit);
                   bootrpb.unit /= 100;
                   printf ("to %d\n", bootrpb.unit);
           }
   
         bzero(lp, sizeof(struct disklabel));          bzero(lp, sizeof(struct disklabel));
         dunit = unit;          dunit = unit;
         dpart = part;          dpart = part;

Legend:
Removed from v.1.3.4.2  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>