- 27 Apr, 2003 7 commits
-
-
Dave Jones authored
Yet more from Christoph.. >If agp_3_0_node_enable gets a struct agp_bridge_data * all of the >generic-3.0.c can be cleaned up easily to never look at agp_bridge >directly. Now only backend.c, generic.c and the actual drivers >are left looking at it:)
-
Dave Jones authored
-
Dave Jones authored
Christoph cleaned up a lot of the mess here. We're back to nearly killing off the chipset_type enum, moved the register definitions to the code that uses it, and given it a proper pci .remove function.
-
Dave Jones authored
More from Christoph. Most style nitpicks and a bit more explicitly passing struct agp_bridge_data around.
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
-
Dave Jones authored
From Christoph Hellwig
-
Paul Mackerras authored
This patch changes the interrupt handler routines in four of the macintosh-specific drivers to return an irqreturn_t value.
-
- 26 Apr, 2003 7 commits
-
-
bk://cifs.bkbits.net/linux-2.5cifsLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Steve French authored
readonly dos attribute in mode when server does not support CIFS Unix extensions. Fix abbreviated readdir to servers that do support CIFS Unix extensions.
-
Matthew Wilcox authored
Every 64-bit architecture changes the end of iomem_resources. Some more gracefully than others. This patch does away with all that by making it end at ~0UL by default.
-
Linus Torvalds authored
at cleanups.
-
http://linux-scsi.bkbits.net/scsi-for-linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
James Bottomley authored
-
Linus Torvalds authored
-
- 27 Apr, 2003 1 commit
-
-
Oliver Neukum authored
-
- 26 Apr, 2003 8 commits
-
-
James Bottomley authored
-
Christoph Hellwig authored
It's the last file of the scsi core that needed to be converted from the old scsi style.
-
Patrick Mansfield authored
Patch against current scsi-misc-2.5 tree. Remove the scsi EVPD code. Set the sysfs name to the form "SCSI scsi-type".
-
Linus Torvalds authored
-
Linus Torvalds authored
but the build was confused by the fact that they did share some files. Move INITRD code from do_mounts_rd.c to new file do_mounts_initrd.c.
-
James Bottomley authored
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 25 Apr, 2003 17 commits
-
-
Dave Jones authored
- Don't show x86 GARTs on alpha
-
Dave Jones authored
Mainly adding a PCI id, unfortunately, requires renaming the i855GM PCI ids to avoid name conflict. Also renames some of the i855GM constants from i855PM to i855GM.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
They only ever returned a single value.
-
Dave Jones authored
Lots more work to do here.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
bye bye icky hardcoded values.
-
Dave Jones authored
It's now done in the static structs.
-
Dave Jones authored
- the makefile is not the right place to describe the driver - remove some junk
-