--- teles3.c.old	Sat Nov 23 18:44:29 1996
+++ teles3.c	Fri Dec 13 23:22:58 1996
@@ -968,6 +968,12 @@
                 byteout(sp->cfg_reg + 4, cfval | 1);
                 sti();
                 while (jiffies <= timout);
+	} else { 
+		/* Reset off for 16.3 PnP , thanks to Georg Acher */
+		byteout(sp->isac + 0x1c, 1);
+                timout = jiffies + 2;
+                sti();
+                while (jiffies <= timout);
 	}
         printk(KERN_NOTICE
         	"HiSax: %s found,irq:%d isac:%x  cfg:%x\n",
