diff options
author | jkh <jkh@FreeBSD.org> | 1998-01-22 21:14:31 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-01-22 21:14:31 +0000 |
commit | bc80affadb5bcdc97f15b568ca98cc247a3a08e4 (patch) | |
tree | ae7e35149171dead1e0dc0605e429d65f1141870 /release | |
parent | e22d07fc0f4458653bf3eee3e9ece3c13af6c433 (diff) | |
download | FreeBSD-src-bc80affadb5bcdc97f15b568ca98cc247a3a08e4.zip FreeBSD-src-bc80affadb5bcdc97f15b568ca98cc247a3a08e4.tar.gz |
MF22: match entries for wfd
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/devices.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index 7d4b45c..8e34985 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.66 1998/01/19 23:28:41 jkh Exp $ + * $Id: devices.c,v 1.67 1998/01/21 19:25:49 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -69,7 +69,7 @@ static struct { { DEVICE_TYPE_DISK, "sd", "SCSI disk device" }, { DEVICE_TYPE_DISK, "da", "SCSI disk device (CAM)" }, { DEVICE_TYPE_DISK, "wd", "IDE/ESDI/MFM/ST506 disk device" }, - { DEVICE_TYPE_DISK, "wfd", "IDE floppy device" }, + { DEVICE_TYPE_DISK, "wfd", "ATAPI floppy (LS-120) device" }, { DEVICE_TYPE_DISK, "od", "SCSI optical disk device" }, { DEVICE_TYPE_FLOPPY, "fd0", "floppy drive unit A" }, { DEVICE_TYPE_FLOPPY, "fd1", "floppy drive unit B" }, |