- 29 Sep, 2003 17 commits
-
-
Geert Uytterhoeven authored
Atari ST-RAM: Add missing include
-
Geert Uytterhoeven authored
M68k bitops: Make input parameters of *find*bit() routines const: - find_first_zero_bit() - find_next_zero_bit() - sched_find_first_bit()
-
Geert Uytterhoeven authored
M68k PCI: Include <asm/scatterlist.h>, like all other archs do
-
Geert Uytterhoeven authored
Q40/Q60: Fix warnings, add diagnostic message (from Richard Zidlicky)
-
Geert Uytterhoeven authored
Sun-3 SCSI updates (from Sam Creasey): - Define sun3scsi_release() in sun3_scsi and sun3_scsi_vme so that the drivers will actually be loaded by the SCSI subsystem. - Remove some warnings.
-
Geert Uytterhoeven authored
Sun-3: Use init_bootmem_node() instead of init_bootmem() for Sun-3, to avoid setting min/max_low_pfn in init_bootmem(). This was screwing up SCSI, and the new method is more like m68k/motorola. (from Sam Creasey)
-
Geert Uytterhoeven authored
Q40/Q60: Must handle keyboard interrupts even before they are registered (from Richard Zidlicky)
-
Geert Uytterhoeven authored
m68k: Build a zImage (vmlinux.gz) instead of an uncompressed image by default
-
Andries E. Brouwer authored
-
Andries E. Brouwer authored
-
Andries E. Brouwer authored
-
Andries E. Brouwer authored
-
Andries E. Brouwer authored
-
Andries E. Brouwer authored
-
Andries E. Brouwer authored
-
Andries E. Brouwer authored
-
Andries E. Brouwer authored
-
- 28 Sep, 2003 5 commits
-
-
bk://kernel.bkbits.net/jgarzik/bcopy-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/misc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Marc Zyngier authored
The enclosed patch ports the ne3210 driver over the EISA probing API. It also fixes some ioremap/isa_memcopy_fromio problems (depending on where the card memory was mapped) by using ioremap unconditionally and letting memcopy_fromio do the right thing. Finally, it removes the card from Space.c (warning, potential interface renumbering !). The module options are currently disabled, until Rusty's module_param_array() patch is included. I will re-introduce them ASAP. Quite heavily tested on x86.
-
Stephen Hemminger authored
Sorry, overlooked the corresponding .h file in that patch, here it is.
-
François Romieu authored
This patch applies to 2.5.68 and is listed on kbugs.org. The debug statement is never executed because it is after a return.
-
- 27 Sep, 2003 18 commits
-
-
Jeff Garzik authored
-
Jeff Garzik authored
Affects: JFS, scsi/{sym,sym2}, arch/ia64/sn/io/sn2/{module,pic}.c
-
Jeff Garzik authored
* block/cciss: eliminate "comparison always false" warning * char/agp/amd64-agp: properly suffix 64-bit constants * ide/legacy/pdc4030: fix incomplete conversion to new IDE module API
-
Jeff Garzik authored
'probe' module parameter is only used when arlan is built as a module.
-
Jeff Garzik authored
As the functions and definitions in linux/mca-legacy.h are deprecated, require that users explicitly include linux/mca-legacy.h as needed. Prior to this change, _all_ users of linux/mca.h (i.e. proper users) issued a warning at compile time, when the MCA legacy API was enabled. Now only actual users of the legacy API cause warnings, not all MCA drivers.
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Linus Torvalds authored
-
Linus Torvalds authored
wants 'phases' Cset exclude: geert@linux-m68k.org|ChangeSet|20030912135245|42657
-
bk://kernel.bkbits.net/jgarzik/misc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into redhat.com:/spare/repo/misc-2.5
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Adrian Bunk authored
The patch below switches MII to be select'ed instead of including it in the Makefile. Note that this patch requires a recent Linus' tree with the select CRC32 patch included. diffstat output: drivers/net/Kconfig | 11 +++++++++++ drivers/net/Makefile | 28 +++++++++++----------------- drivers/net/pcmcia/Kconfig | 1 + drivers/net/tulip/Kconfig | 1 + drivers/usb/net/Kconfig | 2 ++ drivers/usb/net/Makefile.mii | 6 ------ 6 files changed, 26 insertions(+), 23 deletions(-) Tangential to the patch I observed a small problem (not fixed in the patch): MII depends on NET_ETHERNET, but USB_PEGASUS and USB_USBNET depend only on NET. cu Adrian
-
Adrian Bunk authored
Similar to the patch Brian Gerst sent for CRC32, this patch changes ZLIB_{IN,DE}FLATE to be select'ed. The dependencies are much better maintainable that way.
-
Stephen Hemminger authored
Existing code for drivers/net/wan/z8530 is riddled with self-deadlocks and irq flag confusion. For example: z8530_init -> do_z8530_init -> write_zsreg self deadlocks on the channel lock. Several places acquire both the channel and dma lock and then reuse the same irq flags variable - ouch. This code at least, correctly probes (for no device case) on SMP. Other paths verified by inspection.
-
Stephen Hemminger authored
The sealevel driver called sppp_attach before checking that board existed and never called detach in the error path. My change is to call sppp_attach from the netdev->init hook which happens later in the process, and call detach from the uninit hook. Also, changed the structure element 'netdev' to 'pppdev' to avoid confusion. Here is the fix against 2.6.0-test5 latest
-
Jun Komuro authored
-
Jun Komuro authored
For e1000 and baycom_epp. Contributed by Jeff Garzik.
-