diff options
-rw-r--r-- | sys/dev/sbus/rfx.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/sbus/rfx.c b/sys/dev/sbus/rfx.c index ac97284a9ea..8cdbf38ff1a 100644 --- a/sys/dev/sbus/rfx.c +++ b/sys/dev/sbus/rfx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rfx.c,v 1.11 2013/11/26 20:33:18 deraadt Exp $ */ +/* $OpenBSD: rfx.c,v 1.12 2014/01/22 03:03:09 jsg Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. @@ -528,7 +528,8 @@ rfx_initialize(struct rfx_softc *sc, struct sbus_attach_args *sa, #ifdef DEBUG if (cnt != 0) - printf("%s: incoherent initialization data!\n"); + printf("%s: incoherent initialization data!\n", + sc->sc_sunfb.sf_dev.dv_xname); #endif bus_space_unmap(sa->sa_bustag, bh, RFX_INIT_SIZE); |