4.5 Flash Update Driver
WARNING: FJSVfupd: _init: ddi_soft_state_init failed.
- Meaning
- Failed to incorporate the FJSVfupd driver into the system due to the abnormal termination of ddi_soft_state_init(9F).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: _init: mod_install failed.
- Meaning
- Failed to incorporate the FJSVfupd driver into the system due to the abnormal termination of mod_install(9F) (incorporates the driver into the system).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: fupd_probe: ddi_get_soft_state_zalloc failed.
- Meaning
- Failed to incorporate the FJSVfupd driver into the system due to the abnormal termination of ddi_soft_state_zalloc(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: fupd_probe: ddi_dev_regsize failed.
- Meaning
- Failed to incorporate the FJSVfupd driver into the system due to the abnormal termination of ddi_soft_state_zalloc(9F) (acquisition of register size).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: fupd_probe: ddi_get_soft_state failed.
- Meaning
- Failed to incorporate the FJSVfupd driver into the system due to the abnormal termination of ddi_get_soft_state(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: fupd_attach: ddi_get_soft_state_zalloc failed.
- Meaning
- Failed to incorporate the FJSVfupd driver into the system due to the abnormal termination of ddi_soft_state_zalloc(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: fupd_attach: ddi_dev_regsize failed.
- Meaning
- Failed to incorporate the FJSVfupd driver into the system due to the abnormal termination of ddi_soft_state_zalloc(9F) (acquisition of register size).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: fupd_attach: ddi_create_minor_node failed.
- Meaning
- Failed to incorporate the FJSVfupd driver into the system because the creation of the device minor node failed.
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: fupd_attach: ddi_regs_map_setup failed.
- Meaning
- Failed to incorporate the FJSVfupd driver into the system due to the abnormal termination of ddi_regs_map_setup(9F) (maps register).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: fupd_detach: ddi_get_soft_state failed.
- Meaning
- Could not detach the FJSVfupd driver due to the abnormal termination of ddi_get_soft_state(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVfupd: fupd_ioctl: ddi_get_soft_state failed.
- Meaning
- Could not ioctl the FJSVfupd driver due to the abnormal termination of ddi_get_soft_state(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
All Rights Reserved, Copyright(C) FUJITSU LIMITED 2005