aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-05-11 00:47:27 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-05-11 00:47:27 +0000
commit9b6f1a185f2ed2c2e545c774a3a2901f0610ef8a (patch)
tree6a45651976d0d90180b94fc2c435a9d9b737f9fd /release
parent92be7163cc0e8722598810894172fba54e1fae54 (diff)
downloadsrc-9b6f1a185f2ed2c2e545c774a3a2901f0610ef8a.tar.gz
src-9b6f1a185f2ed2c2e545c774a3a2901f0610ef8a.zip
Make Mitsumi and Sony CDROM devs also use the `a' device. I think
they'll have (or are having) similar problems to those described for the matcd device in PR#6576
Notes
Notes: svn path=/head/; revision=35930
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/devices.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c
index 599c22886c45..bec3e653b618 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.75 1998/03/20 23:39:57 jkh Exp $
+ * $Id: devices.c,v 1.76 1998/05/11 00:45:06 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -63,8 +63,8 @@ static struct _devname {
char dev_type;
} device_names[] = {
{ DEVICE_TYPE_CDROM, "cd%dc", "SCSI CDROM drive", 6, 2, 8, 4, 'b' },
- { DEVICE_TYPE_CDROM, "mcd%dc", "Mitsumi (old model) CDROM drive", 7, 2, 8, 4, 'b' },
- { DEVICE_TYPE_CDROM, "scd%dc", "Sony CDROM drive - CDU31/33A type", 16, 2, 8, 4, 'b' },
+ { DEVICE_TYPE_CDROM, "mcd%da", "Mitsumi (old model) CDROM drive", 7, 0, 8, 4, 'b' },
+ { DEVICE_TYPE_CDROM, "scd%da", "Sony CDROM drive - CDU31/33A type", 16, 0, 8, 4, 'b' },
{ 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, "rst%d", "SCSI tape drive", 14, 0, 16, 4, 'c' },