From 73bed33fe3bfc113c360876dfdec1acbb621057e Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 16 Jan 1998 12:53:04 +0000 Subject: [PATCH] Benign changes to support Justin's CAM code. --- release/sysinstall/devices.c | 4 +++- usr.sbin/sade/devices.c | 4 +++- usr.sbin/sysinstall/devices.c | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index e744255ec16..07e366adf29 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$ + * $Id: devices.c,v 1.64 1997/02/22 14:11:22 peter Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -63,9 +63,11 @@ static struct { { DEVICE_TYPE_CDROM, "matcd0a", "Matsushita CDROM ('sound blaster' type)" }, { DEVICE_TYPE_CDROM, "wcd0c", "ATAPI IDE CDROM" }, { DEVICE_TYPE_TAPE, "rst0", "SCSI tape drive" }, + { DEVICE_TYPE_TAPE, "rsa0", "SCSI tape drive (CAM)" }, { DEVICE_TYPE_TAPE, "rft0", "Floppy tape drive (QIC-02)" }, { DEVICE_TYPE_TAPE, "rwt0", "Wangtek tape drive" }, { 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, "od", "SCSI optical disk device" }, { DEVICE_TYPE_FLOPPY, "fd0", "floppy drive unit A" }, diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index e744255ec16..07e366adf29 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$ + * $Id: devices.c,v 1.64 1997/02/22 14:11:22 peter Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -63,9 +63,11 @@ static struct { { DEVICE_TYPE_CDROM, "matcd0a", "Matsushita CDROM ('sound blaster' type)" }, { DEVICE_TYPE_CDROM, "wcd0c", "ATAPI IDE CDROM" }, { DEVICE_TYPE_TAPE, "rst0", "SCSI tape drive" }, + { DEVICE_TYPE_TAPE, "rsa0", "SCSI tape drive (CAM)" }, { DEVICE_TYPE_TAPE, "rft0", "Floppy tape drive (QIC-02)" }, { DEVICE_TYPE_TAPE, "rwt0", "Wangtek tape drive" }, { 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, "od", "SCSI optical disk device" }, { DEVICE_TYPE_FLOPPY, "fd0", "floppy drive unit A" }, diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index e744255ec16..07e366adf29 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$ + * $Id: devices.c,v 1.64 1997/02/22 14:11:22 peter Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -63,9 +63,11 @@ static struct { { DEVICE_TYPE_CDROM, "matcd0a", "Matsushita CDROM ('sound blaster' type)" }, { DEVICE_TYPE_CDROM, "wcd0c", "ATAPI IDE CDROM" }, { DEVICE_TYPE_TAPE, "rst0", "SCSI tape drive" }, + { DEVICE_TYPE_TAPE, "rsa0", "SCSI tape drive (CAM)" }, { DEVICE_TYPE_TAPE, "rft0", "Floppy tape drive (QIC-02)" }, { DEVICE_TYPE_TAPE, "rwt0", "Wangtek tape drive" }, { 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, "od", "SCSI optical disk device" }, { DEVICE_TYPE_FLOPPY, "fd0", "floppy drive unit A" }, -- 2.45.2