diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-19 16:10:53 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-19 16:10:53 +0000 |
commit | 7c4cfc5c047725e6c4c20e9adaa1ef4e70ff68d1 (patch) | |
tree | d415490c429995abee8d4ce27fac8216028a989c /sys/scsi/uk.c | |
parent | 6b3902486151983e34413a0e5a4bead588217855 (diff) |
NetBSD 960317 merge
Diffstat (limited to 'sys/scsi/uk.c')
-rw-r--r-- | sys/scsi/uk.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/scsi/uk.c b/sys/scsi/uk.c index faa473189f7..73ec0acfb0c 100644 --- a/sys/scsi/uk.c +++ b/sys/scsi/uk.c @@ -1,4 +1,5 @@ -/* $NetBSD: uk.c,v 1.13 1995/03/24 20:17:15 glass Exp $ */ +/* $OpenBSD: uk.c,v 1.2 1996/04/19 16:10:30 niklas Exp $ */ +/* $NetBSD: uk.c,v 1.14 1996/03/05 00:15:33 thorpej Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -100,7 +101,8 @@ ukattach(parent, self, aux) sc_link->device_softc = uk; sc_link->openings = 1; - printf(": unknown device\n"); + printf("\n"); + printf("%s: unknown device\n", uk->sc_dev.dv_xname); } /* |