summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_we.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/if_we.c')
-rw-r--r--sys/dev/isa/if_we.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/isa/if_we.c b/sys/dev/isa/if_we.c
index 0963e3588f9..12a396790d1 100644
--- a/sys/dev/isa/if_we.c
+++ b/sys/dev/isa/if_we.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_we.c,v 1.13 2005/06/08 17:03:00 henning Exp $ */
+/* $OpenBSD: if_we.c,v 1.14 2006/07/29 11:31:21 miod Exp $ */
/* $NetBSD: if_we.c,v 1.11 1998/07/05 06:49:14 jonathan Exp $ */
/*-
@@ -680,9 +680,6 @@ we_write_mbuf(sc, m, buf)
*(u_int16_t *)savebyte);
buf += 2;
leftover = 0;
-#ifdef alpha
-#define ALIGNED_POINTER(p,t) ((((u_long)(p)) & (sizeof(t)-1)) == 0)
-#endif
} else if (ALIGNED_POINTER(data, u_int16_t) == 0) {
/*
* Unaligned dta; buffer the next byte.