No FreeBSD/vax here either.

This commit is contained in:
Peter Wemm 2001-11-03 08:32:28 +00:00
parent a95dbcd2df
commit 84e5eebd09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85959
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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