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_bgereg.h | |
parent | 8eac76d68427a86f1827b95734d4d6119c3e9014 (diff) |
recognize the BCM5703 B0.
Diffstat (limited to 'sys/dev/pci/if_bgereg.h')
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |