aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mac/config.c
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2011-10-23 10:11:20 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2011-12-10 13:52:47 -0500
commit4107c459fe4075c5a2d552fd8d9d5fea10c1ff93 (patch)
tree8c7ad85b6cd9fc937cc1e5e559b9d1f1467c8afe /arch/m68k/mac/config.c
parentfeb11e8a5617cd337d8a83fd9cde38dba8ef050f (diff)
m68k/mac: fix powerbook 150 adb_type
The PowerBook 150 is a actually a Duo underneath. Fix the adb_type. Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/mac/config.c')
-rw-r--r--arch/m68k/mac/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mac/config.c b/arch/m68k/mac/config.c
index 101a8b7e2d52..b20b1318462c 100644
--- a/arch/m68k/mac/config.c
+++ b/arch/m68k/mac/config.c
@@ -674,7 +674,7 @@ static struct mac_model mac_data_table[] = {
674 }, { 674 }, {
675 .ident = MAC_MODEL_PB150, 675 .ident = MAC_MODEL_PB150,
676 .name = "PowerBook 150", 676 .name = "PowerBook 150",
677 .adb_type = MAC_ADB_PB1, 677 .adb_type = MAC_ADB_PB2,
678 .via_type = MAC_VIA_IIci, 678 .via_type = MAC_VIA_IIci,
679 .scsi_type = MAC_SCSI_OLD, 679 .scsi_type = MAC_SCSI_OLD,
680 .ide_type = MAC_IDE_PB, 680 .ide_type = MAC_IDE_PB,