Sync with sys/i386/isa/diskslice_machdep.c revision 1.30.

This commit is contained in:
KATO Takenori 1998-07-27 09:49:23 +00:00
parent 3260ced375
commit a0f5e52d43
2 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@
*
* from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
* from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $
* $Id: atcompat_diskslice.c,v 1.9 1998/07/11 17:01:24 kato Exp $
* $Id: atcompat_diskslice.c,v 1.10 1998/07/21 12:06:04 kato Exp $
*/
/*
@ -197,7 +197,7 @@ reread_mbr:
(*strat)(bp);
if (biowait(bp) != 0) {
diskerr(bp, dname, "error reading primary partition table",
LOG_PRINTF, 0, lp);
LOG_PRINTF, 0, (struct disklabel *)NULL);
printf("\n");
error = EIO;
goto done;
@ -391,7 +391,7 @@ atcompat_extended(dname, dev, strat, lp, ssp, ext_offset, ext_size,
(*strat)(bp);
if (biowait(bp) != 0) {
diskerr(bp, dname, "error reading extended partition table",
LOG_PRINTF, 0, lp);
LOG_PRINTF, 0, (struct disklabel *)NULL);
printf("\n");
goto done;
}

View File

@ -35,7 +35,7 @@
*
* from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
* from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $
* $Id: diskslice_machdep.c,v 1.13 1998/07/11 17:01:25 kato Exp $
* $Id: diskslice_machdep.c,v 1.14 1998/07/21 12:06:04 kato Exp $
*/
/*
@ -250,7 +250,7 @@ reread_mbr:
(*strat)(bp);
if (biowait(bp) != 0) {
diskerr(bp, dname, "error reading primary partition table",
LOG_PRINTF, 0, lp);
LOG_PRINTF, 0, (struct disklabel *)NULL);
printf("\n");
error = EIO;
goto done;
@ -540,7 +540,7 @@ extended(dname, dev, strat, lp, ssp, ext_offset, ext_size, base_ext_offset,
(*strat)(bp);
if (biowait(bp) != 0) {
diskerr(bp, dname, "error reading extended partition table",
LOG_PRINTF, 0, lp);
LOG_PRINTF, 0, (struct disklabel *)NULL);
printf("\n");
goto done;
}