sd0 -> da0

This commit is contained in:
Joerg Wunsch 1998-11-26 12:24:35 +00:00
parent 7adae46cd3
commit 698b4def3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41354
4 changed files with 8 additions and 8 deletions

View file

@ -110,12 +110,12 @@ prints out the partition table that is written to the disk.
The final disk name can be provided as a
.Sq bare
disk name only, e.g.
.Ql sd0 ,
.Ql da0 ,
or as a fully qualified device node under
.Pa /dev .
If omitted, the disks
.Ql wd0 ,
.Ql sd0 ,
.Ql da0 ,
and
.Ql od0
are being searched in that order, until one is

View file

@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: fdisk.c,v 1.25 1998/11/06 03:25:56 jkoshy Exp $";
"$Id: fdisk.c,v 1.26 1998/11/06 03:43:21 alex Exp $";
#endif /* not lint */
#include <sys/disklabel.h>
@ -67,7 +67,7 @@ int secsize = 0; /* the sensed sector size */
const char *disk;
const char *disks[] =
{
"/dev/rwd0", "/dev/rsd0", "/dev/rod0", 0
"/dev/rwd0", "/dev/rda0", "/dev/rod0", 0
};
struct disklabel disklabel; /* disk parameters */

View file

@ -110,12 +110,12 @@ prints out the partition table that is written to the disk.
The final disk name can be provided as a
.Sq bare
disk name only, e.g.
.Ql sd0 ,
.Ql da0 ,
or as a fully qualified device node under
.Pa /dev .
If omitted, the disks
.Ql wd0 ,
.Ql sd0 ,
.Ql da0 ,
and
.Ql od0
are being searched in that order, until one is

View file

@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: fdisk.c,v 1.25 1998/11/06 03:25:56 jkoshy Exp $";
"$Id: fdisk.c,v 1.26 1998/11/06 03:43:21 alex Exp $";
#endif /* not lint */
#include <sys/disklabel.h>
@ -67,7 +67,7 @@ int secsize = 0; /* the sensed sector size */
const char *disk;
const char *disks[] =
{
"/dev/rwd0", "/dev/rsd0", "/dev/rod0", 0
"/dev/rwd0", "/dev/rda0", "/dev/rod0", 0
};
struct disklabel disklabel; /* disk parameters */