Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/xen/xen
Module Name: src
Committed By: jym
Date: Sat Oct 25 17:12:29 UTC 2008
Modified Files:
src/sys/arch/xen/xen: if_xennet_xenbus.c xbd_xenbus.c xengnt.c
Log Message:
- add and fix some comments in xennet and xbd code
- add BEST_SUSPENDED macro, the xennet equivalent of BLKIF_STATE_SUSPENDED
for xbd (indicate that backend is in suspended state)
- use GNTST_okay to check the grant table setup status returned by hypercall,
rather than 0
No functional changes.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/xen/xen/if_xennet_xenbus.c
cvs rdiff -r1.32 -r1.33 src/sys/arch/xen/xen/xbd_xenbus.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/xen/xen/xengnt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index