diff options
author | mjacob <mjacob@cvs.openbsd.org> | 2001-10-06 22:42:55 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 2001-10-06 22:42:55 +0000 |
commit | 7ac4bbf6993cea1e87d6167034efdc0b16adaac9 (patch) | |
tree | f1703d56e255a58e39f45f4d2c951686b7d80741 /sys/dev/pci/if_wxreg.h | |
parent | 5f5898459ce824152e5e474918fb55430b7651b0 (diff) |
Completely strip away all non-OpenBSD code to clean things up. Fix the
setting of cacheline to something that the chip wants. Apply several
bug fixes from Sitara networks with respect to transmit descriptor
wraparound. Don't do tx descriptor garbage collection in the interrupt
service routine. Increase the number of rx descriptors to 256.
Diffstat (limited to 'sys/dev/pci/if_wxreg.h')
-rw-r--r-- | sys/dev/pci/if_wxreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_wxreg.h b/sys/dev/pci/if_wxreg.h index d2fa7280184..a826c78f4d0 100644 --- a/sys/dev/pci/if_wxreg.h +++ b/sys/dev/pci/if_wxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wxreg.h,v 1.4 2001/04/13 00:27:57 mjacob Exp $ */ +/* $OpenBSD: if_wxreg.h,v 1.5 2001/10/06 22:42:53 mjacob Exp $ */ /* * Principal Author: Matthew Jacob * Copyright (c) 1999, 2001 by Traakan Software @@ -145,6 +145,7 @@ typedef struct { #define WXREG_RCTL 0x00000100 #define WXREG_RDTR0 0x00000108 #define WXREG_RDTR0_LIVENGOOD 0x00002820 +#define WXREG_RDTR0_VALUE 9765 /* ~10us delay */ #define WXREG_RDBA0_LO 0x00000110 #define WXREG_RDBA0_LO_LIVENGOOD 0x00002800 #define WXREG_RDBA0_HI 0x00000114 |