Searched hist:163035 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/ipmi/
H A Dipmi_smic.cdiff 163035 Thu Oct 05 15:38:59 MDT 2006 jhb The IPMI spec is ambiguous (or rather, it contradicts itself) about whether
or not the OS has to wait for RX_RDY or TX_RDY to be set before the OS sets
the control code in the control/status register. Looking at the interface
design, it seems that RX_RDY and TX_RDY are probably there to protect
access to the data register and have nothing to do with the control/status
register. Nevertheless, try to take what I think is the more conservative
approach and always wait for the appropriate [TR]X_RDY flag to be set
before writing any of the WR_NEXT, WR_END, RD_START, or RD_NEXT control
codes to the control/status register.

Completed in 107 milliseconds