|
@@ -1231,9 +1231,9 @@ static struct net_device *dev_ltpc;
|
|
|
|
|
|
MODULE_LICENSE("GPL");
|
|
|
module_param(debug, int, 0);
|
|
|
-module_param(io, int, 0);
|
|
|
-module_param(irq, int, 0);
|
|
|
-module_param(dma, int, 0);
|
|
|
+module_param_hw(io, int, ioport, 0);
|
|
|
+module_param_hw(irq, int, irq, 0);
|
|
|
+module_param_hw(dma, int, dma, 0);
|
|
|
|
|
|
|
|
|
static int __init ltpc_module_init(void)
|