mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
No FreeBSD/vax here either.
This commit is contained in:
parent
a95dbcd2df
commit
84e5eebd09
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85959
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user