summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-11-25 01:21:45 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-11-25 01:21:45 +0000
commit76e3bbadd671c71f0a061911b79e6f9a2da7324a (patch)
treeac0735c40ad8f54369b183f1b2844ed6c7b8ca77 /sys
parent471a0b889d0a8eb9e84b95c4aa5499b7c1e0edc5 (diff)
use 5780 here instead of 5714.
Diffstat (limited to 'sys')
-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 e904accddfa..7be69e2f86e 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.98 2005/11/25 00:37:59 brad Exp $ */
+/* $OpenBSD: if_bge.c,v 1.99 2005/11/25 01:21:44 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -1246,7 +1246,7 @@ bge_chipinit(struct bge_softc *sc)
BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5704 ||
BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5705 ||
BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5750 ||
- BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5714 ||
+ BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5780 ||
BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5752)
dma_rw_ctl &= ~BGE_PCIDMARWCTL_MINDMA;