patch-2.2.13 linux/drivers/isdn/hisax/teleint.c
Next file: linux/drivers/isdn/hisax/teles3.c
Previous file: linux/drivers/isdn/hisax/tei.c
Back to the patch index
Back to the overall index
- Lines: 64
- Date:
Tue Oct 19 17:14:00 1999
- Orig file:
v2.2.12/linux/drivers/isdn/hisax/teleint.c
- Orig date:
Mon Aug 9 16:05:56 1999
diff -u --recursive --new-file v2.2.12/linux/drivers/isdn/hisax/teleint.c linux/drivers/isdn/hisax/teleint.c
@@ -1,4 +1,4 @@
-/* $Id: teleint.c,v 1.9 1999/07/12 21:05:30 keil Exp $
+/* $Id: teleint.c,v 1.11 1999/09/04 06:20:06 keil Exp $
* teleint.c low level stuff for TeleInt isdn cards
*
@@ -6,6 +6,12 @@
*
*
* $Log: teleint.c,v $
+ * Revision 1.11 1999/09/04 06:20:06 keil
+ * Changes from kernel set_current_state()
+ *
+ * Revision 1.10 1999/08/31 11:20:27 paul
+ * various spelling corrections (new checksums may be needed, Karsten!)
+ *
* Revision 1.9 1999/07/12 21:05:30 keil
* fix race in IRQ handling
* added watchdog for lost IRQs
@@ -45,7 +51,7 @@
extern const char *CardType[];
-const char *TeleInt_revision = "$Revision: 1.9 $";
+const char *TeleInt_revision = "$Revision: 1.11 $";
#define byteout(addr,val) outb(val,addr)
#define bytein(addr) inb(addr)
@@ -64,7 +70,7 @@
while (ret && --max_delay)
ret = HFC_BUSY & bytein(ale);
if (!max_delay) {
- printk(KERN_WARNING "TeleInt Busy not inaktive\n");
+ printk(KERN_WARNING "TeleInt Busy not inactive\n");
restore_flags(flags);
return (0);
}
@@ -86,7 +92,7 @@
while (ret && --max_delay)
ret = HFC_BUSY & bytein(ale);
if (!max_delay) {
- printk(KERN_WARNING "TeleInt Busy not inaktive\n");
+ printk(KERN_WARNING "TeleInt Busy not inactive\n");
return;
}
data[i] = bytein(adr);
@@ -108,7 +114,7 @@
while (ret && --max_delay)
ret = HFC_BUSY & bytein(ale);
if (!max_delay) {
- printk(KERN_WARNING "TeleInt Busy not inaktive\n");
+ printk(KERN_WARNING "TeleInt Busy not inactive\n");
restore_flags(flags);
return;
}
@@ -130,7 +136,7 @@
while (ret && --max_delay)
ret = HFC_BUSY & bytein(ale);
if (!max_delay) {
- printk(KERN_WARNING "TeleInt Busy not inaktive\n");
+ printk(KERN_WARNING "TeleInt Busy not inactive\n");
return;
}
byteout(adr, data[i]);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)