patch-2.4.10 linux/drivers/atm/firestream.c

Next file: linux/drivers/atm/firestream.h
Previous file: linux/drivers/atm/eni.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/atm/firestream.c linux/drivers/atm/firestream.c
@@ -271,11 +271,11 @@
 
    150000 packets per second is close to the limit a PC is going to have
    anyway. We therefore have to disable this for production. -- REW */
-#undef IRQ_RATE_LIMIT 100
+#undef IRQ_RATE_LIMIT // 100
 
 /* Interrupts work now. Unlike serial cards, ATM cards don't work all
    that great without interrupts. -- REW */
-#undef FS_POLL_FREQ 100
+#undef FS_POLL_FREQ // 100
 
 /* 
    This driver can spew a whole lot of debugging output at you. If you
@@ -1929,7 +1929,7 @@
  err_out_free_atm_dev:
 	atm_dev_deregister(atm_dev);
  err_out_free_fs_dev:
-	kfree(fs_dev);
+ 	kfree(fs_dev);
  err_out:
 	return -ENODEV;
 }
@@ -2120,3 +2120,5 @@
 module_init(firestream_init_module);
 module_exit(firestream_cleanup_module);
 
+MODULE_LICENSE("GPL");
+EXPORT_NO_SYMBOLS;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)