diff options
author | peter <peter@FreeBSD.org> | 2001-11-03 08:32:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-11-03 08:32:28 +0000 |
commit | ca5b6341e5b00b0b01e36ba9f092e873dd191434 (patch) | |
tree | 1d08741de082a67aa4c0570cdb7a561e9c16016c /sys/pci/if_devar.h | |
parent | 37c0b6de0d1d586ad9771782ee369d7ff1daa5ce (diff) | |
download | FreeBSD-src-ca5b6341e5b00b0b01e36ba9f092e873dd191434.zip FreeBSD-src-ca5b6341e5b00b0b01e36ba9f092e873dd191434.tar.gz |
No FreeBSD/vax here either.
Diffstat (limited to 'sys/pci/if_devar.h')
-rw-r--r-- | sys/pci/if_devar.h | 2 |
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 |