From cac36e311ca87eafd5965e3b8f2ae006cacedf2e Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 22 Jun 2006 04:15:48 +0000 Subject: recognize the BCM5703 B0. --- sys/dev/pci/if_bge.c | 3 ++- sys/dev/pci/if_bgereg.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys') 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 -- cgit v1.2.3