projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b9e12d
)
m68k/mac: Add color classic ii support
author
Finn Thain
<fthain@telegraphics.com.au>
Fri, 28 May 2010 17:27:18 +0000
(
03:27
+1000)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 9 Aug 2010 19:14:07 +0000
(21:14 +0200)
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/mac/config.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/mac/config.c
b/arch/m68k/mac/config.c
index 1c16b1baf8dbf9e7b03f22cd663192c83aa07cf7..c247de02bc7e2fe0c49cc09522f75b9f4d0b3a67 100644
(file)
--- a/
arch/m68k/mac/config.c
+++ b/
arch/m68k/mac/config.c
@@
-332,6
+332,15
@@
static struct mac_model mac_data_table[] = {
.scc_type = MAC_SCC_II,
.nubus_type = MAC_NUBUS,
.floppy_type = MAC_FLOPPY_SWIM_ADDR2,
+ }, {
+ .ident = MAC_MODEL_CCLII,
+ .name = "Color Classic II",
+ .adb_type = MAC_ADB_CUDA,
+ .via_type = MAC_VIA_IIci,
+ .scsi_type = MAC_SCSI_OLD,
+ .scc_type = MAC_SCC_II,
+ .nubus_type = MAC_NUBUS,
+ .floppy_type = MAC_FLOPPY_SWIM_ADDR2,
},
/*