summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-06-22 04:15:48 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-06-22 04:15:48 +0000
commitcac36e311ca87eafd5965e3b8f2ae006cacedf2e (patch)
tree569ccf5bc9afcf19a74b64f010f8f3d6a521d2c5 /sys/dev
parent8eac76d68427a86f1827b95734d4d6119c3e9014 (diff)
recognize the BCM5703 B0.
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 8809d2757b6..3a5f01d1e27 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.161 2006/06/21 19:11:01 brad Exp $ */
+/* $OpenBSD: if_bge.c,v 1.162 2006/06/22 04:15:47 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -315,6 +315,7 @@ static const struct bge_revision {
{ BGE_CHIPID_BCM5703_A1, "BCM5703 A1" },
{ BGE_CHIPID_BCM5703_A2, "BCM5703 A2" },
{ BGE_CHIPID_BCM5703_A3, "BCM5703 A3" },
+ { BGE_CHIPID_BCM5703_B0, "BCM5703 B0" },
{ BGE_CHIPID_BCM5704_A0, "BCM5704 A0" },
{ BGE_CHIPID_BCM5704_A1, "BCM5704 A1" },
{ BGE_CHIPID_BCM5704_A2, "BCM5704 A2" },
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h
index b9339d748c8..977f05aec81 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.48 2006/06/19 05:05:53 brad Exp $ */
+/* $OpenBSD: if_bgereg.h,v 1.49 2006/06/22 04:15:47 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -250,6 +250,7 @@
#define BGE_CHIPID_BCM5703_A1 0x10010000
#define BGE_CHIPID_BCM5703_A2 0x10020000
#define BGE_CHIPID_BCM5703_A3 0x10030000
+#define BGE_CHIPID_BCM5703_B0 0x11000000
#define BGE_CHIPID_BCM5704_A0 0x20000000
#define BGE_CHIPID_BCM5704_A1 0x20010000
#define BGE_CHIPID_BCM5704_A2 0x20020000