summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-06-05 13:28:49 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-06-05 13:28:49 +0000
commitff1c1afb9f5aed5520463d6fe0d85abfcfabecd2 (patch)
treec4b5e08f1c4538e1868329d915c7166ac765844c
parenta40915d75031baf61a3aa58a787353060de03d00 (diff)
Notes
-rw-r--r--sbin/fdisk_pc98/fdisk.c2
-rw-r--r--sbin/pc98/fdisk/fdisk.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk_pc98/fdisk.c b/sbin/fdisk_pc98/fdisk.c
index 787121d49305..39faadd9cd21 100644
--- a/sbin/fdisk_pc98/fdisk.c
+++ b/sbin/fdisk_pc98/fdisk.c
@@ -67,7 +67,7 @@ int secsize = 0; /* the sensed sector size */
const char *disk;
const char *disks[] =
{
- "/dev/rad0", "/dev/rwd0", "/dev/rda0", "/dev/rod0", 0
+ "/dev/ad0", "/dev/wd0", "/dev/da0", "/dev/od0", 0
};
struct disklabel disklabel; /* disk parameters */
diff --git a/sbin/pc98/fdisk/fdisk.c b/sbin/pc98/fdisk/fdisk.c
index 787121d49305..39faadd9cd21 100644
--- a/sbin/pc98/fdisk/fdisk.c
+++ b/sbin/pc98/fdisk/fdisk.c
@@ -67,7 +67,7 @@ int secsize = 0; /* the sensed sector size */
const char *disk;
const char *disks[] =
{
- "/dev/rad0", "/dev/rwd0", "/dev/rda0", "/dev/rod0", 0
+ "/dev/ad0", "/dev/wd0", "/dev/da0", "/dev/od0", 0
};
struct disklabel disklabel; /* disk parameters */