summaryrefslogtreecommitdiff
path: root/release/sysinstall/devices.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-01-22 21:12:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-01-22 21:12:58 +0000
commit5e8f9ce5851494007d20d9eb8121d9bf60110808 (patch)
tree4cd1ab27acc9516814ee16863f55cfe98b679c7d /release/sysinstall/devices.c
parent796bd8bf6e6af75279a6b60577ea3ef3a33035e8 (diff)
Notes
Diffstat (limited to 'release/sysinstall/devices.c')
-rw-r--r--release/sysinstall/devices.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c
index 3b758e0ddc27..40cbc45337e5 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.49.2.12 1997/01/19 09:59:24 jkh Exp $
+ * $Id: devices.c,v 1.49.2.13 1998/01/21 19:27:01 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -66,6 +66,7 @@ static struct {
{ DEVICE_TYPE_TAPE, "rwt0", "Wangtek tape drive" },
{ DEVICE_TYPE_DISK, "sd", "SCSI disk device" },
{ DEVICE_TYPE_DISK, "wd", "IDE/ESDI/MFM/ST506 disk 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" },