cpcihp_generic.c (9938b04472d5c59f8bd8152a548533a8599596a2) | cpcihp_generic.c (01b961b70dde53b3a5b5062670a19d566e67e78e) |
---|---|
1/* 2 * cpcihp_generic.c 3 * 4 * Generic port I/O CompactPCI driver 5 * 6 * Copyright 2002 SOMA Networks, Inc. 7 * Copyright 2001 Intel San Luis Obispo 8 * Copyright 2000,2001 MontaVista Software Inc. --- 206 unchanged lines hidden (view full) --- 215module_param(debug, bool, S_IRUGO | S_IWUSR); 216MODULE_PARM_DESC(debug, "Debugging mode enabled or not"); 217module_param(bridge, charp, 0); 218MODULE_PARM_DESC(bridge, "Hotswap bus bridge device, <bus>:<slot> (bus and slot are in hexadecimal)"); 219module_param(first_slot, byte, 0); 220MODULE_PARM_DESC(first_slot, "Hotswap bus first slot number"); 221module_param(last_slot, byte, 0); 222MODULE_PARM_DESC(last_slot, "Hotswap bus last slot number"); | 1/* 2 * cpcihp_generic.c 3 * 4 * Generic port I/O CompactPCI driver 5 * 6 * Copyright 2002 SOMA Networks, Inc. 7 * Copyright 2001 Intel San Luis Obispo 8 * Copyright 2000,2001 MontaVista Software Inc. --- 206 unchanged lines hidden (view full) --- 215module_param(debug, bool, S_IRUGO | S_IWUSR); 216MODULE_PARM_DESC(debug, "Debugging mode enabled or not"); 217module_param(bridge, charp, 0); 218MODULE_PARM_DESC(bridge, "Hotswap bus bridge device, <bus>:<slot> (bus and slot are in hexadecimal)"); 219module_param(first_slot, byte, 0); 220MODULE_PARM_DESC(first_slot, "Hotswap bus first slot number"); 221module_param(last_slot, byte, 0); 222MODULE_PARM_DESC(last_slot, "Hotswap bus last slot number"); |
223module_param(port, ushort, 0); | 223module_param_hw(port, ushort, ioport, 0); |
224MODULE_PARM_DESC(port, "#ENUM signal I/O port"); 225module_param(enum_bit, uint, 0); 226MODULE_PARM_DESC(enum_bit, "#ENUM signal bit (0-7)"); | 224MODULE_PARM_DESC(port, "#ENUM signal I/O port"); 225module_param(enum_bit, uint, 0); 226MODULE_PARM_DESC(enum_bit, "#ENUM signal bit (0-7)"); |