[PATCH] yenta: auto-tune EnE bridges for CardBus cards
authorDaniel Ritz <daniel.ritz@gmx.ch>
Mon, 22 Aug 2005 05:29:26 +0000 (22:29 -0700)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 26 Sep 2005 11:09:20 +0000 (13:09 +0200)
commit8c3520d4eb3b1bbf2e45fbae8dcfb8db06d5e775
treedf9b4f49e8f9ffa34657776be458fbd124b2e87b
parent8ddec7460d2f5db3ac35812c03676b1473d1d668
[PATCH] yenta: auto-tune EnE bridges for CardBus cards

Echo Audio cardbus products are known to be incompatible with EnE bridges.
in order to maybe solve the problem a EnE specific test bit has to be set,
another cleared...but other setups have a good chance to break when just
forcing the bits.  so do the whole thingy automatically.

The patch adds a hook in cb_alloc() that allows special tuning for the
different chipsets.  for ene just match the Echo products and set/clear the
test bits, defaults to do the same thing as w/o the patch to not break
working setups.

Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Cc: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/cardbus.c
drivers/pcmcia/ti113x.h
drivers/pcmcia/yenta_socket.c
include/linux/pci_ids.h
include/pcmcia/ss.h