diff options
-rw-r--r-- | sys/dev/de/if_devar.h | 2 | ||||
-rw-r--r-- | 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 |