aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ie
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-08-10 14:27:34 +0000
committerBruce Evans <bde@FreeBSD.org>1998-08-10 14:27:34 +0000
commitc41141b00271634795f081cb47647ab5a7add511 (patch)
tree551a09300889c2679f0959cc2a26d760bec0c3b1 /sys/dev/ie
parent449cc391d9010f28219c03f06f0ab57bf8a4b3bb (diff)
Notes
Diffstat (limited to 'sys/dev/ie')
-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 752fea2e9123..aa629d6b2d33 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,