summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ax.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_ax.c')
-rw-r--r--sys/pci/if_ax.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_ax.c b/sys/pci/if_ax.c
index 098317b..fedd345 100644
--- a/sys/pci/if_ax.c
+++ b/sys/pci/if_ax.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_ax.c,v 1.3 1999/01/16 20:40:52 wpaul Exp $
+ * $Id: if_ax.c,v 1.4 1999/01/28 00:57:52 dillon Exp $
*/
/*
@@ -87,7 +87,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_ax.c,v 1.3 1999/01/16 20:40:52 wpaul Exp $";
+ "$Id: if_ax.c,v 1.4 1999/01/28 00:57:52 dillon Exp $";
#endif
/*
@@ -1213,7 +1213,7 @@ ax_attach(config_id, unit)
ifp->if_watchdog = ax_watchdog;
ifp->if_init = ax_init;
ifp->if_baudrate = 10000000;
-
+ ifp->if_snd.ifq_maxlen = AX_TX_LIST_CNT - 1;
if (bootverbose)
printf("ax%d: probing for a PHY\n", sc->ax_unit);
OpenPOWER on IntegriCloud