From 6a43fdbc9abe125b4187411f9624acda321b1593 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 1 Jul 2006 06:26:52 +0000 Subject: recognize the 5750 C2. --- sys/dev/pci/if_bge.c | 3 ++- sys/dev/pci/if_bgereg.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 -- cgit v1.2.3