Reduce the number of transmit fragments to 16.
This commit is contained in:
parent
513feda9ab
commit
456af6d558
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: smc83c170reg.h,v 1.4 1999/07/27 00:55:34 thorpej Exp $ */
|
||||
/* $NetBSD: smc83c170reg.h,v 1.5 1999/08/27 19:21:32 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
@ -108,7 +108,11 @@ struct epic_rxdesc {
|
||||
#define ER_RXCTL_LFFORM 0x0002 /* alternate fraglist format */
|
||||
#define ER_RXCTL_FRAGLIST 0x0001 /* descriptor points to fraglist */
|
||||
|
||||
#define EPIC_NFRAGS 63 /* maximum number of frags in list */
|
||||
/*
|
||||
* This is not really part of the register description, but we need
|
||||
* to define the number of transmit fragments *somewhere*.
|
||||
*/
|
||||
#define EPIC_NFRAGS 16 /* maximum number of frags in list */
|
||||
|
||||
/*
|
||||
* EPIC fraglist descriptor.
|
||||
|
Loading…
Reference in New Issue
Block a user