diff options
-rw-r--r-- | sys/dev/ic/malo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/malo.c b/sys/dev/ic/malo.c index 96c1621a571..7fc337b850c 100644 --- a/sys/dev/ic/malo.c +++ b/sys/dev/ic/malo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: malo.c,v 1.60 2006/12/31 16:50:31 claudio Exp $ */ +/* $OpenBSD: malo.c,v 1.61 2006/12/31 16:58:02 claudio Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -960,6 +960,8 @@ malo_init(struct ifnet *ifp) fail: /* reset adapter */ + DPRINTF(("%s: malo_init failed, reseting card\n", + sc->sc_dev.dv_xname)); malo_ctl_write4(sc, 0x0c18, (1 << 15)); return (error); } |