Fixed warning message.

Submitted by:	chi@bd.mbn.or.jp (Chiharu Shibata)
This commit is contained in:
nyan 2001-07-02 10:18:56 +00:00
parent d39a1d4fd8
commit 1bb64dfc81
2 changed files with 4 additions and 6 deletions

View File

@ -1378,9 +1378,8 @@ fd_probe(device_t dev)
break;
}
printf("Warning: can't control 3mode I/F, "
"fallback to 2mode.\n"
"fd%d: ", fd->fdu);
device_printf(dev,
"Warning: can't control 3mode I/F, fallback to 2mode.\n");
/* FALLTHROUGH */
case FDT_12M:
#ifdef EPSON_NRDISK

View File

@ -1378,9 +1378,8 @@ fd_probe(device_t dev)
break;
}
printf("Warning: can't control 3mode I/F, "
"fallback to 2mode.\n"
"fd%d: ", fd->fdu);
device_printf(dev,
"Warning: can't control 3mode I/F, fallback to 2mode.\n");
/* FALLTHROUGH */
case FDT_12M:
#ifdef EPSON_NRDISK