[bk patches] 2.4.x net driver updates
From: Jeff Garzik
Date: Mon Sep 01 2003 - 10:52:09 EST
Marcelo, please do a
bk pull bk://kernel.bkbits.net/jgarzik/net-drivers-2.4
This will update the following files:
drivers/net/8139cp.c | 35 ++++++++-----------------
drivers/net/8139too.c | 68 ++++++++++++++++++++++++--------------------------
2 files changed, 44 insertions(+), 59 deletions(-)
through these ChangeSets:
<jgarzik@xxxxxxxxxx> (03/08/31 1.1119)
[netdrvr 8139cp] PCI MWI cleanup; remove unneeded workaround
* The PCI layer now handles incorrect cacheline size settings,
as it should. Remove our own workarounds.
* Move pci_set_mwi up much earlier in the probe process,
and check its return value.
* Call pci_clear_mwi() in ->probe error handling
* Call pci_clear_mwi() in ->remove
<hirofumi@xxxxxxxxxxxxxxxxxx> (03/08/31 1.1117)
[netdrvr 8139too] don't start thread when it's not needed
The thread for was unneeded on chips other than CH_8139_K/8129. So,
this patch doesn't create the thread on chips other than
CH_8139_K/8129.
<hirofumi@xxxxxxxxxxxxxxxxxx> (03/08/31 1.1116)
[netdrvr 8139too] remove driver-based poisoning of net_device
Harmless in 2.4, but causes oopses on rmmod in 2.6.
slab poisoning can take care of this for us, anyway.
<jgarzik@xxxxxxxxxx> (03/08/31 1.1115)
[netdrvr 8139cp] must call NAPI-specific vlan hook
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/