Skip to content

Commit

Permalink
o Updated Changelog
Browse files Browse the repository at this point in the history
o Enabled IPMI's SEL info's UpdateTimestamp, now it comes out correct -- verified with
	hpisel
  • Loading branch information
tariqx committed Dec 4, 2003
1 parent 8127ab8 commit d65ab37
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2003-12-04 TariqX <tariq.shureih@intel.com>
* src/plugins/ipmi/ipmi.c:
Enabled retrieval of IPMI SEL UpdateTimestamp.

* src/plugins/ipmi/ipmi_sel.c:
Added functions to get IPMI SEL UpdateTimestamp.

2003-12-03 yzhuang <yzhuang@hawk.sh.intel.com>
* src/plugins/ipmi/ipmi.c:
Added missing abi function clear_sel.

* src/plugins/ipmi/ipmi_sel.c:
Added functions to enable IPMI SEL clear.

2003-12-02 TariqX <tariq.shureih@intel.com>
* Changlog:
Beging update of Changelog with CVS check-ins to be
ready when providing a new release.

2003-07-18 yzhuang <yzhuang@hawk.sh.intel.com>

* include/openhpi.h, src/safhpi.c, src/session.c:
Expand Down
1 change: 1 addition & 0 deletions examples/list_resources.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ SaErrorT discover_domain(SaHpiDomainIdT domain_id, SaHpiSessionIdT session_id, S

if (entry.ResourceCapabilities & SAHPI_CAPABILITY_SEL) {
saHpiEventLogInfoGet(session_id, entry.ResourceId, &info);
printf("\t\tEntries in SEL: %d", info.Entries);
}
if (entry.ResourceCapabilities & SAHPI_CAPABILITY_RDR)
list_rdr(session_id, entry.ResourceId);
Expand Down
1 change: 0 additions & 1 deletion src/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ static int get_handler_event(struct oh_handler *h, RPTable *rpt)
int rv;
rv = h->abi->get_event(h->hnd, &event, &to);
if(rv < 1) {
dbg("No event found");
return rv;
}
switch (event.type) {
Expand Down
2 changes: 1 addition & 1 deletion src/hotswap.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void process_hotswap_policy(struct oh_handler *handler)

get_hotswap_state = handler->abi->get_hotswap_state;
if (!get_hotswap_state) {
dbg(" Very bad thing here");
dbg(" Very bad thing here or hotswap not yet supported");
return;
}

Expand Down

0 comments on commit d65ab37

Please sign in to comment.