summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-rw-r--r--sys/dev/pci/if_bge.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 27413c4ca8f..09c4416a760 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.131 2006/02/09 03:31:44 brad Exp $ */
+/* $OpenBSD: if_bge.c,v 1.132 2006/02/11 09:01:30 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -391,6 +391,12 @@ static const struct bge_revision {
{ BGE_CHIPID_BCM5752_A1,
"BCM5752 A1" },
+ { BGE_CHIPID_BCM5714_B0,
+ "BCM5714 B0" },
+
+ { BGE_CHIPID_BCM5714_B3,
+ "BCM5714 B3" },
+
{ BGE_CHIPID_BCM5715_A0,
"BCM5715 A0" },