- 28 6月, 2005 6 次提交
-
-
由 Stephen Hemminger 提交于
The Yukon chips don't support TSO, and Yukon2 will be a separate driver. Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
-
由 Stephen Hemminger 提交于
Replace inline accessor functions for chip revision and number of ports with simple structure members. Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
-
由 Stephen Hemminger 提交于
Rather than accessing PCI config space through MMIO space, use the standard PCI functions. Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
-
由 Stephen Hemminger 提交于
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: NStephen Hemminger <shemminger@osdl.org>
-
由 Stephen Hemminger 提交于
Use PCI_DEVICE() macro. Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
-
由 Stephen Hemminger 提交于
Cleanup whitespace around if() and switch() and end of lines Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
-
- 16 5月, 2005 2 次提交
-
-
由 Al Viro 提交于
ptrdiff_t is %td, not %d Signed-off-by: NAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
-
由 Al Viro 提交于
Signed-off-by: NAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
-
- 13 5月, 2005 1 次提交
-
-
由 Stephen Hemminger 提交于
-