summaryrefslogtreecommitdiff
path: root/drivers/net/skge.c
AgeCommit message (Collapse)AuthorFilesLines
2005-07-08[PATCH] pm: more u32 vs. pm_message_t fixesPavel Machek1-2/+2
Few more u32 vs. pm_message_t fixes. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-28[PATCH] skge: version and copyright.Stephen Hemminger1-2/+2
Bump version and copyright year. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: Rx buffer optimizationStephen Hemminger1-103/+162
Optimize the receive buffer management code to replenish the buffers immediately (like tg3). Signed-off-by: Stephen Hemmminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: handle Tx/Rx arbiter timeoutStephen Hemminger1-0/+18
Need to handle receive and transmit packet arbiter timeouts. Transmit arbiter timeouts happens when Gigabit sends to 100Mbit port on same switch and pause occurs. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: add PHY related debug messagesStephen Hemminger1-23/+33
Cleanup messages (for debug) about PHY interrrupts, because when user can't get driver working that is often the problem. Use a consistent way of enabling interrupts by port. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: make Genesis/Broadcom code workStephen Hemminger1-255/+261
Rewrite the code for handling the Broadcom PHY to something that works. Remove link polling because Broadcom and Yukon don't need it. When I wrote initial code, didn't have a genesis chipset based board to test, so it was a non-working guess. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: cleanup ethtool mode supportStephen Hemminger1-60/+65
Unify mapping of supported modes based on hardware. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: remove XM phy (untested code)Stephen Hemminger1-217/+138
Remove support for the non-Broadcom genesis based boards. The code is untested, and probably won't work as is. The newer boards are all Yukon based, and only old Genesis board I can find uses Broadcom. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: remove Yukon2 related special casesStephen Hemminger1-47/+7
Remove the bits and pieces added relating to Yukon II chipset. The Yukon 2 will be in a separate driver. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: remove unused declarationsStephen Hemminger1-10/+2
Get rid of definitions for chip versions and PHY chips that this driver does not support. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: eliminate Yukon2 hooksStephen Hemminger1-10/+0
The Yukon chips don't support TSO, and Yukon2 will be a separate driver. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: replace chip_rev() accessorStephen Hemminger1-26/+24
Replace inline accessor functions for chip revision and number of ports with simple structure members. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: use pci_read_config_wordStephen Hemminger1-3/+3
Rather than accessing PCI config space through MMIO space, use the standard PCI functions. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: function amd macro name changeStephen Hemminger1-236/+236
The inlines and macro's needed some cleanup's and fixes: * change name of macro SKGEMAC_REG to SK_REG to better reflect usage and fix comments * ditto for SK_GEXM_REG -> SK_XMAC_REG and SKGEGMA_REG -> SK_GMA_REG * change skge_gm_ to just gm_ since it is just a local function and long names look ugly. * change skge_xm_ to just xm_ * fix xm_write32 to write as two u16's with correct byte order * fix xm_outaddr to correctly use offset Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: PCI_DEVICE() macroStephen Hemminger1-22/+11
Use PCI_DEVICE() macro. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-06-28[PATCH] skge: whietspace cleanupStephen Hemminger1-23/+23
Cleanup whitespace around if() and switch() and end of lines Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2005-05-16[PATCH] skge 64bit portabilityAl Viro1-3/+3
ptrdiff_t is %td, not %d Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
2005-05-16[PATCH] skge missing includeAl Viro1-0/+1
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
2005-05-13[netdrvr] new driver skge, for SysKonnect cardsStephen Hemminger1-0/+3385