summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-05-11 00:45:06 +0000
committerjkh <jkh@FreeBSD.org>1998-05-11 00:45:06 +0000
commit67f934a2cf999f86befe4de3efa358f277928df5 (patch)
tree2e627aee6c0064275a438950da59ea3ecc527fac /release
parentc6d7aef6d49abd5fb1d1b0997fcfbfd8104e1851 (diff)
downloadFreeBSD-src-67f934a2cf999f86befe4de3efa358f277928df5.zip
FreeBSD-src-67f934a2cf999f86befe4de3efa358f277928df5.tar.gz
It was incorrect to use the `c' device for the matcd driver;
apparently, unlike the IDE or SCSI CDROM drivers, this is magically special-cased for audio CDs. This also might explain what happened with scd (Sony) CDs also since I made the same change there. A follow-up commit will fix that. Thanks, Dave! PR: 6576 Submitted by: Dave Marquardt <marquard@zilker.net>
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c
index 7e8144e..599c228 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.74 1998/03/20 18:26:04 jkh Exp $
+ * $Id: devices.c,v 1.75 1998/03/20 23:39:57 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -65,7 +65,7 @@ static struct _devname {
{ 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, "matcd%dc", "Matsushita CDROM ('sound blaster' type)", 17, 2, 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' },
{ DEVICE_TYPE_TAPE, "rft%d", "Floppy tape drive (QIC-02)", 9, 32, 64, 4, 'c' },
OpenPOWER on IntegriCloud