- 03 Aug, 2002 7 commits
-
-
Scott Feldman authored
Feedback from review by Arjan @ Redhat: o Cleanup: Removed unneccesary #ifdef/#endif wrappers for features already part of kernel. o Bug fix: Use kernel funcs pci_[clear|set]_mwi rather than using direct calls to pci_write_config_word. o Bug fix: Added read-behind-write calls to post writes before delays. o Bug fix: removed calls to mdelay in interrupt context. o Clean up: removed calls to memset followed by mb() and replaced with direct clearing of descriptor bits.
-
Scott Feldman authored
o Bug fix: fixed jumbo frames sized from 1514 to 2048. o ASF support: disable ARP when driver is loaded or resumed; enable when driver is removed or suspended. o Bug fix: changed default setting for RxIntDelay to 0 for 82542/3/4 controllers to workaround h/w errata where controller will hang when RxIntDelay <> 0 under certian network conditions. o Bug fix: perform controller reset using I/O rather than mmio because some chipsets try to perform a 64-bit write, but the controller ignores the upper 32-bit write once the reset is intiated by the lower 32-bit write, causing a master abort. o Clean up: removed unused and undocumented user-settable settings for PHY. o Bug fix: ethtool GEEPROM was using byte address rather than word addressing. o Feature: added support for ethtool SEEPROM. o Feature: added support for entropy pool.
-
Scott Feldman authored
Feedback from review by Arjan @ Redhat: o Cleanup: Removed unneccesary #ifdef/#endif wrappers for features already part of kernel. o Bug fix: Added read-behind-write calls to post writes before delays. o Cleanup: added "e100" prefix to all driver messages. o Cleanup: removed unnecessary barrier() call because spin_unlock already implies a barrier. o Cleanup: removed __NO_VERSION__ o Cleanup: fixed some spelling mistakes. o Cleanup: removed some proprietary /proc entries.
-
Scott Feldman authored
o Added device ID support for Dell LOM. o Added device ID support for 82511QM mobile nics. o Bug fix: ethtool get/set EEPROM routines modified to use byte addressing rather than word addressing. o Feature: added MDIX mode support for 82550 and up. o Bug fix: added reboot notifier to setup WOL settings when shutting system down. o Cleanup: removed yield() redefinition (Andrew Morton, akpm@zip.com.au). o Bug fix: flow control now working when link partner is autoneg capable but not flow control capable. o Bug fix: added check for corrupted EEPROM o Bug fix: don't report checksum offloading for the older controllers that don't support the feature. o Bug fix: calculate cable diagnostics when link goes down rather than when queuering /proc file. o Cleanup: move mdi_access_lock to local get/set mdi routines.
-
David Mosberger authored
unaligned accesses.
-
Felipe Damasio authored
-
Felipe Damasio authored
to after C+ command register Rx/Tx enable.
-
- 01 Aug, 2002 33 commits
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Dave Jones authored
Earlier Intel CPUs didn't have the cpuid namestring feature, so we have to look them up in tables.. Fix by Patrick Mochel.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
bk://ldm.bkbits.net/linux-2.5-driverfs-apiLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Linus Torvalds authored
Cset exclude: torvalds@home.transmeta.com|ChangeSet|20020801011106|51286
-
Alexander Viro authored
we are starting to split gendisks - now we can do that. Done for ide, sd, pd, hd and mfm It's in transit - what we are aiming at is getting ->nr_real to 1 for all gendisks. Once that will be done we will be able to simplify a lot stuff and remove ad-hackery. First thing that will happen after that is death of ->nr_real, obviouslye. Then we (a) will merge ->major and ->first_minor into ->dev (b) strip one level of indirection from ->driverfs_dev_arr, ->de_arr and ->flags - they turn into single-element arrays and we will simply pull the (only) element into struct gendisk. Kills a lot of ad-hackery in splitup code (fewer things to allocate). (c) replace ->major_name with ->disk_name; kills most of the crap in disk_name(9) - it only has to care about adding partition number to the name.
-
Alexander Viro authored
now that gendisks don't have shared stuff (we used to set blk_size[] from ->sizes) we can start splitting them into per-disk ones. Step 1: we introduce a new field - ->first_minor (to be merged with ->major into dev_t of entire disk once all gendisks are split). All arrays are assumed to start at that minor (i.e. gd->part[minor] got replaced with gd->part[minor - gd->first_minor], etc.). get_gendisk() is taught to pick the right gendisk if there are several with the same major.
-
Alexander Viro authored
kills use of blk_size[] for partitioned devices, removes ->sizes from struct gendisk.
-
Linus Torvalds authored
-
bk://linux-input.bkbits.net/linux-inputLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Felipe Damasio authored
This patch corrects a comment on the 8139cp ethernet driver.
-
Ingo Molnar authored
This removes the TLS clear operation. I've left the flags mask and the writable flag just so that we have the option to introduce extensions without breaking the ABI.
-
Linus Torvalds authored
-
William Stinson authored
this is a small patch for boardergo.c linux driver for isdn HYSDN cards to 1) remove call to check_region using request_region instead 2) check the status of call to request_region 3) release allocated region resource in case of error. I don't have this hardware so compilation checked only.
-
Christoph Hellwig authored
from Debian's kernel package [ Typo fix, makes sense, please apply ]
-
James Mayer authored
-
Greg Banks authored
Symbols CONFIG_HISAX_ENTERNOW_PCI and CONFIG_HISAX_AMD7930 depend on CONFIG_EXPERIMENTAL but do not say so in their banners.
-
Greg Banks authored
Symbol CONFIG_PPPOATM doesn't depend on CONFIG_EXPERIMENTAL but claims to in its banner.
-
Marcus Alanen authored
Somebody noticed on #kernelnewbies. In the error path, so this is silly cleanup work...
-
Greg Banks authored
Some CML1 rule contributors seem to think that the "bool" statement takes a third argument which is the default value. It doesn't.
-