- 28 Dec, 2002 40 commits
-
-
Geert Uytterhoeven authored
Move more M68k SCSI host template definitions from the device-specific header files to the source files: - Amiga A3000, A2091/A590, A4000, A4091, GVP II, and WarpEngine SCSI - Atari NCR5380 SCSI - MVME147, MVME16x, and BVME6000 SCSI - Mac NCR5380 SCSI - Sun-3/3x OBIO and VME SCSI
-
Geert Uytterhoeven authored
M68k module updates - Update module definitions - Remove references to obsolete module syscalls
-
Geert Uytterhoeven authored
Sun-3/3x PTE updates (from Sam Creasey)
-
Geert Uytterhoeven authored
M68k mman.h updates: add MAP_POPULATE and MAP_NONBLOCK
-
Geert Uytterhoeven authored
Convert the WD33C93 SCSI driver core to the new irq framework (from Marc Zyngier <mzyngier@freesurf.fr>) This driver core is used by the following drivers: - M68k/PPC Amiga A3000, A2091/A590, and GVP II SCSI - M68k MVME147 SCSI - MIPS SGI IP22 (Indy, Challenge S, and Indigo 2) SCSI
-
Geert Uytterhoeven authored
Add missing #include <linux/interrupt.h>
-
Geert Uytterhoeven authored
Mac/m68k fixes (from Ray Knight in 2.4.x) - Correct model definitions. - Add loglevel macros to printk messages. - Correct missing and incorrect defines.
-
Geert Uytterhoeven authored
Convert core NuBus code to new local_irq*() framework
-
Geert Uytterhoeven authored
Convert core Atari code to new local_irq*() framework
-
Geert Uytterhoeven authored
Convert core MVME16x code to new local_irq*() framework
-
Geert Uytterhoeven authored
Convert core Q40/Q60 code to new local_irq*() framework
-
Geert Uytterhoeven authored
M68k initramfs updates: - Define LDFLAGS_BLOB - Add .init.ramfs section to linkfiles
-
Geert Uytterhoeven authored
Convert m68k Mac drivers to new local_irq*() framework: - Mac IIfx and Quadra 9x0 ADB - Mac II and IIsi ADB - Powerbook ADB
-
Geert Uytterhoeven authored
Convert core Sun-3 code to new local_irq*() framework
-
Geert Uytterhoeven authored
Mac/m68k early startup fixes (from Ray Knight in 2.4.x) - Correct memory mapping for Macintosh. - Prevent screen output from appearing twice.
-
Geert Uytterhoeven authored
Correct error found in arch/m68k/ whilst auditing the use of misc_register() in 2.5.44. misc_register() returns 0 on success, and a negative number on failure. (Trivial patches misc_register-02[67] from Michael Still <mikal@stillhq.com>)
-
Geert Uytterhoeven authored
Convert m68k fbdev drivers to new local_irq*() framework: - Atari builtin graphics
-
Geert Uytterhoeven authored
Convert core MVME147 code to new local_irq*() framework
-
Geert Uytterhoeven authored
Convert m68k char drivers to new local_irq*() framework: - Amiga builtin serial - Amiga A2232 multiserial - MVME167 serial - MVME147/162 and BVME6000 SCC
-
Geert Uytterhoeven authored
Convert m68k block drivers to new local_irq*() framework: - Atari ACSI - Amiga floppy - Atari floppy - Macintosh IIfx/Quadra 900/Quadra 950 floppy
-
Geert Uytterhoeven authored
Convert core Mac/m68k code to new local_irq*() framework
-
Geert Uytterhoeven authored
Convert core Sun-3x code to new local_irq*() framework
-
Geert Uytterhoeven authored
Convert core BVME6000 code to new local_irq*() framework
-
Geert Uytterhoeven authored
M68k: Remove bogus prototype for dump_fpu(), which conflicts with the one in <linux/elfcore.h>, and is wrong anyway.
-
Geert Uytterhoeven authored
Convert m68k net drivers to new local_irq*() framework: - Amiga A2065 and Ariadne Ethernet - Atari Bionet-100 and Pamsnet ACSI Ethernet - Atari LANCE Ethernet - Mac NC8390, CS89x0, MACE, and Sonic Ethernet - Sun-3 i82586 and Sun-3/3x LANCE Ethernet
-
Geert Uytterhoeven authored
Convert m68k parport drivers to new local_irq*() framework: - Atari parport
-
Geert Uytterhoeven authored
Move the definition of struct font_desc back to <video/font.h>, so it can be used outside of drivers/video/console (needed for Mac/m68k boot progress messages).
-
Geert Uytterhoeven authored
Mac/m68k VIA updates (from Ray Knight in 2.4.x) - PowerBooks and early Macs use different bits for nubus. - Add loglevel macros to printk.
-
Geert Uytterhoeven authored
Remove duplicate Makefile entry for bwtwofb
-
Geert Uytterhoeven authored
NCR53C9x ESP SCSI driver updates: - Port recent 2.5.x Sun/SPARC ESP SCSI driver changes to the NCR53C9x ESP SCSI drivers - Move NCR53C9x ESP host templates and host adapter-specific definitions from the host adapter-specific header files to the source files - Move common NCR53C9x ESP prototypes from the host adapter-specific header files to NCR53C9x.h This affects the following SCSI host adapters: - M68k/PPC Amiga Blizzard 1230IV, 1260, and 2060 - M68k/PPC Amiga BSC Oktagon - M68k/PPC Amiga Cyberstorm and Cyberstorm II - M68k/PPC Amiga Phase 5 Fastlane - MIPS DECstation NCR53C94 - MIPS JAZZ Fas216 - M68k Mac 53C9x - ia32 MCA 53C9x - M68k Sun-3x ESP
-
Geert Uytterhoeven authored
M68k: local_irq_count was moved to the hardirq bitmask of preempt_count() (cfr. asm/hardirq.h).
-
Geert Uytterhoeven authored
Amiga floppy: fix incorrect sti()
-
Geert Uytterhoeven authored
Ataflop: Add missing =
-
Geert Uytterhoeven authored
Scsi_Host.next was removed in 2.5.44, convert to use scsi_host_hn_get()
-
Geert Uytterhoeven authored
Atari NCR5380 SCSI: bitops operate on long, not char. Note: the preprocessor stuff just above checks for MAX_TAGS being a multiple of 32, so dividing by 32 is OK.
-
Geert Uytterhoeven authored
M68k: struct fbcon_font_desc was renamed to struct font_desc in 2.5.51
-
Geert Uytterhoeven authored
Fix inbalance of curly braces if AUTOSENSE is not defined.
-
Geert Uytterhoeven authored
for_each_task() was renamed to for_each_process() in 2.5.35
-
Geert Uytterhoeven authored
M68k: add restart_block field to struct thread_info (needed for 2.5.51)
-
Geert Uytterhoeven authored
M68k: add *__param to link files (needed for 2.5.52)
-