1. 25 12月, 2008 1 次提交
    • S
      [S390] cio: introduce cio_commit_config · 13952ec1
      Sebastian Ott 提交于
      To change the configuration of a subchannel we alter the modifiable
      bits of the subchannel's schib field and issue a modify subchannel.
      There can be the case that not all changes were applied -or worse-
      quietly overwritten by the hardware. With the next store subchannel
      we obtain the current state of the hardware but lose our target
      configuration.
      
      With this patch we introduce a subchannel_config structure which
      contains the target subchannel configuration. Additionally the msch
      wrapper cio_modify is replaced with cio_commit_config which
      copies the desired changes to a temporary schib. msch is then
      called with the temporary schib. This schib is only written back
      to the subchannel if all changes were applied.
      Signed-off-by: NSebastian Ott <sebott@linux.vnet.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      13952ec1
  2. 11 10月, 2008 1 次提交
  3. 09 9月, 2008 1 次提交
  4. 22 8月, 2008 1 次提交
  5. 14 7月, 2008 11 次提交
  6. 07 5月, 2008 1 次提交
  7. 30 4月, 2008 1 次提交
  8. 17 4月, 2008 2 次提交
  9. 26 1月, 2008 8 次提交
  10. 04 12月, 2007 1 次提交
  11. 20 11月, 2007 1 次提交
  12. 22 10月, 2007 1 次提交
  13. 12 10月, 2007 2 次提交
  14. 10 8月, 2007 1 次提交
  15. 27 7月, 2007 3 次提交
  16. 10 5月, 2007 1 次提交
  17. 27 4月, 2007 2 次提交
  18. 06 2月, 2007 1 次提交