Sync with sys/i386/isa/diskslice_machdep.c revision 1.30.
This commit is contained in:
parent
3260ced375
commit
a0f5e52d43
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37883
@ -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 @@ atcompat_dsinit(dname, dev, strat, lp, sspp)
|
||||
(*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;
|
||||
}
|
||||
|
@ -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 @@ dsinit(dname, dev, strat, lp, sspp)
|
||||
(*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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user