patch-2.3.99-pre2 linux/drivers/pcmcia/yenta.c
Next file: linux/drivers/pnp/quirks.c
Previous file: linux/drivers/pcmcia/ti113x.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sat Mar 18 09:51:30 2000
- Orig file:
v2.3.99-pre1/linux/drivers/pcmcia/yenta.c
- Orig date:
Tue Mar 14 19:10:40 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/drivers/pcmcia/yenta.c linux/drivers/pcmcia/yenta.c
@@ -528,6 +528,7 @@
cb_writel(socket, CB_SOCKET_EVENT, -1);
}
cb_writel(socket, CB_SOCKET_MASK, 0);
+ exca_writeb(socket, I365_CSCINT, 0);
mask = probe_irq_mask(val) & 0xffff;
@@ -739,8 +740,18 @@
struct pci_socket_ops *op;
} cardbus_override[] = {
{ PD(TI,1130), &ti113x_ops },
+ { PD(TI,1031), &ti_ops },
{ PD(TI,1131), &ti113x_ops },
{ PD(TI,1250), &ti1250_ops },
+ { PD(TI,1220), &ti_ops },
+ { PD(TI,1221), &ti_ops },
+ { PD(TI,1210), &ti_ops },
+ { PD(TI,1450), &ti_ops },
+ { PD(TI,1225), &ti_ops },
+ { PD(TI,1251A), &ti_ops },
+ { PD(TI,1211), &ti_ops },
+ { PD(TI,1251B), &ti_ops },
+ { PD(TI,1420), &ti_ops },
{ PD(RICOH,RL5C465), &ricoh_ops },
{ PD(RICOH,RL5C466), &ricoh_ops },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)