MODULE_PARM_DESC(panic_op,"Sets if the IPMI driver will attempt to store panic information in the event log in the event of a panic. Set to 'none' for no, 'event' for a single event, or 'string' for a generic event and the panic string in IPMI OEM events.");
MODULE_PARM_DESC(panic_op,"Sets if the IPMI driver will attempt to store panic information in the event log in the event of a panic. Set to 'none' for no, 'event' for a single event, or 'string' for a generic event and the panic string in IPMI OEM events.");
#ifdef CONFIG_IPMI_PROC_INTERFACE
staticstructproc_dir_entry*proc_ipmi_root;
#endif /* CONFIG_IPMI_PROC_INTERFACE */
#define MAX_EVENTS_IN_QUEUE 25
#define MAX_EVENTS_IN_QUEUE 25
/* Remain in auto-maintenance mode for this amount of time (in ms). */
/* Remain in auto-maintenance mode for this amount of time (in ms). */
@@ -315,13 +311,6 @@ struct ipmi_my_addrinfo {
unsignedcharlun;
unsignedcharlun;
};
};
#ifdef CONFIG_IPMI_PROC_INTERFACE
structipmi_proc_entry{
char*name;
structipmi_proc_entry*next;
};
#endif
/*
/*
* Note that the product id, manufacturer id, guid, and device id are
* Note that the product id, manufacturer id, guid, and device id are
* immutable in this structure, so dyn_mutex is not required for
* immutable in this structure, so dyn_mutex is not required for
@@ -492,15 +481,6 @@ struct ipmi_smi {
conststructipmi_smi_handlers*handlers;
conststructipmi_smi_handlers*handlers;
void*send_info;
void*send_info;
#ifdef CONFIG_IPMI_PROC_INTERFACE
/* A list of proc entries for this interface. */
structmutexproc_entry_lock;
structipmi_proc_entry*proc_entries;
structproc_dir_entry*proc_dir;
charproc_dir_name[10];
#endif
/* Driver-model device for the system interface. */
/* Driver-model device for the system interface. */