- 26 Jul, 2003 40 commits
-
-
Geert Uytterhoeven authored
This updates the valkyriefb driver to the new API. From Paul Mackerras <paulus@samba.org>: "It compiles OK, but I haven't been able to test it. I have simplified the driver quite a bit using the knowledge that there can only ever be one valkyrie graphics adaptor in a system - it is the built-in graphics adaptor on various ancient mac and powermac machines, and we access it at a hard-coded address, so we can only handle one."
-
Ville Herva authored
Documentation/nmi-watchdoc.txt doesn't actually tell what options need to be enabled in kernel config in order to use NMI watchdog. I for one found it confusing.
-
Geert Uytterhoeven authored
Rename ariadne2 to zorro8390, since this driver supports several NS8390-based Zorro Ethernet cards. Kill all never used occurrencies of CONFIG_NE2K_ZORRO.
-
Geert Uytterhoeven authored
m68k cache updates (from Roman Zippel): - Uninline flush_icache_range() - Add virt_to_phys_slow() which handles vmalloc()ed space
-
Geert Uytterhoeven authored
M68k: Use genrtc on all m68k platforms
-
Geert Uytterhoeven authored
M68k: Allow ALLOWINT to be used with other types than short (fixes a problem with irqs_disabled(), from Roman Zippel)
-
Geert Uytterhoeven authored
dmasound: Implement missing SOUND_PCM_READ_RATE ioctl (from Richard Zidlicky)
-
Geert Uytterhoeven authored
MIPS: Show the correct logo on DEC and SGI machines.
-
Geert Uytterhoeven authored
M68k FPU emulator: Add fgetman, fgetexp and fsqrt (from Michael Müller and Roman Zippel)
-
Geert Uytterhoeven authored
M68k: A few missing updates to the new irq API: - Q40/Q60 keyboard - Q40/Q60 floppy - Sun-3x floppy
-
Geert Uytterhoeven authored
m68k page updates (from Roman Zippel): - Set _PAGE_RONLY bit and clear _PAGE_PRESENT to mark PAGE_NONE pte entries (this also makes PAGE_NONE fixup unnecessary) - Move _PAGE_FILE to a lower, so pte_to_pgoff/pgoff_to_pte becomes simpler
-
Geert Uytterhoeven authored
NCR53C9x: Remove unused initialization of SCp.have_data_in (from Maciej W. Rozycki). This affects the following drivers: - DECstation SCSI - Amiga Oktagon SCSI
-
Geert Uytterhoeven authored
Macfb compile fixes
-
Geert Uytterhoeven authored
M68k: Add missing include for IPV6
-
Geert Uytterhoeven authored
M68k: Update for changed do_fork() semantics in 2.5.70
-
Geert Uytterhoeven authored
M68k: Fix SCSI breakage introduced in 2.5.74 by not including <asm-generic/dma-mapping.h>, unless PCI is available.
-
Geert Uytterhoeven authored
M68k: show_stack() portability and cleanup patch: - Add a task pointer argument to show_stack() and pass NULL as the first argument where needed - Remove show_trace_task()
-
Geert Uytterhoeven authored
Sun-3 SCSI: Kill a warning about a nonmatching prototype after recent SCSI proc_info() changes.
-
Geert Uytterhoeven authored
lmc_proto.c includes <asm/smp.h>, causing build failures on UMP-only architectures
-
Geert Uytterhoeven authored
Atari ksyms: Kill obsolete symbol exports
-
Geert Uytterhoeven authored
M68k: Kill superfluous includes
-
Geert Uytterhoeven authored
Sun-3: pte_file fixes for sun-3 MMUs (from Sam Creasey)
-
Geert Uytterhoeven authored
Apollo: Kill initialization of obsolete mach_floppy_init and unnecessary mach_floppy_setup function pointers
-
Geert Uytterhoeven authored
Mac8390: Fix typo (from Etsushi Kato)
-
Geert Uytterhoeven authored
Update my GnuPG fingerprint and address information
-
Geert Uytterhoeven authored
M68k: Kill erroneous `inline' (found by gcc 3.2)
-
Geert Uytterhoeven authored
Mac/m68k sonic: Kill warning and remainings of 2.2-style flow control
-
Geert Uytterhoeven authored
Resurrect dmasound: Re-re-add dmasound to the build process (it got removed again in 2.5.71)
-
Geert Uytterhoeven authored
Atari ST-RAM: Add missing include
-
Geert Uytterhoeven authored
ADB HID: Exclude PowerMac-specific things on classic Macs
-
Geert Uytterhoeven authored
Atari pamsnet: Fix typo
-
Geert Uytterhoeven authored
M68k: Kill unneeded #include <linux/config.h>
-
Geert Uytterhoeven authored
M68k wd33c93: host_lock is a pointer to a spinlock, not a spinlock (from Ralf Bächle)
-
Geert Uytterhoeven authored
Valkyriefb: Fix link error by adding missing macmodes.o (for Mac/m68k) and cfb* (for Mac/m68k and PowerMac/PPC) object files
-
Geert Uytterhoeven authored
Atari ACSI SLM Laser Printer: Remove obsolete parameter of atari_stram_alloc() call.
-
Geert Uytterhoeven authored
M68k: Revert to 2.4 behavior in ret_from_fork (always call schedule_tail, regardless of CONFIG_SMP), as suggested by Andreas Schwab. This removes the warnings from sched.c (from Sam Creasey).
-
Geert Uytterhoeven authored
M68k: Kill obsolete members of irq_cpustat_t
-
Geert Uytterhoeven authored
Kill zorro_check_device(), it's deprecated and unused (from Christoph Hellwig).
-
Geert Uytterhoeven authored
wd33c93 SCSI: Fix compilation after breakage in 2.5.71
-
Geert Uytterhoeven authored
M68k: Add missing module_arch_cleanup()
-