summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-11-03 08:32:28 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-11-03 08:32:28 +0000
commit84e5eebd0966aa572a27d6260ccd403b22f9ebe8 (patch)
tree1d08741de082a67aa4c0570cdb7a561e9c16016c
parenta95dbcd2df667f9919487a10bbf5251cfa4bef43 (diff)
Notes
-rw-r--r--sys/dev/de/if_devar.h2
-rw-r--r--sys/pci/if_devar.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/de/if_devar.h b/sys/dev/de/if_devar.h
index f462e744ba3f..72f180cf5268 100644
--- a/sys/dev/de/if_devar.h
+++ b/sys/dev/de/if_devar.h
@@ -130,7 +130,7 @@ typedef struct {
* architecture which can't handle unaligned accesses) because with
* 100Mb/s cards the copying is just too much of a hit.
*/
-#if !defined(__i386__) && !defined(__vax__)
+#if !defined(__i386__)
#define TULIP_COPY_RXDATA 1
#endif
diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h
index f462e744ba3f..72f180cf5268 100644
--- a/sys/pci/if_devar.h
+++ b/sys/pci/if_devar.h
@@ -130,7 +130,7 @@ typedef struct {
* architecture which can't handle unaligned accesses) because with
* 100Mb/s cards the copying is just too much of a hit.
*/
-#if !defined(__i386__) && !defined(__vax__)
+#if !defined(__i386__)
#define TULIP_COPY_RXDATA 1
#endif