summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_devar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_devar.h')
-rw-r--r--sys/pci/if_devar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h
index f462e74..72f180c 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
OpenPOWER on IntegriCloud