diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2006-11-25 13:31:00 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2006-11-25 13:31:00 +0000 |
| commit | b7a22058851680c7a0e02af644e0d87d088a431e (patch) | |
| tree | ce540740172aeb00634d6bf8e71181a06a437413 /sys/dev | |
| parent | efb2b3439fa248aa1bbd75e399a1f7a47c788d94 (diff) | |
BCM5701 B2 requires BGE_QUIRK_ONLY_PHY_1 quirk. From Brian Baird
in PR kern/23778.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_bge.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 6dbe127496a..ed128f0822c 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_bge.c,v 1.116 2006/11/16 01:33:08 christos Exp $ */ +/* $NetBSD: if_bge.c,v 1.117 2006/11/25 13:31:00 tsutsui Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -79,7 +79,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.116 2006/11/16 01:33:08 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.117 2006/11/25 13:31:00 tsutsui Exp $"); #include "bpfilter.h" #include "vlan.h" @@ -1899,7 +1899,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, |
