summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2005-11-25 01:21:44 +0000
committerbrad <brad@openbsd.org>2005-11-25 01:21:44 +0000
commita975b96b8dc837f3420c872e8dd443bcd62b6a24 (patch)
tree0e57cef7f14ff98eee4907e91c0e1e4036ff1889
parentdon't bother setting error in bge_attach() when its not actually (diff)
downloadwireguard-openbsd-a975b96b8dc837f3420c872e8dd443bcd62b6a24.tar.xz
wireguard-openbsd-a975b96b8dc837f3420c872e8dd443bcd62b6a24.zip
use 5780 here instead of 5714.
-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;