- 20 Mar, 2003 40 commits
-
-
Geert Uytterhoeven authored
Wd33c93 SCSI: Fix 2.5.64 merge error
-
Geert Uytterhoeven authored
Amiga RTC updates from Kars de Jong <jongk@linux-m68k.org>: - Implement mach_get_ss() on Amiga - Use OKI recommendations for locking the A2000 clock - Streamline clock structure declarations
-
Geert Uytterhoeven authored
Amiga frame buffer device: request the correct interrupt, so we no longer get spurious interrupts. The old code worked only by accident. To avoid flicker when updating the display parameters, we do not use the real vertical blank interrupt, but instead ask the Copper to generate an interrupt after the bitplane and sprite pointers have been set up at the beginning of each frame.
-
Geert Uytterhoeven authored
Amiga NCR53c7xx SCSI: Use z_ioremap() to map Zorro space
-
Geert Uytterhoeven authored
Sun-3 NCR5380 SCSI: Kill warning.
-
Geert Uytterhoeven authored
Sun-3: Properly calculate the physical address of the first virtual page (0x0e000000) (from Sam Creasey)
-
Geert Uytterhoeven authored
Sun-3 memory zones: Mark all pages in zone 0, rather than splitting memory evenly between zones (from Sam Creasey)
-
Geert Uytterhoeven authored
Sun-3 linkfile: Fix vmlinux-sun3.lds to make it compile (this version also loads properly through the 11/24/2001 bootloader) (from Sam Creasey)
-
Geert Uytterhoeven authored
M68k SCSI drivers: update for the changes in 2.5.60: o Replace `->lun' by `->device->lun' o Replace `->target' by `->device->id' o Replace `->host' by `->device->host'
-
Geert Uytterhoeven authored
Genrtc: Sync generic RTC driver with 2.4.x.
-
Geert Uytterhoeven authored
Convert Amiga serial driver to use tasklets (from Roman Zippel)
-
Geert Uytterhoeven authored
M68k NCR5380 SCSI updates for changes in SCSI and NCR5380 SCSI layers: - Sun-3/3x (from Sam Creasey) - Atari (ported updates from Sun-3) - Mac (ported updates from Sun-3)
-
Geert Uytterhoeven authored
M68k SCSI drivers: Kill warnings caused by implicit conversions from volatile * and remove some unneeded casts
-
Geert Uytterhoeven authored
M68k net drivers: Kill warnings caused by implicit conversions from volatile *
-
Geert Uytterhoeven authored
Wd33c93 SCSI: Export wd33c93_proc_info (needed for Amiga A3000, A2091, and GVP II SCSI, and for MVME147 SCSI).
-
Geert Uytterhoeven authored
ide_ack_intr is defined in asm-*/ide.h, if IDE_ARCH_ACK_INTR is set.
-
Geert Uytterhoeven authored
M68k: Fix for changes to struct page -- access list member of structure correctly (and allocate page tables sanely as a result) (from Sam Creasey)
-
Geert Uytterhoeven authored
M68k: Kill warnings generated by gcc-3.2: - Add missing <linux/string.h> include - Move unused static data inside usage area - Kill deprecated multi-line string literals - Add semicolons to empty cases in switch() constructs - Comment out unused labels - Fix extra tokens at end of #endif directives - a3000_release() may not be optimized away - Kill uninitialized variable warning
-
Geert Uytterhoeven authored
M68k Apollo I/O updates for MMIO and pseudo-MMIO (ISA I/O after translation): - Use out_8() and out_be16() instead of outb() and outw() - Remove conflicting definitions of {in,out}[bw]()
-
Geert Uytterhoeven authored
ADB: Fix spelling of sigprocmask
-
Geert Uytterhoeven authored
Q40: Replace sti() by local_irq_enable() in comment
-
Geert Uytterhoeven authored
M68k: Make PAGE_SIZE unsigned long to kill more warnings (cfr. other architectures), except for asm, since gas cannot cope with the UL.
-
Geert Uytterhoeven authored
M68k: Heartbeat is also available on Apollo and Mac
-
Geert Uytterhoeven authored
M68k: Update for signal changes in 2.5.60 (from Roman Zippel).
-
Geert Uytterhoeven authored
M68k syscalls: NR_syscalls updates for 2.5.63
-
Geert Uytterhoeven authored
M68k: Remove .global for local labels that are used to subtract (needed for recent binutils, from Andreas Schwab)
-
Geert Uytterhoeven authored
Amiga PCMCIA Ethernet: Use le16_to_cpus() instead of hardcoded byteswap (from Kars de Jong)
-
Geert Uytterhoeven authored
M68k: Add new kmap types for 2.5.60.
-
Geert Uytterhoeven authored
M68k: Update POSIX timers in struct siginfo (cfr. asm-generic/siginfo.h in 2.5.63)
-
Geert Uytterhoeven authored
M68k ISA: Fix ISA memory space mapping for Amiga PCMCIA (from Kars de Jong)
-
Geert Uytterhoeven authored
M68k: Export missing symbols: - mach_beep (for m68k beeper) - strpbrk (for SCSI)
-
Jens Axboe authored
dvd_read_physical() uses a 20 char buffer to read in the dvd structure, however the size is really 4 bytes header + 17 bytes body so layer->bca ends up containing garbage. Kudos to the nice folks who made it a non multiple of 4 bytes.
-
Dave Jones authored
Lots of patches from Norbert Kiesel that fix up several silly | vs. || and & vs. && bugs found with find ${1:-.} -name \*.c | xargs grep -En \ '![a-zA-Z0-9_ ]+(\|[^|]|\&[^&])|([^|]\||[^&]\&) *!'
-
Dave Jones authored
From Petr Vandrovec we use nbd for our diskless systems, and it looks to me like that it has some serious problems in 2.5.x... Can you apply this patch and forward it to Linus? There were: * Missing disk's queue initialization * Driver should use list_del_init: put_request now verifies that req->queuelist is empty, and list_del was incompatible with this. * I converted nbd_end_request back to end_that_request_{first,last} as I saw no reason why driver should do it itself... and blk_put_request has no place under queue_lock, so apparently when semantic changed nobody went through drivers...
-
Dave Jones authored
Originally by Rusty Lynch, munged by me, acked by Mochel. Attempting to cat a sysfs file that returns an error will result in an endless dump of garbage to the screen because the result of the specific show operation was being saved to a size_t (unsigned) and then later checked for a negative value.
-
Dave Jones authored
From Pavel Machek
-
Dave Jones authored
From: Jon Foster <jon@jon-foster.co.uk> This patch against 2.5.63 adds kerneldoc comments to the public API in these files: - include/asm-i386/uaccess.h - arch/i386/lib/usercopy.c This patch only changes comments and one of the templates used by "make htmldocs", it does not change any code.
-
Dave Jones authored
Fix by Randy Dunlap Here's a patch to build ide/pci/piix.c with CONFIG_PROC_FS=n.
-
Dave Jones authored
Old patch from John Kim to remove old DRM 4.0 code in 2.5.59.
-
Dave Jones authored
-