From 24b3ab2b94a6acaa329bd2edeae38d1698467665 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 17 Jan 2005 03:00:28 +0000 Subject: add BGE_QUIRK_FEWER_MBUFS to 5704 fallback case. --- sys/dev/pci/if_bge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index deab4922a3c..d16b201061b 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.50 2005/01/01 20:45:46 krw Exp $ */ +/* $OpenBSD: if_bge.c,v 1.51 2005/01/17 03:00:27 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -1642,7 +1642,7 @@ static const struct bge_revision bge_majorrevs[] = { "unknown BCM5703" }, { BGE_ASICREV_BCM5704, - BGE_QUIRK_ONLY_PHY_1, + BGE_QUIRK_ONLY_PHY_1|BGE_QUIRK_FEWER_MBUFS, "unknown BCM5704" }, { BGE_ASICREV_BCM5705, -- cgit v1.2.3