- 28 Dec, 2002 17 commits
-
-
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)
-
Geert Uytterhoeven authored
M68k: update for changed do_fork() semantics in 2.5.49
-
Geert Uytterhoeven authored
M68k module list updates, inspired by ia32 traps.c in 2.5.48
-
Geert Uytterhoeven authored
M68k: do_coredump() gained an extra argument in 2.5.52
-
Geert Uytterhoeven authored
Add definitions for {,smp_}read_barrier_depends()
-
Linus Torvalds authored
-
Sam Ravnborg authored
When compiling aic7xxx in 2.5.53 with defconfig the kernel always recompiles because dependency for reg_print.c is not per default in the aic7xxx Makefile. Simple correction is to make PRETTY_PRINT dependend on BUILD_FIRMWARE.
-
- 27 Dec, 2002 23 commits
-
-
Rusty Russell authored
If modules don't use module_exit(), they cannot be unloaded. This safety mechanism should not apply for modules which don't use module_init() (implying they have nothing to clean up anyway).
-
James Bottomley authored
The compat API doesn't cope correctly if struct pci_dev is NULL, as it can be for the x86 fake pci_dev handling.
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This was done to make the next reference count patch easier, and because almost everyone was already calling usb_put_dev() anyway...
-
Linus Torvalds authored
-
Vojtech Pavlik authored
They need extended (beyond spec) address setup timing, and as such don't work on recent VIA chipsets.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
change dev_set_drvdata() and dev_get_drvdata() to usb_set_intfdata() and usb_get_intfdata()
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/linux/BK/gregkh-2.5
-