summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/devices.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-26 17:05:08 +0000
committerjkh <jkh@FreeBSD.org>1998-09-26 17:05:08 +0000
commita51c5aa8c3b70a83ca74789cc7cf52d719c1cf3d (patch)
tree4e7da9ce8b4d0f6e182a8d3cdda0b9f69e09c060 /usr.sbin/sade/devices.c
parent4b23ce149456da90d76a2e463b96ee2ca35fb9e6 (diff)
downloadFreeBSD-src-a51c5aa8c3b70a83ca74789cc7cf52d719c1cf3d.zip
FreeBSD-src-a51c5aa8c3b70a83ca74789cc7cf52d719c1cf3d.tar.gz
Remove support for floppy tape installs. I'm sorry, we're outta
space, and it's either this or the DOS installs. I think that the DOS installs are somehow more important. :)
Diffstat (limited to 'usr.sbin/sade/devices.c')
-rw-r--r--usr.sbin/sade/devices.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c
index ae0c4a1..330616e 100644
--- a/usr.sbin/sade/devices.c
+++ b/usr.sbin/sade/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.81 1998/09/13 16:45:10 wpaul Exp $
+ * $Id: devices.c,v 1.82 1998/09/15 10:24:45 gibbs Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -68,7 +68,6 @@ static struct _devname {
{ DEVICE_TYPE_CDROM, "matcd%da", "Matsushita CDROM ('sound blaster' type)", 17, 0, 8, 4, 'b' },
{ DEVICE_TYPE_CDROM, "wcd%dc", "ATAPI IDE CDROM", 19, 2, 8, 4, 'b' },
{ DEVICE_TYPE_TAPE, "rsa%d", "SCSI tape drive", 14, 0, 16, 4, 'c' },
- { DEVICE_TYPE_TAPE, "rft%d", "Floppy tape drive (QIC-02)", 9, 32, 64, 4, 'c' },
{ DEVICE_TYPE_TAPE, "rwt%d", "Wangtek tape drive", 10, 0, 1, 4, 'c' },
{ DEVICE_TYPE_DISK, "da%d", "SCSI disk device", 4, 65538, 8, 16, 'b' },
{ DEVICE_TYPE_DISK, "rda%d", "SCSI disk device", 13, 65538, 8, 16, 'c' },
OpenPOWER on IntegriCloud