diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2008-10-14 05:42:10 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-15 07:46:50 -0400 |
commit | 91a385b8f2d0b4000fffb99b9411c1ffa926dc91 (patch) | |
tree | 75b2d870b3bf7aa3b506843d6bc6d6e2b2ce585e /arch/mips/bcm47xx | |
parent | 2dbac10263b2f3c561de68b4c369bc679352ccee (diff) |
MIPS: WGT634U: Add machine detection message
This adds a printk message when a WGT634U machine is detected.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm47xx')
-rw-r--r-- | arch/mips/bcm47xx/wgt634u.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/wgt634u.c b/arch/mips/bcm47xx/wgt634u.c index d1d90c9ef2fa..f9e309a96576 100644 --- a/arch/mips/bcm47xx/wgt634u.c +++ b/arch/mips/bcm47xx/wgt634u.c | |||
@@ -112,6 +112,9 @@ static int __init wgt634u_init(void) | |||
112 | ((et0mac[1] == 0x09 && et0mac[2] == 0x5b) || | 112 | ((et0mac[1] == 0x09 && et0mac[2] == 0x5b) || |
113 | (et0mac[1] == 0x0f && et0mac[2] == 0xb5))) { | 113 | (et0mac[1] == 0x0f && et0mac[2] == 0xb5))) { |
114 | struct ssb_mipscore *mcore = &ssb_bcm47xx.mipscore; | 114 | struct ssb_mipscore *mcore = &ssb_bcm47xx.mipscore; |
115 | |||
116 | printk(KERN_INFO "WGT634U machine detected.\n"); | ||
117 | |||
115 | wgt634u_flash_data.width = mcore->flash_buswidth; | 118 | wgt634u_flash_data.width = mcore->flash_buswidth; |
116 | wgt634u_flash_resource.start = mcore->flash_window; | 119 | wgt634u_flash_resource.start = mcore->flash_window; |
117 | wgt634u_flash_resource.end = mcore->flash_window | 120 | wgt634u_flash_resource.end = mcore->flash_window |