summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-07-01 06:26:51 +0000
committerbrad <brad@openbsd.org>2006-07-01 06:26:51 +0000
commit7471e62a7c7660e146d2be94e7c621fdef718813 (patch)
tree2fc035cdd83fd40bb4e573e0f657b3e6d0c36673
parentRemove a few noisy debug printfs that aren't doing anything useful. (diff)
downloadwireguard-openbsd-7471e62a7c7660e146d2be94e7c621fdef718813.tar.xz
wireguard-openbsd-7471e62a7c7660e146d2be94e7c621fdef718813.zip
recognize the 5750 C2.
-rw-r--r--sys/dev/pci/if_bge.c3
-rw-r--r--sys/dev/pci/if_bgereg.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 91e7fa64db8..1386e923fbc 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.165 2006/06/29 01:43:34 brad Exp $ */
+/* $OpenBSD: if_bge.c,v 1.166 2006/07/01 06:26:51 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -328,6 +328,7 @@ static const struct bge_revision {
{ BGE_CHIPID_BCM5750_B1, "BCM5750 B1" },
{ BGE_CHIPID_BCM5750_C0, "BCM5750 C0" },
{ BGE_CHIPID_BCM5750_C1, "BCM5750 C1" },
+ { BGE_CHIPID_BCM5750_C2, "BCM5750 C2" },
{ BGE_CHIPID_BCM5714_A0, "BCM5714 A0" },
{ BGE_CHIPID_BCM5752_A0, "BCM5752 A0" },
{ BGE_CHIPID_BCM5752_A1, "BCM5752 A1" },
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h
index 977f05aec81..97bacd775a9 100644
--- a/sys/dev/pci/if_bgereg.h
+++ b/sys/dev/pci/if_bgereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bgereg.h,v 1.49 2006/06/22 04:15:47 brad Exp $ */
+/* $OpenBSD: if_bgereg.h,v 1.50 2006/07/01 06:26:51 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -267,6 +267,7 @@
#define BGE_CHIPID_BCM5750_B1 0x41010000
#define BGE_CHIPID_BCM5750_C0 0x42000000
#define BGE_CHIPID_BCM5750_C1 0x42010000
+#define BGE_CHIPID_BCM5750_C2 0x42020000
#define BGE_CHIPID_BCM5714_A0 0x50000000
#define BGE_CHIPID_BCM5752_A0 0x60000000
#define BGE_CHIPID_BCM5752_A1 0x60010000