]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
8390: Split 8390 support into a pausing and a non pausing driver core
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 4 Jul 2008 06:43:12 +0000 (23:43 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 4 Jul 2008 12:47:51 +0000 (08:47 -0400)
commit055e5110ae0c0c1176a75b78d789294f2ff2f7af
treec17450678079c1cf2e1affc2789d2742dbb10c64
parent141766cf9755e773b980238da52f5f5da5c69abe
8390: Split 8390 support into a pausing and a non pausing driver core

Only a few ISA controllers need the pausing version of the 8390 core
while PCMCIA, later ISA and PCI do not. More importantly the ISA delays
can break non ISA boxes so we must use a different build of 8390.c for
the two sets of controllers.

No changes since last time as all the points of concerns raised proved to
be invalid

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/3c503.c
drivers/net/8390.h
drivers/net/8390p.c [new file with mode: 0644]
drivers/net/Makefile
drivers/net/hp.c
drivers/net/ne.c
drivers/net/ne2.c