From ca5b6341e5b00b0b01e36ba9f092e873dd191434 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 3 Nov 2001 08:32:28 +0000 Subject: No FreeBSD/vax here either. --- sys/dev/de/if_devar.h | 2 +- sys/pci/if_devar.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/de/if_devar.h b/sys/dev/de/if_devar.h index f462e74..72f180c 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 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 -- cgit v1.1