diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-12-26 02:10:23 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-12-26 02:10:23 +0000 |
commit | 11ae3168a9fb071bc26192c3649dad56b390e3ec (patch) | |
tree | 85f454d715377f4719bc520aed75f6f0de14f748 /sys/dev | |
parent | 9e301eec757c9dd1978cc3fe0a3c02c15e5928a9 (diff) |
add BGE_QUIRK_PCIX_DMA_ALIGN_BUG for BCM5701 A0
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 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, |