summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-13 07:55:14 +0000
committerjkh <jkh@FreeBSD.org>1996-12-13 07:55:14 +0000
commit0e16e2c15f911900b1a5cae39f824a28ea411d43 (patch)
treeace002c6ad7b48125631f2f32c226c07895e7daa /sys/scsi
parente0f6f49854be479536476c61607a4fcfdbe22718 (diff)
downloadFreeBSD-src-0e16e2c15f911900b1a5cae39f824a28ea411d43.zip
FreeBSD-src-0e16e2c15f911900b1a5cae39f824a28ea411d43.tar.gz
Close PR#2198:
I've added an installation from optical disk drive facility. This enables FreeBSD to be installed from an optical disk, which may be formatted in "super floppy" style or sliced into MSDOS-FS and UFS partitions. Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org> and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this into 2.2. Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp>
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index d18add7..1661e55 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.72 1996/07/23 21:52:18 phk Exp $
+ * $Id: cd.c,v 1.73 1996/09/06 23:09:06 phk Exp $
*/
#include "opt_bounce.h"
@@ -200,7 +200,7 @@ cdattach(struct scsi_link *sc_link)
if (sc_link->quirks & CD_Q_NO_TOUCH) {
dp->disksize = 0;
} else {
- cd_get_parms(unit, SCSI_NOSLEEP | SCSI_NOMASK);
+ cd_get_parms(unit, SCSI_NOSLEEP | SCSI_NOMASK | SCSI_SILENT);
}
if (dp->disksize) {
printf("cd present [%ld x %ld byte records]",
OpenPOWER on IntegriCloud