.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "EEH_ADD_DEVICE_EARLY" "9" "09 October 2005" "" "" .SH NAME eeh_add_device_early \- enable EEH for the indicated device_node .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void eeh_add_device_early (struct device_node * \fIdn\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdn\fB\fR device node for which to set up EEH .SH "DESCRIPTION" .PP This routine must be used to perform EEH initialization for PCI devices that were added after system boot (e.g. hotplug, dlpar). This routine must be called before any i/o is performed to the adapter (inluding any config-space i/o). Whether this actually enables EEH or not for this device depends on the CEC architecture, type of the device, on earlier boot command-line arguments & etc.