diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-09-29 02:14:30 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-09-29 02:14:30 +0000 |
commit | b99c022ac52cacfe900228889fabc33a251894dd (patch) | |
tree | 22cf1d1e9e628fd7366f911ffad11c03d0b02458 /sys/dev/pci/if_xlreg.h | |
parent | 356d663415d88b2c5a5e9d90427a8e98a8587fbd (diff) |
Merge with FreeBSD: if_xlreg.h(1.5) & if_xl.c(1.12)
o workaround for ifmedia_set panic
o make sure tx isn't wedged if tx queue is full
o increase TX queue from 10 -> 16 descriptors
Diffstat (limited to 'sys/dev/pci/if_xlreg.h')
-rw-r--r-- | sys/dev/pci/if_xlreg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/if_xlreg.h b/sys/dev/pci/if_xlreg.h index e4395c5abc6..413430dbf6c 100644 --- a/sys/dev/pci/if_xlreg.h +++ b/sys/dev/pci/if_xlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xlreg.h,v 1.5 1998/09/09 22:06:57 jason Exp $ */ +/* $OpenBSD: if_xlreg.h,v 1.6 1998/09/29 02:14:29 jason Exp $ */ /* * Copyright (c) 1997, 1998 @@ -31,7 +31,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD: if_xlreg.h,v 1.4 1998/09/04 16:22:15 wpaul Exp $ + * $FreeBSD: if_xlreg.h,v 1.5 1998/09/25 17:34:19 wpaul Exp $ */ #define XL_EE_READ 0x0080 /* read, 5 bit address */ @@ -166,7 +166,7 @@ #define XL_STAT_INTREQ 0x0040 /* 6 */ #define XL_STAT_STATSOFLOW 0x0080 /* 7 */ #define XL_STAT_DMADONE 0x0100 /* 8 first generation */ -#define XL_STAT_LINKSTAT 0x0100 /* 8 3c509B */ +#define XL_STAT_LINKSTAT 0x0100 /* 8 3c905B */ #define XL_STAT_DOWN_COMPLETE 0x0200 /* 9 */ #define XL_STAT_UP_COMPLETE 0x0400 /* 10 */ #define XL_STAT_DMABUSY 0x0800 /* 11 first generation */ @@ -439,7 +439,7 @@ struct xl_list_onefrag { #define XL_MAXFRAGS 63 #define XL_RX_LIST_CNT 16 -#define XL_TX_LIST_CNT 10 +#define XL_TX_LIST_CNT 16 #define XL_MIN_FRAMELEN 60 struct xl_list_data { |