diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2004-08-16 03:13:12 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2004-08-16 03:13:12 +0000 |
| commit | 5c7be533e1bc09f9fbfa8ce9b96564352d6298b7 (patch) | |
| tree | 83dd240aacf158e6a44fe1745de75f24d55a5996 /usr.sbin/sade | |
| parent | fec07e9be0f39c5008143f2435b782ac70cb2b9a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sade')
| -rw-r--r-- | usr.sbin/sade/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index 2b87e1cab251..2ee80745c13f 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -69,7 +69,7 @@ static struct _devname { { DEVICE_TYPE_CDROM, "matcd%d", "Matsushita CDROM ('sound blaster' type)", 46, 0, 8, 4 }, #endif { DEVICE_TYPE_CDROM, "acd%d", "ATAPI/IDE CDROM", 117, 0, 8, 4 }, - { DEVICE_TYPE_TAPE, "rsa%d", "SCSI tape drive", 14, 0, 16, 4 }, + { DEVICE_TYPE_TAPE, "sa%d", "SCSI tape drive", 14, 0, 16, 4 }, { DEVICE_TYPE_TAPE, "rwt%d", "Wangtek tape drive", 10, 0, 1, 4 }, { DEVICE_TYPE_DISK, "da%d", "SCSI disk device", 13, 65538, 8, 16 }, { DEVICE_TYPE_DISK, "ad%d", "ATA/IDE disk device", 116, 65538, 8, 16 }, |
