summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/devices.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-20 15:47:19 +0000
committerjkh <jkh@FreeBSD.org>1995-05-20 15:47:19 +0000
commit6066999b5d6a4f0b6f543f6fd9db1a481baff97f (patch)
treeedc0b1c75c164769765c7f553e9225f611413d00 /usr.sbin/sysinstall/devices.c
parentc7364c609c23611a591a2417284de28b85f235bc (diff)
downloadFreeBSD-src-6066999b5d6a4f0b6f543f6fd9db1a481baff97f.zip
FreeBSD-src-6066999b5d6a4f0b6f543f6fd9db1a481baff97f.tar.gz
Whoops - copy_self() was going to the wrong place!
Use proper floppy device names.
Diffstat (limited to 'usr.sbin/sysinstall/devices.c')
-rw-r--r--usr.sbin/sysinstall/devices.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c
index e6d3137..3c0f706 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/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.21 1995/05/20 10:33:00 jkh Exp $
+ * $Id: devices.c,v 1.22 1995/05/20 14:36:39 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -88,8 +88,8 @@ static struct {
{ DEVICE_TYPE_TAPE, "wt0", "Wangtek tape drive" },
{ DEVICE_TYPE_DISK, "sd", "SCSI disk device" },
{ DEVICE_TYPE_DISK, "wd", "IDE/ESDI/MFM/ST506 disk device" },
- { DEVICE_TYPE_FLOPPY, "fd0a", "Floppy disk drive (unit A)" },
- { DEVICE_TYPE_FLOPPY, "fd1a", "Floppy disk drive (unit B)" },
+ { DEVICE_TYPE_FLOPPY, "fd0", "Floppy disk drive (unit A)" },
+ { DEVICE_TYPE_FLOPPY, "fd1", "Floppy disk drive (unit B)" },
{ DEVICE_TYPE_NETWORK, "cuaa0", "Serial port (COM1) - possible PPP device" },
{ DEVICE_TYPE_NETWORK, "cuaa1", "Serial port (COM2) - possible PPP device" },
{ DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" },
OpenPOWER on IntegriCloud