Index: 8xx/drivers/pcmcia/o2micro.h
===================================================================
--- 8xx.orig/drivers/pcmcia/o2micro.h	2005-08-29 12:25:26.000000000 -0300
+++ 8xx/drivers/pcmcia/o2micro.h	2005-09-12 10:08:13.000000000 -0300
@@ -48,6 +48,9 @@
 #ifndef PCI_DEVICE_ID_O2_6812
 #define PCI_DEVICE_ID_O2_6812		0x6872
 #endif
+#ifndef PCI_DEVICE_ID_O2_6933
+#define PCI_DEVICE_ID_O2_6933		0x6933
+#endif
 
 /* Additional PCI configuration registers */
 
@@ -153,6 +156,7 @@
 		case PCI_DEVICE_ID_O2_6812:
 		case PCI_DEVICE_ID_O2_6832:
 		case PCI_DEVICE_ID_O2_6836:
+		case PCI_DEVICE_ID_O2_6933:
 			printk(KERN_INFO "Yenta O2: old bridge, disabling read prefetch/write burst\n");
 			config_writeb(socket, O2_RESERVED1,
 			              a & ~(O2_RES_READ_PREFETCH | O2_RES_WRITE_BURST));
