artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472cc54
)
One last duplicate scsi initiator report in dmesg.
author
miod
<miod@openbsd.org>
Tue, 5 Aug 2008 04:29:03 +0000
(
04:29
+0000)
committer
miod
<miod@openbsd.org>
Tue, 5 Aug 2008 04:29:03 +0000
(
04:29
+0000)
sys/arch/mvme68k/dev/ssh.c
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/dev/ssh.c
b/sys/arch/mvme68k/dev/ssh.c
index
babe412
..
fd0ff46
100644
(file)
--- a/
sys/arch/mvme68k/dev/ssh.c
+++ b/
sys/arch/mvme68k/dev/ssh.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ssh.c,v 1.1
7 2008/05/19 18:42:12
miod Exp $ */
+/* $OpenBSD: ssh.c,v 1.1
8 2008/08/05 04:29:03
miod Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@@
-582,8
+582,7
@@
struct ssh_softc *sc;
splx(s);
delay(ssh_reset_delay * 1000);
- printf(": version %d target %d\n", rp->ssh_ctest8 >> 4,
- sc->sc_link.adapter_target);
+ printf(": version %d\n", rp->ssh_ctest8 >> 4);
if ((sc->sc_flags & SSH_ALIVE) == 0) {
TAILQ_INIT(&sc->ready_list);