]> git.baikalelectronics.ru Git - kernel.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)
commit3cc38b7622d012284bd3b203b9e69a830827c4c7
treec17450678079c1cf2e1affc2789d2742dbb10c64
parent1c038a20b4b49ea56dfb40a28289706b58400f8d
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