- 29 Sep, 2003 40 commits
-
-
Matthias Urlichs authored
Editor wraparound and comments don't always like each other.
-
Adrian Bunk authored
This switches fs/Kconfig to use select where appropriate (affects nfs{,d} and afs).
-
Jens Axboe authored
The CDROM_SEND_PACKET ioctl is both slow and ugly, this patch keeps the functionality but utilizes the much better sg_io() framework.
-
Nick Piggin authored
This removes a bogus error message in the bogomips reporting code when running an SMP kernel on UP. It makes the output consistent with what you see on an SMP box. I noticed this while testing, but it recently annoyed me again when booting a knoppix CD - its the first line you'll see.
-
Linus Torvalds authored
Other architectures have other low-level serial chips. Make "PC" configuration shorthand (same as "X86 && !EMBEDDED" right now, but other PC-like architectures may start using it)
-
Geert Uytterhoeven authored
Generic serial: jiffies are unsigned long
-
Geert Uytterhoeven authored
M68k: Add sched_clock() (introduced in 2.6.0-test6)
-
Geert Uytterhoeven authored
A2232 Serial: Fix typo
-
Geert Uytterhoeven authored
Zorro: Make closing include guards consistent with opening include guards
-
Geert Uytterhoeven authored
GVP-II SCSI: Fix compilation by getting rid of the obsolete SCSI host instance loop and using per-card interrupt handlers instead.
-
Geert Uytterhoeven authored
A2091 SCSI: Fix compilation by getting rid of the obsolete SCSI host instance loop and using per-card interrupt handlers instead.
-
Geert Uytterhoeven authored
Amiga Zorro bus: Update the docs to match the current situation.
-
Geert Uytterhoeven authored
Dmasound: Use select to get CONFIG_DMASOUND defined for all subdrivers (from Christoph Hellwig).
-
Geert Uytterhoeven authored
Macintosh SMC 9194 Ethernet is broken (needs NuBus I/O abstractions)
-
Geert Uytterhoeven authored
Atari NCR5380 SCSI is broken (needs old update_timeout() from scsi_obsolete)
-
Geert Uytterhoeven authored
Sun-3/3x frame buffer device is broken (needs update to new fbdev and sbuslib frameworks)
-
Geert Uytterhoeven authored
Amiga Cybervision 64/3D frame buffer device is broken (needs update to new fbdev framework)
-
Geert Uytterhoeven authored
Amiga Retina Z3 frame buffer device is broken (needs update to new fbdev framework)
-
Geert Uytterhoeven authored
Amiga CyberVision 64 frame buffer device is broken (needs update to new fbdev framework)
-
Geert Uytterhoeven authored
Atari frame buffer device is broken (needs update to new fbdev framework and new iplan2p* drawing operations)
-
Geert Uytterhoeven authored
Macintosh CS89x0 Ethernet is broken (needs netif updates)
-
Geert Uytterhoeven authored
MVME166/7 CD2401 serial is broken (needs taskqueue updates)
-
Geert Uytterhoeven authored
Atari Pamsnet Ethernet is broken (needs netif updates and broken ACSI)
-
Geert Uytterhoeven authored
Atari Bionet Ethernet is broken (needs netif updates and broken ACSI)
-
Geert Uytterhoeven authored
Amiga GVP-II SCSI is broken (needs SCSI device list updates and gvp11_bus_reset())
-
Geert Uytterhoeven authored
Amiga A2091 SCSI is broken (needs SCSI device list updates and a2091_bus_reset())
-
Geert Uytterhoeven authored
53c7xx SCSI core is broken (needs SCSI updates (has_cmdblocks and device lists)), breaking the following drivers: - Amiga A4000T SCSI - Amiga A4091 SCSI - Amiga WarpEngine SCSI - Amiga Blizzard PowerUP 603e+ SCSI - MVME16x NCR53C710 SCSI - BVME6000 NCR53C710 SCSI
-
Geert Uytterhoeven authored
Atari ACSI is broken (needs bio updates)
-
Geert Uytterhoeven authored
Macintosh SWIM IOP floppy is broken (needs bio updates)
-
Geert Uytterhoeven authored
Atari ST-RAM swap is broken (needs swap updates)
-
Geert Uytterhoeven authored
Atari Hades support is broken (needs updates for the new PCI code)
-
Geert Uytterhoeven authored
Mac8390: Update for netdevice/8390 core changes in 2.5.8
-
Geert Uytterhoeven authored
Atari ACSI: Add missing include and fix duplicate parameter type
-
Geert Uytterhoeven authored
Mac SWIM floppy: Add missing include
-
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)
-