summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-07-12 18:09:56 +0000
committermiod <miod@openbsd.org>2006-07-12 18:09:56 +0000
commit242d1c095644bd1fcd86ac22db53f1dc3a75c5d5 (patch)
treefa7c7e3cdd602ab725efa650a938d62339c1b9be
parentinclude uvm_extern.h for atop() (diff)
downloadwireguard-openbsd-242d1c095644bd1fcd86ac22db53f1dc3a75c5d5.tar.xz
wireguard-openbsd-242d1c095644bd1fcd86ac22db53f1dc3a75c5d5.zip
Shorten the dmesg one line.
-rw-r--r--sys/arch/vax/vsa/ncr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vsa/ncr.c b/sys/arch/vax/vsa/ncr.c
index e39465d242f..df5896604cd 100644
--- a/sys/arch/vax/vsa/ncr.c
+++ b/sys/arch/vax/vsa/ncr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr.c,v 1.16 2005/11/12 03:44:24 pedro Exp $ */
+/* $OpenBSD: ncr.c,v 1.17 2006/07/12 18:09:56 miod Exp $ */
/* $NetBSD: ncr.c,v 1.32 2000/06/25 16:00:43 ragge Exp $ */
/*-
@@ -251,7 +251,7 @@ si_attach(parent, self, aux)
else
target = (clk_page[0xbc/2] >> tweak) & 7;
- printf("\n%s: NCR5380, SCSI ID %d\n", ncr_sc->sc_dev.dv_xname, target);
+ printf(": SCSI ID %d\n", target);
ncr_sc->sc_link.adapter_softc = sc;
ncr_sc->sc_link.adapter_target = target;