diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-01 20:59:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-01 20:59:26 +0000 |
commit | db616548e9442dd66884116b17ceceb62c07780c (patch) | |
tree | f3b978b5e376708bfef8acb01f23bd3d41bf38be /sys | |
parent | 4c9c945003f6aa72b61aee3ab855da7b2d8919a5 (diff) |
dv_xname is not the same as dv_unit (for hell knows what reason)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/xl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index c8253818f5e..235817b18a2 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.52 2004/05/30 23:49:39 brad Exp $ */ +/* $OpenBSD: xl.c,v 1.53 2004/06/01 20:59:25 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -849,7 +849,7 @@ xl_reset(sc) } if (i == XL_TIMEOUT) - printf("xl%d: reset didn't complete\n", sc->sc_dev.dv_xname); + printf("%s: reset didn't complete\n", sc->sc_dev.dv_xname); /* Note: the RX reset takes an absurd amount of time * on newer versions of the Tornado chips such as those |