Kim Lux wrote:
Does anyone know how to set up/where to get a driver for the memory card
readers on a laptop ?
Ah... A little bit of googling tells me that the ENE CB710 is a
PCI-to-Cardbus bridge.Verbiage discusses that is compatible with the
TI_12xx chipset, which a FreeBSD driver confirms...
If you modify a patch like this (that adds the CB1440) , so there is a
line for the CB710, you might get joy. Let's see: "CB_ID(0x1524, 0x1411,
TI1250),"
And obviously, I never tested any of this, your mileage may vary, watch
out for blue smoke...
--- orig/drivers/pcmcia/yenta_socket.c Fri Mar 19 11:56:12 2004
+++ linux/drivers/pcmcia/yenta_socket.c Fri Mar 19 20:54:16 2004
@@ -1017,6 +1017,8 @@ static struct pci_device_id yenta_table
CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_1250, TI1250),
CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_1410, TI1250),
+ CB_ID(0x1524, 0x1410, TI1250),
+
CB_ID(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_RL5C465, RICOH),
CB_ID(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_RL5C466, RICOH),
CB_ID(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_RL5C475, RICOH),