- 21 Mar, 2003 17 commits
-
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
This puts back a MOD_INC_USE which leaves a warning but means that the driver doesnt now load/unload and disable the watchdog on a close
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
Also add warning about a broken spinlock/sleep someone still has to fix
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Linus Torvalds authored
-
- 20 Mar, 2003 23 commits
-
-
Neil Brown authored
1/ set new MD_RECOVERY_INTR flag instead of old 'err = -EINTR' when a resync thread is signaled - get rid of 'err' altogether in md_do_sync 2/ raid1 determines if resync is needed based on recovery_cp rather than mddev->in_sync (which now has a very different meaning) 3/ Don't update superblock when switching to writable mode. The first write will update the superblock instead.
-
Geert Uytterhoeven authored
Amiga floppy driver: Convert {del,add}_timer() sequences to mod_timer().
-
Geert Uytterhoeven authored
Amiga frame buffer device: Port to the new fbdev API
-
Geert Uytterhoeven authored
Fix return type (must be int, not void) of *_console_init() after introduction of console_initcall() in 2.5.x.
-
Geert Uytterhoeven authored
M68k timekeeping: Do not update the RTC every 11 minutes, since this confuses NTP (the actual code has been commented out since a while).
-
Geert Uytterhoeven authored
Affs: Make sure the sizeof() is always correct (from Roman Zippel)
-
Geert Uytterhoeven authored
M68k core spelling fixes from Steven Cole <elenstev@mesatop.com>
-
Geert Uytterhoeven authored
Sun-3 NCR5380 SCSI: Re-add accidentally deleted KERN_DEBUG tags.
-
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).
-