Loading arch/m68k/amiga/pcmcia.c +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ void pcmcia_reset(void) /* copy a tuple, including tuple header. return nb bytes copied */ /* be carefull as this may trigger a GAYLE_IRQ_WR interrupt ! */ /* be careful as this may trigger a GAYLE_IRQ_WR interrupt ! */ int pcmcia_copy_tuple(unsigned char tuple_id, void *tuple, int max_len) { Loading arch/m68k/mac/config.c +2 −2 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ static struct mac_model mac_data_table[] = { }, /* * Weirdified MacII hardware - all subtley different. Gee thanks * Weirdified MacII hardware - all subtly different. Gee thanks * Apple. All these boxes seem to have VIA2 in a different place to * the MacII (+1A000 rather than +4000) * CSA: see http://developer.apple.com/technotes/hw/hw_09.html Loading Loading @@ -707,7 +707,7 @@ static struct mac_model mac_data_table[] = { * All of these probably have onboard SONIC in the Dock which * means we'll have to probe for it eventually. * * Are these reallly MAC_VIA_IIci? The developer notes for the * Are these really MAC_VIA_IIci? The developer notes for the * Duos show pretty much the same custom parts as in most of * the other PowerBooks which would imply MAC_VIA_QUADRA. */ Loading arch/m68k/mac/iop.c +2 −2 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ * finished; this function moves the message state to MSG_COMPLETE and signals * the IOP. This two-step process is provided to allow the handler to defer * message processing to a bottom-half handler if the processing will take * a signifigant amount of time (handlers are called at interrupt time so they * a significant amount of time (handlers are called at interrupt time so they * should execute quickly.) */ Loading @@ -120,7 +120,7 @@ /*#define DEBUG_IOP*/ /* Set to nonezero if the IOPs are present. Set by iop_init() */ /* Set to non-zero if the IOPs are present. Set by iop_init() */ int iop_scc_present,iop_ism_present; Loading arch/m68k/mac/oss.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ * * 990502 (jmt) - Major rewrite for new interrupt architecture as well as some * recent insights into OSS operational details. * 990610 (jmt) - Now taking fulll advantage of the OSS. Interrupts are mapped * 990610 (jmt) - Now taking full advantage of the OSS. Interrupts are mapped * to mostly match the A/UX interrupt scheme supported on the * VIA side. Also added support for enabling the ISM irq again * since we now have a functional IOP manager. Loading arch/m68k/mac/via.c +1 −1 Original line number Diff line number Diff line /* * 6522 Versatile Interface Adapter (VIA) * * There are two of these on the Mac II. Some IRQ's are vectored * There are two of these on the Mac II. Some IRQs are vectored * via them as are assorted bits and bobs - eg RTC, ADB. * * CSA: Motorola seems to have removed documentation on the 6522 from Loading Loading
arch/m68k/amiga/pcmcia.c +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ void pcmcia_reset(void) /* copy a tuple, including tuple header. return nb bytes copied */ /* be carefull as this may trigger a GAYLE_IRQ_WR interrupt ! */ /* be careful as this may trigger a GAYLE_IRQ_WR interrupt ! */ int pcmcia_copy_tuple(unsigned char tuple_id, void *tuple, int max_len) { Loading
arch/m68k/mac/config.c +2 −2 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ static struct mac_model mac_data_table[] = { }, /* * Weirdified MacII hardware - all subtley different. Gee thanks * Weirdified MacII hardware - all subtly different. Gee thanks * Apple. All these boxes seem to have VIA2 in a different place to * the MacII (+1A000 rather than +4000) * CSA: see http://developer.apple.com/technotes/hw/hw_09.html Loading Loading @@ -707,7 +707,7 @@ static struct mac_model mac_data_table[] = { * All of these probably have onboard SONIC in the Dock which * means we'll have to probe for it eventually. * * Are these reallly MAC_VIA_IIci? The developer notes for the * Are these really MAC_VIA_IIci? The developer notes for the * Duos show pretty much the same custom parts as in most of * the other PowerBooks which would imply MAC_VIA_QUADRA. */ Loading
arch/m68k/mac/iop.c +2 −2 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ * finished; this function moves the message state to MSG_COMPLETE and signals * the IOP. This two-step process is provided to allow the handler to defer * message processing to a bottom-half handler if the processing will take * a signifigant amount of time (handlers are called at interrupt time so they * a significant amount of time (handlers are called at interrupt time so they * should execute quickly.) */ Loading @@ -120,7 +120,7 @@ /*#define DEBUG_IOP*/ /* Set to nonezero if the IOPs are present. Set by iop_init() */ /* Set to non-zero if the IOPs are present. Set by iop_init() */ int iop_scc_present,iop_ism_present; Loading
arch/m68k/mac/oss.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ * * 990502 (jmt) - Major rewrite for new interrupt architecture as well as some * recent insights into OSS operational details. * 990610 (jmt) - Now taking fulll advantage of the OSS. Interrupts are mapped * 990610 (jmt) - Now taking full advantage of the OSS. Interrupts are mapped * to mostly match the A/UX interrupt scheme supported on the * VIA side. Also added support for enabling the ISM irq again * since we now have a functional IOP manager. Loading
arch/m68k/mac/via.c +1 −1 Original line number Diff line number Diff line /* * 6522 Versatile Interface Adapter (VIA) * * There are two of these on the Mac II. Some IRQ's are vectored * There are two of these on the Mac II. Some IRQs are vectored * via them as are assorted bits and bobs - eg RTC, ADB. * * CSA: Motorola seems to have removed documentation on the 6522 from Loading