diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-01-01 20:45:47 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-01-01 20:45:47 +0000 |
commit | 48321070ea548f8aa9b7590b5484cdf28b2da962 (patch) | |
tree | 4a01d30b063936fb96356be5414446b513b5d2ce /sys/dev | |
parent | c7b106c8f3a7ce7086eaec66913db666cd9202c5 (diff) |
Add BGE_QUIRK_ONLY_PHY_1 to BCM5701_B2. From NetBSD PR #23778, as
pointed out by Theo 2003/12/13.
ok brad@.
Diffstat (limited to 'sys/dev')
-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 8ad51f267a9..deab4922a3c 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.49 2004/12/30 05:44:15 krw Exp $ */ +/* $OpenBSD: if_bge.c,v 1.50 2005/01/01 20:45:46 krw Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -1558,7 +1558,7 @@ static const struct bge_revision { "BCM5701 B0" }, { BGE_CHIPID_BCM5701_B2, - BGE_QUIRK_PCIX_DMA_ALIGN_BUG, + BGE_QUIRK_ONLY_PHY_1|BGE_QUIRK_PCIX_DMA_ALIGN_BUG, "BCM5701 B2" }, { BGE_CHIPID_BCM5701_B5, |