patch-2.3.10 linux/drivers/net/irda/toshoboe.c
Next file: linux/drivers/net/irda/uircc.c
Previous file: linux/drivers/net/irda/tekram.c
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
Mon Jul  5 20:09:40 1999
-  Orig file: 
v2.3.9/linux/drivers/net/irda/toshoboe.c
-  Orig date: 
Sun May 30 10:27:04 1999
diff -u --recursive --new-file v2.3.9/linux/drivers/net/irda/toshoboe.c linux/drivers/net/irda/toshoboe.c
@@ -568,11 +568,11 @@
   self->rxs = inb_p (OBOE_RCVT);
   self->txs = inb_p (OBOE_XMTT) - OBOE_XMTT_OFFSET;
 
-#ifdef 0
+#if 0
   self->rxs = 0;
   self->txs = 0;
 #endif
-#ifdef 0
+#if 0
   self->rxs = RX_SLOTS - 1;
   self->txs = 0;
 #endif
@@ -838,7 +838,7 @@
   return (0);
 }
 
-__initfunc (int toshoboe_init (void))
+int __init toshoboe_init (void)
 {
   struct pci_dev *pci_dev = NULL;
   int found = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)