summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-07-01 06:26:52 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-07-01 06:26:52 +0000
commit6a43fdbc9abe125b4187411f9624acda321b1593 (patch)
treee6b9dbc9a4d1d72a13a7ad9cf031c61977ebfdd7 /sys/dev
parentd454332035a9234a56cc734056f3dce1ee06c2c2 (diff)
recognize the 5750 C2.
Diffstat (limited to 'sys/dev')
-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