summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie/if_ie.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ie/if_ie.c')
-rw-r--r--sys/dev/ie/if_ie.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index 752fea2..aa629d6 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -47,7 +47,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ie.c,v 1.53 1998/06/07 17:10:32 dfr Exp $
+ * $Id: if_ie.c,v 1.54 1998/07/13 09:52:59 bde Exp $
*/
/*
@@ -2414,8 +2414,8 @@ setflag:
static void
print_rbd(volatile struct ie_recv_buf_desc * rbd)
{
- printf("RBD at %8p:\n"
- "actual %04x, next %04x, buffer %8p\n"
+ printf("RBD at %p:\n"
+ "actual %04x, next %04x, buffer %p\n"
"length %04x, mbz %04x\n",
(void *) rbd,
rbd->ie_rbd_actual, rbd->ie_rbd_next,
OpenPOWER on IntegriCloud