diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-12 18:09:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-12 18:09:57 +0000 |
commit | 95443bf24a481ebfbc4b02e12cb314ea7061759f (patch) | |
tree | b36ea38abf8ce7e8123a7b4364c6533164dac9e8 | |
parent | 635c7feadbbb1f2cc3e003451024808e2f48e5c8 (diff) |
Shorten the dmesg one line.
-rw-r--r-- | sys/arch/vax/vsa/ncr.c | 4 |
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; |