55 lines
2.3 KiB
Plaintext
55 lines
2.3 KiB
Plaintext
|
|
**************************************************************************
|
|
* Copyright 1990-1996, Silicon Graphics, Inc.
|
|
* All Rights Reserved.
|
|
*
|
|
* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
|
|
* the contents of this file may not be disclosed to third parties, copied or
|
|
* duplicated in any form, in whole or in part, without the prior written
|
|
* permission of Silicon Graphics, Inc.
|
|
*
|
|
* RESTRICTED RIGHTS LEGEND:
|
|
* Use, duplication or disclosure by the Government is subject to restrictions
|
|
* as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
|
|
* and Computer Software clause at DFARS 252.227-7013, and/or in similar or
|
|
* successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
|
|
* rights reserved under the Copyright Laws of the United States.
|
|
**************************************************************************
|
|
*
|
|
*#ident "$Revision: 1.2 $"
|
|
*
|
|
* This is a read-only file. User-specified tunables are stored
|
|
* in var/sysgen/stune file.
|
|
*
|
|
if_ec2: run
|
|
*
|
|
* name default minimum maximum
|
|
*
|
|
* ipg_delay is the number of usecs in addition to the 802.3 inter-
|
|
* packet gap. Turning on causes MAC layer behavior to change
|
|
* w/ respect to the carrier transmission after deferal periods;
|
|
* when on, it will violate the 802.3 spec by checking for carrier
|
|
* after the IPG + delay on prior deferred packets. Default is
|
|
* OFF (0)
|
|
ec_ipg_delay 0 0 24
|
|
|
|
* xpg_delay when on will prevent streaming of packets interleaved
|
|
* by the minimum 9.6us IPG. When > 0, each packet transmission
|
|
* will be seperated by the machine's interrupt latency + the delay
|
|
* in usecs specified. Default is OFF (0)
|
|
ec_xpg_delay 0 0 50
|
|
|
|
* 16coll_retry is the number of successive times that the driver
|
|
* will attempt to retransmit a packet that could not get through
|
|
* the interface because of experiencing 16 consecutive collisions.
|
|
* Beyond this limit, the packet will be dropped and higher protocol
|
|
* layers are responsible for retransmitting.
|
|
ec_16coll_retry 2 0 5
|
|
|
|
* Number of RCV descriptors for each ec2 interface:
|
|
* 63 is a hard coded upper bound for both of these.
|
|
* num of bufs to when in unicast/multicast
|
|
* num of bufs to use while in promisc mode/
|
|
ec_rcv_desc 30 10 63
|
|
ec_rcv_promisc 63 10 63
|