Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Typo. Don't worry, nothing that will cause system...
details: https://anonhg.NetBSD.org/src/rev/1be448bc1da5
branches: trunk
changeset: 480558:1be448bc1da5
user: ad <ad%NetBSD.org@localhost>
date: Sat Jan 15 18:13:22 2000 +0000
description:
Typo. Don't worry, nothing that will cause system instability or data
corruption.
diffstat:
sys/dev/ic/dpt.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r a92c9cffbc72 -r 1be448bc1da5 sys/dev/ic/dpt.c
--- a/sys/dev/ic/dpt.c Sat Jan 15 18:10:32 2000 +0000
+++ b/sys/dev/ic/dpt.c Sat Jan 15 18:13:22 2000 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: dpt.c,v 1.15 2000/01/15 18:10:32 ad Exp $ */
+/* $NetBSD: dpt.c,v 1.16 2000/01/15 18:13:22 ad Exp $ */
/*-
- * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
+ * Copyright (c) 1997, 1998, 1999, 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -69,7 +69,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.15 2000/01/15 18:10:32 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.16 2000/01/15 18:13:22 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1145,7 +1145,7 @@
if (ccb->ccb_hba_status != HA_NO_ERROR ||
ccb->ccb_scsi_status != SCSI_OK)
- panic("%s: inquiry failed (hba:%02x scsi:%02x",
+ panic("%s: inquiry failed (hba:%02x scsi:%02x)",
sc->sc_dv.dv_xname, ccb->ccb_hba_status,
ccb->ccb_scsi_status);
Home |
Main Index |
Thread Index |
Old Index