diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-01-17 03:00:28 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-01-17 03:00:28 +0000 |
commit | 24b3ab2b94a6acaa329bd2edeae38d1698467665 (patch) | |
tree | 8cb19c2cf23686a623222495c2e50faf8f38d003 | |
parent | b065f751e9dc5f6fa23e9e407b0da5d9d7c0f561 (diff) |
add BGE_QUIRK_FEWER_MBUFS to 5704 fallback case.
-rw-r--r-- | sys/dev/pci/if_bge.c | 4 |
1 files 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, |