diff options
Diffstat (limited to 'arch/powerpc/platforms/powermac/feature.c')
-rw-r--r-- | arch/powerpc/platforms/powermac/feature.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/feature.c b/arch/powerpc/platforms/powermac/feature.c index 9e1b9fd75206..79bd3e89dbaf 100644 --- a/arch/powerpc/platforms/powermac/feature.c +++ b/arch/powerpc/platforms/powermac/feature.c | |||
@@ -2191,7 +2191,11 @@ static struct pmac_mb_def pmac_mb_defs[] = { | |||
2191 | PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, | 2191 | PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, |
2192 | PMAC_MB_MAY_SLEEP, | 2192 | PMAC_MB_MAY_SLEEP, |
2193 | }, | 2193 | }, |
2194 | { "iMac,1", "iMac (first generation)", | 2194 | { "PowerMac10,2", "Mac mini (Late 2005)", |
2195 | PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, | ||
2196 | PMAC_MB_MAY_SLEEP, | ||
2197 | }, | ||
2198 | { "iMac,1", "iMac (first generation)", | ||
2195 | PMAC_TYPE_ORIG_IMAC, paddington_features, | 2199 | PMAC_TYPE_ORIG_IMAC, paddington_features, |
2196 | 0 | 2200 | 0 |
2197 | }, | 2201 | }, |