summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_devar.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-13 17:20:03 +0000
committerpeter <peter@FreeBSD.org>1998-06-13 17:20:03 +0000
commit05e156da671dc9a6c8c3d4415e9eb4d775fd08c1 (patch)
tree7551f0f2d02fe861dffc3bf718ffd829a77f743c /sys/pci/if_devar.h
parent1f5c254c67e08f1f6d39a304b4b6c403033e40ae (diff)
downloadFreeBSD-src-05e156da671dc9a6c8c3d4415e9eb4d775fd08c1.zip
FreeBSD-src-05e156da671dc9a6c8c3d4415e9eb4d775fd08c1.tar.gz
Merge changes from vendor branch;
- connector selection values (should fix aui/bnc), - non-shifting version of crc calculation using a table, - interrupt mask adjustments, - add some brackets where a #ifdef could break an if(), - don't reset the card unless it's up.
Diffstat (limited to 'sys/pci/if_devar.h')
-rw-r--r--sys/pci/if_devar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h
index b3c349c..75546ba 100644
--- a/sys/pci/if_devar.h
+++ b/sys/pci/if_devar.h
@@ -1,5 +1,5 @@
-/* $NetBSD: if_devar.h,v 1.26 1998/02/11 01:28:29 thorpej Exp $ */
-/* $Id: if_devar.h,v 1.6 1998/06/07 17:12:37 dfr Exp $ */
+/* $NetBSD: if_devar.h,v 1.27 1998/05/25 22:13:28 mark Exp $ */
+/* $Id: if_devar.h,v 1.7 1998/06/08 09:47:46 bde Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -167,7 +167,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(__alpha__)
+#if defined(__alpha__) || defined(__arm32__)
#define TULIP_COPY_RXDATA 1
#endif
OpenPOWER on IntegriCloud