patch-2.4.19 linux-2.4.19/drivers/message/i2o/i2o_proc.c
Next file: linux-2.4.19/drivers/message/i2o/i2o_scsi.c
Previous file: linux-2.4.19/drivers/message/i2o/i2o_pci.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Fri Aug 2 17:39:44 2002
- Orig file:
linux-2.4.18/drivers/message/i2o/i2o_proc.c
- Orig date:
Thu Oct 25 13:53:47 2001
diff -urN linux-2.4.18/drivers/message/i2o/i2o_proc.c linux-2.4.19/drivers/message/i2o/i2o_proc.c
@@ -20,18 +20,12 @@
* LAN entries by Juha Sievänen (Juha.Sievanen@cs.Helsinki.FI),
* Auvo Häkkinen (Auvo.Hakkinen@cs.Helsinki.FI)
* University of Helsinki, Department of Computer Science
- */
-
-/*
- * set tabstop=3
- */
-
-/*
- * TODO List
*
- * - Add support for any version 2.0 spec changes once 2.0 IRTOS is
- * is available to test with
- * - Clean up code to use official structure definitions
+ * Some cleanup (c) 2002 Red Hat <alan@redhat.com>
+ * Working to make I2O 64bit safe and following the PCI API
+ *
+ * TODO List
+ * - Clean up code to use official structure definitions
*/
// FIXME!
@@ -3371,8 +3365,5 @@
i2o_remove_handler(&i2o_proc_handler);
}
-#ifdef MODULE
module_init(i2o_proc_init);
-#endif
module_exit(i2o_proc_exit);
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)