summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-12-26 02:10:23 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-12-26 02:10:23 +0000
commit11ae3168a9fb071bc26192c3649dad56b390e3ec (patch)
tree85f454d715377f4719bc520aed75f6f0de14f748 /sys/dev
parent9e301eec757c9dd1978cc3fe0a3c02c15e5928a9 (diff)
add BGE_QUIRK_PCIX_DMA_ALIGN_BUG for BCM5701 A0
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_bge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index baf1a447057..46a08074d72 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.47 2004/12/24 23:44:10 deraadt Exp $ */
+/* $OpenBSD: if_bge.c,v 1.48 2004/12/26 02:10:22 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
* Copyright (c) 1997, 1998, 1999, 2001
@@ -1550,7 +1550,7 @@ static const struct bge_revision {
"BCM5700 C0" },
{ BGE_CHIPID_BCM5701_A0,
- 0, /*XXX really, just not known */
+ BGE_QUIRK_PCIX_DMA_ALIGN_BUG,
"BCM5701 A0" },
{ BGE_CHIPID_BCM5701_B0,