linux/drivers/net
Christoph Lameter 8199d3a79c [PATCH] A new 10GB Ethernet Driver by Chelsio Communications
A Linux driver for the Chelsio 10Gb Ethernet Network Controller by Chelsio
(http://www.chelsio.com).  This driver supports the Chelsio N210 NIC and is
backward compatible with the Chelsio N110 model 10Gb NICs.  It supports
AMD64, EM64T and x86 systems.

Signed-off-by: Tina Yang <tinay@chelsio.com>
Signed-off-by: Scott Bardone <sbardone@chelsio.com>
Signed-off-by: Christoph Lameter <christoph@lameter.com>

Adrian said:

- my3126.c is unused (because t1_my3126_ops isn't used anywhere)
- what are the EXTRA_CFLAGS in drivers/net/chelsio/Makefile for?
- $(cxgb-y) in drivers/net/chelsio/Makefile seems to be unneeded
- completely unused global functions:
  - espi.c: t1_espi_get_intr_counts
  - sge.c: t1_sge_get_intr_counts
- the following functions can be made static:
  - sge.c: t1_espi_workaround
  - sge.c: t1_sge_tx
  - subr.c: __t1_tpi_read
  - subr.c: __t1_tpi_write
  - subr.c: t1_wait_op_done

shemminger said:

The performance recommendations in cxgb.txt are common to all fast devices,
and should be in one file rather than just for this device. I would rather
see ip-sysctl.txt updated or a new file on tuning recommendations started.
Some of them have consequences that aren't documented well.
For example, turning off TCP timestamps risks data corruption from sequence wrap.

A new driver shouldn't need so may #ifdef's unless you want to putit on older
vendor versions of 2.4

Some accessor and wrapper functions like:
        t1_pci_read_config_4
        adapter_name
        t1_malloc
are just annoying noise.

Why have useless dead code like:

/* Interrupt handler */
+static int pm3393_interrupt_handler(struct cmac *cmac)
+{
+       u32 master_intr_status;
+/*
+    1. Read master interrupt register.
+    2. Read BLOCK's interrupt status registers.
+    3. Handle BLOCK interrupts.
+*/

Jeff said:

step 1:  kill all the OS wrappers.

 And do you really need hooks for multiple MACs, when only one MAC is
 really supported?  Typically these hooks are at a higher level anyway --
 struct net_device.

From: Christoph Lameter <christoph@lameter

Driver modified as suggested by Pekka Enberg, Stephen Hemminger and Andrian
Bunk.  Reduces the size of the driver to ~260k.

- clean up tabs
- removed my3126.c
- removed 85% of suni1x10gexp_regs.h
- removed 80% of regs.h
- removed various calls, renamed variables/functions.
- removed system specific and other wrappers (usleep, msleep)
- removed dead code
- dropped redundant casts in osdep.h
- dropped redundant check of kfree
- dropped weird code (MODVERSIONS stuff)
- reduced number of #ifdefs
- use kcalloc now instead of kmalloc
- Add information about known issues with the driver
- Add information about authors

Signed-off-by: Scott Bardone <sbardone@chelsio.com>
Signed-off-by: Christoph Lameter <christoph@lameter.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>

diff -puN /dev/null Documentation/networking/cxgb.txt
2005-05-15 19:15:02 -04:00
..
appletalk [PATCH] make some things static 2005-05-05 16:36:47 -07:00
arcnet [PATCH] make some things static 2005-05-05 16:36:47 -07:00
arm Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bonding Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
chelsio [PATCH] A new 10GB Ethernet Driver by Chelsio Communications 2005-05-15 19:15:02 -04:00
cris Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
e1000 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fec_8xx Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hamradio [PATCH] ISA DMA Kconfig fixes - part 3 2005-05-04 07:33:14 -07:00
ibm_emac Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irda [PATCH] ISA DMA Kconfig fixes - part 4 (irda) 2005-05-04 07:33:14 -07:00
ixgb Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pcmcia Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sk98lin Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
skfp Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tokenring Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tulip [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
wan [PATCH] ISA DMA Kconfig fixes - part 3 2005-05-04 07:33:14 -07:00
wireless [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
3c59x.c [PATCH] 3c59x: only put the device into D3 when we're actually using WOL 2005-05-05 16:36:40 -07:00
3c501.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c501.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c503.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c503.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c505.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c505.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c507.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c509.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c515.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c523.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c523.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c527.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c527.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
7990.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
7990.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
8139cp.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
8139too.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
8390.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
8390.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
82596.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
a2065.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
a2065.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ac3200.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acenic.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acenic.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acenic_firmware.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
amd8111e.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
amd8111e.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
apne.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ariadne.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ariadne.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
at1700.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atari_bionet.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atari_pamsnet.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atarilance.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au1000_eth.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au1000_eth.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
b44.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
b44.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bmac.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
bmac.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bsd_comp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cs89x0.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cs89x0.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
de600.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
de600.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
de620.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
de620.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
declance.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
defxx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
defxx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
depca.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
depca.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dgrs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dgrs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dgrs_asstruct.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dgrs_bcomm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dgrs_es4h.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dgrs_ether.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dgrs_firmware.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dgrs_i82596.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dgrs_plx9060.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dl2k.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dl2k.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dummy.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
e100.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
e2100.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eepro.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eepro100.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eexpress.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eexpress.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
epic100.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eql.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
es3210.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eth16i.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ewrk3.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ewrk3.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fealnx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fec.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fec.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fmv18x.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
forcedeth.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gianfar.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gianfar.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gianfar_ethtool.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gianfar_phy.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gianfar_phy.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gt64240eth.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gt96100eth.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gt96100eth.h [PATCH] __attribute__ placement fixes 2005-05-01 08:59:09 -07:00
hamachi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hp-plus.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hp100.c [PATCH] hp100: fix card names 2005-05-01 08:58:52 -07:00
hp100.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hplance.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hplance.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hydra.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hydra.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmlana.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmlana.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmveth.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmveth.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ioc3-eth.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
isa-skeleton.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
iseries_veth.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
iseries_veth.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jazzsonic.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig [PATCH] A new 10GB Ethernet Driver by Chelsio Communications 2005-05-15 19:15:02 -04:00
lance.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lasi_82596.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
LICENSE.SRC Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lne390.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
loopback.c [PATCH] update Ross Biro bouncing email address 2005-05-05 16:36:49 -07:00
lp486e.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mac89x0.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mac8390.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mace.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mace.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
macmace.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
macsonic.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [PATCH] A new 10GB Ethernet Driver by Chelsio Communications 2005-05-15 19:15:02 -04:00
meth.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
meth.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mii.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mv643xx_eth.c [PATCH] ppc iomem annotations: mv643xx_eth 2005-04-25 07:55:58 -07:00
mv643xx_eth.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mvme147.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
myri_code.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
myri_sbus.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
myri_sbus.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
natsemi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ne-h8300.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ne.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ne2.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ne2k-pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ne3210.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netconsole.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ni52.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ni52.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ni65.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ni65.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ni5010.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ni5010.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ns83820.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oaknet.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pci-skeleton.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
pcnet32.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
plip.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ppp_async.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ppp_deflate.c [PPP]: remove redundant NULL pointer checks before kfree & vfree 2005-05-03 14:38:09 -07:00
ppp_generic.c [PPP]: remove redundant NULL pointer checks before kfree & vfree 2005-05-03 14:38:09 -07:00
ppp_synctty.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pppoe.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pppox.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
r8169.c [PATCH] Change synchronize_kernel to _rcu and _sched 2005-05-01 08:59:04 -07:00
rrunner.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rrunner.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s2io-regs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s2io.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s2io.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
saa9730.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
saa9730.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sb1000.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sb1250-mac.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seeq8005.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seeq8005.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sgiseeq.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sgiseeq.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shaper.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sis900.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sis900.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sk_g16.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sk_g16.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sk_mca.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sk_mca.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
slhc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
slip.c [SLIP]: Remove redundant NULL pointer checks prior to kfree 2005-04-24 18:59:30 -07:00
slip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smc-mca.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smc-mca.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smc-ultra.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smc-ultra32.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smc91x.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
smc91x.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smc9194.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smc9194.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sonic.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sonic.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Space.c [PATCH] update Ross Biro bouncing email address 2005-05-05 16:36:49 -07:00
starfire.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
starfire_firmware.pl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
stnic.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sun3_82586.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sun3_82586.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sun3lance.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sunbmac.c [SPARC]: module version cleanups 2005-04-24 20:35:20 -07:00
sunbmac.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sundance.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sungem.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sungem.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sungem_phy.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sungem_phy.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sunhme.c [SPARC]: module version cleanups 2005-04-24 20:35:20 -07:00
sunhme.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sunlance.c [SPARC]: module version cleanups 2005-04-24 20:35:20 -07:00
sunqe.c [SPARC]: module version cleanups 2005-04-24 20:35:20 -07:00
sunqe.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tc35815.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tg3.c [TG3]: Update driver version and reldate. 2005-05-05 14:46:21 -07:00
tg3.h [TG3]: Add msi support 2005-04-21 17:13:25 -07:00
tlan.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tlan.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tun.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
typhoon-firmware.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
typhoon.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
typhoon.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
via-rhine.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
via-velocity.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
via-velocity.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wd.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
yellowfin.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
znet.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zorro8390.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00