Enable the 5700 DMA bug and producer-pointer fixes, by setting the

quirk on all 5700 revision B devices. (These fixes have not been
tested against NetBSD recently; committing the fix and the enable separately
gives us flexibility about which fixes get pulled into the NetBSD-1.6 branch.)
This commit is contained in:
jonathan 2003-01-17 00:11:00 +00:00
parent 1484718092
commit ad77f4e6fb
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_bge.c,v 1.25 2003/01/17 00:02:56 jonathan Exp $ */
/* $NetBSD: if_bge.c,v 1.26 2003/01/17 00:11:00 jonathan Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@ -1638,20 +1638,20 @@ static const struct bge_revision {
"BCM5700 A1" },
{ BGE_ASICREV_BCM5700_B0,
BGE_QUIRK_LINK_STATE_BROKEN|BGE_QUIRK_CSUM_BROKEN,
BGE_QUIRK_LINK_STATE_BROKEN|BGE_QUIRK_CSUM_BROKEN|BGE_QUIRK_5700_COMMON,
"BCM5700 B0" },
{ BGE_ASICREV_BCM5700_B1,
BGE_QUIRK_LINK_STATE_BROKEN,
BGE_QUIRK_LINK_STATE_BROKEN|BGE_QUIRK_5700_COMMON,
"BCM5700 B1" },
{ BGE_ASICREV_BCM5700_B2,
BGE_QUIRK_LINK_STATE_BROKEN,
BGE_QUIRK_LINK_STATE_BROKEN|BGE_QUIRK_5700_COMMON,
"BCM5700 B2" },
/* This is treated like a BCM5700 Bx */
{ BGE_ASICREV_BCM5700_ALTIMA,
BGE_QUIRK_LINK_STATE_BROKEN,
BGE_QUIRK_LINK_STATE_BROKEN|BGE_QUIRK_5700_COMMON,
"BCM5700 Altima" },
{ BGE_ASICREV_BCM5700_C0,