diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-22 04:15:48 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-22 04:15:48 +0000 |
commit | cac36e311ca87eafd5965e3b8f2ae006cacedf2e (patch) | |
tree | 569ccf5bc9afcf19a74b64f010f8f3d6a521d2c5 /sys/dev/pci/if_bge.c | |
parent | 8eac76d68427a86f1827b95734d4d6119c3e9014 (diff) |
recognize the BCM5703 B0.
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-rw-r--r-- | sys/dev/pci/if_bge.c | 3 |
1 files changed, 2 insertions, 1 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" }, |