- 03 Jan, 2003 24 commits
-
-
Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/net-drivers-2.5
-
Jeff Garzik authored
-
Jeff Garzik authored
* Updated change log * Spelling corections * Bug fix: remove confusing sign-on message that's printed when no link Contributed by Scott Feldman @ Intel
-
Jeff Garzik authored
Contributed by Scott Feldman @ Intel
-
Jeff Garzik authored
* ether_crc has always been wrong in 2.5.x. ug. we want bitreverse crc32_le instead * use ether_crc in natsemi
-
Jeff Garzik authored
* Bug fix: Not able to set autoneg on using ethtool when interface down, Not able to change speed/duplex using ethtool/mii when interface up, Ethtool shows autoneg on when forced to 100/Full Contributed by Scott Feldman @ Intel
-
Jeff Garzik authored
Contributed by Scott Feldman @ Intel
-
Jeff Garzik authored
Contributed by Scott Feldman @ Intel
-
Jeff Garzik authored
* Update change log * Whitespace cleanup * Bug fix: protect against zero-length skb in hard_start * Bug fix: validate MAC address using is_valid_ether_addr() Contributed by Scott Feldman @ Intel
-
Jeff Garzik authored
Contributed by Scott Feldman @ Intel.
-
Jeff Garzik authored
* Get WOL settings from EEPROM * Remove PHY WOL support as device downshofts from 1GbE to 10/100 during suspend, which causes a PHY event, which causes the system to wake up! The downshifting to 10/100 is to reduce power. Contributed by Scott Feldman @ Intel
-
Jeff Garzik authored
Contributed by Richard Henderson
-
Jeff Garzik authored
Contributed by Jonathan Shapiro
-
Jeff Garzik authored
-
Jeff Garzik authored
Found by Ion Badulescu.
-
Stephen Rothwell authored
-
Stephen Rothwell authored
-
Stephen Rothwell authored
-
Stephen Rothwell authored
-
Stephen Rothwell authored
This moves struct flock32 to struct compat_flock and consolidates the functions used to copy it to/from user mode. This is just the generic part - subarchitectures will follow.
-
Hugh Dickins authored
Anyone experimenting with different THREAD_SIZE or PAGE_SIZE on i386 runs into magical mystery numbers in do_boot_cpu esp initialization. Remove those and use the same stack top in startup_32 as thereafter. Oh, and what's that phys_to_virt(8192)? Goodness! it's actually the trampoline_base we (hopefully) got from early alloc_bootmem_low_pages. Yes, could do with a lot more cleanup, but I'll stick here for safety.
-
Hugh Dickins authored
Dell 2600 could not bring up its MPT Fusion and hung there: I/O APIC #7 at 0xFEC82000 was muddled with #8 at 0xFEC82800, because the IO_APIC_BASE fixmap macro assumed page boundary. No longer do I think all those I/O APIC messages at startup a waste of log buffer!
-
Christoph Hellwig authored
Update the drivers/scsi/pcmcia directory to the new build system.
-
Andrew Morton authored
Missing "unlock_page()" noticed by dada1
-
- 02 Jan, 2003 16 commits
-
-
Rusty Russell authored
sh_link is a 32-bit field on 64 bit archs, so a bad choice to store module section offsets, and also INIT_OFFSET_MASK is out of range. So switch to using sh_entsize instead.
-
bk://are.twiddle.net/axp-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Richard Henderson authored
-
Richard Henderson authored
arch/alpha/kernel/ to the config options that need them. Fix a few build problems for XLT and RX164.
-
Stephen Rothwell authored
By a suggestion from David Mosberger: use this new version of compat_jiffies_to_clock_t, which is more appropriate on 64-bit hosts that don't have overflow issues. It does better rounding and will not fail if COMPAT_USER_HZ > HZ.
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
-
Dave Jones authored
-
Dave Jones authored
(based upon 2.4 patch from Richard Baverstock <beaver@gto.net>)
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Right now its the only VIA AGP 3.0 chipset. At some point in time it may become via-agp3.c, but until then its cleaner to seperate this from the VIA AGP 2.0 driver. The 2.0 driver will still work on a KT400 with a 2.0 compliant graphic card present. If the 2.0 driver finds the bridge in 3.0 mode, it aborts. Likewise, the 3.0 driver will abort if the bridge is in 2.0 mode. Confused yet?
-
Dave Jones authored
Currently, only the K8 GART needs this, but this is cleaner than exporting the agp_reserved_memory variable.
-
Antonino Daplas authored
intel_agp_init() must not be declared static for explicit early initialization to work (ie i810fb).
-
Tomas Szepe authored
-