No FreeBSD/vax here either.
This commit is contained in:
parent
a95dbcd2df
commit
84e5eebd09
@ -130,7 +130,7 @@ typedef struct {
|
|||||||
* architecture which can't handle unaligned accesses) because with
|
* architecture which can't handle unaligned accesses) because with
|
||||||
* 100Mb/s cards the copying is just too much of a hit.
|
* 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
|
#define TULIP_COPY_RXDATA 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ typedef struct {
|
|||||||
* architecture which can't handle unaligned accesses) because with
|
* architecture which can't handle unaligned accesses) because with
|
||||||
* 100Mb/s cards the copying is just too much of a hit.
|
* 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
|
#define TULIP_COPY_RXDATA 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user