patch-2.1.18 linux/drivers/cdrom/cdu31a.c
Next file: linux/drivers/cdrom/cm206.c
Previous file: linux/drivers/cdrom/aztcd.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Fri Dec 27 12:03:20 1996
-  Orig file: 
v2.1.17/linux/drivers/cdrom/cdu31a.c
-  Orig date: 
Thu Dec 12 19:36:59 1996
diff -u --recursive --new-file v2.1.17/linux/drivers/cdrom/cdu31a.c linux/drivers/cdrom/cdu31a.c
@@ -255,6 +255,7 @@
 /* The base I/O address of the Sony Interface.  This is a variable (not a
    #define) so it can be easily changed via some future ioctl() */
 static unsigned int cdu31a_port = 0;
+MODULE_PARM(cdu31a_port, "i");
 
 /*
  * The following are I/O addresses of the various registers for the drive.  The
@@ -325,6 +326,7 @@
 
 /* What IRQ is the drive using?  0 if none. */
 static int cdu31a_irq = 0;
+MODULE_PARM(cdu31a_irq, "i");
 
 /* The interrupt handler will wake this queue up when it gets an
    interrupts. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov