diff options
| author | John Polstra <jdp@FreeBSD.org> | 2006-12-22 01:10:36 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 2006-12-22 01:10:36 +0000 |
| commit | 65b8185c34efda3122014ba5e6143a58e5a2a3b1 (patch) | |
| tree | 5603da190a1d22db851b44b8d63adae752a07966 /sys | |
| parent | ee9391865ef60f725ff85ca6202c62f182a38f38 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/bge/if_bgereg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h index 112f4ca036bf..e2a039e57ffc 100644 --- a/sys/dev/bge/if_bgereg.h +++ b/sys/dev/bge/if_bgereg.h @@ -258,7 +258,7 @@ #define BGE_CHIPID_BCM5750_A0 0x40000000 #define BGE_CHIPID_BCM5750_A1 0x40010000 #define BGE_CHIPID_BCM5750_A3 0x40030000 -#define BGE_CHIPID_BCM5750_B0 0x40100000 +#define BGE_CHIPID_BCM5750_B0 0x41000000 #define BGE_CHIPID_BCM5750_B1 0x41010000 #define BGE_CHIPID_BCM5750_C0 0x42000000 #define BGE_CHIPID_BCM5750_C1 0x42010000 |
