summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-09-20 06:08:10 +0000
committerderaadt <deraadt@openbsd.org>1996-09-20 06:08:10 +0000
commit32fd2e36d7ce687f44917eae9c5ddb4ea4fc4d1c (patch)
treef1b6cba901a11c7beb7b89eab427cab64a0a23e1 /sys
parentFix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>: (diff)
downloadwireguard-openbsd-32fd2e36d7ce687f44917eae9c5ddb4ea4fc4d1c.tar.xz
wireguard-openbsd-32fd2e36d7ce687f44917eae9c5ddb4ea4fc4d1c.zip
silent probe, silent attach; netbsd pr#2108, mike.long@analog.com
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isa/mcd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/mcd.c b/sys/dev/isa/mcd.c
index 34a08493be2..0c13c11d319 100644
--- a/sys/dev/isa/mcd.c
+++ b/sys/dev/isa/mcd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mcd.c,v 1.16 1996/06/10 00:48:05 deraadt Exp $ */
+/* $OpenBSD: mcd.c,v 1.17 1996/09/20 06:08:10 deraadt Exp $ */
/* $NetBSD: mcd.c,v 1.49 1996/05/12 23:53:11 mycroft Exp $ */
/*
@@ -825,9 +825,11 @@ mcdprobe(parent, match, aux)
sc->readcmd = MCD_CMDREADDOUBLESPEED;
break;
default:
+#ifdef MCDDEBUG
printf("%s: unrecognized drive version %c%02x; will try to use it anyway\n",
sc->sc_dev.dv_xname,
mbx.res.data.continfo.code, mbx.res.data.continfo.version);
+#endif
sc->type = 0;
break;
}