diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2013-05-03 02:03:36 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2013-05-03 02:03:36 +0000 |
| commit | e5548b5cde2f430b71abb29e251ba8bb2210bf73 (patch) | |
| tree | 90796125d475b8430c123a84eebe43265505ec0f /sys/dev/hyperv/README | |
Notes
Diffstat (limited to 'sys/dev/hyperv/README')
| -rw-r--r-- | sys/dev/hyperv/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sys/dev/hyperv/README b/sys/dev/hyperv/README new file mode 100644 index 000000000000..1c4488d5c870 --- /dev/null +++ b/sys/dev/hyperv/README @@ -0,0 +1,34 @@ +***** Release rc2.3.0 4/27/2012 ************************************************** + +New features/limitations- + +-Added Fast IDE +-Massive code restructuring to meeting FreeBSD sytle guidelines + +***** Release rc2.2.0 1/4/2012 *************************************************** + +New features/limitations- + +-Port of LIS 2.1 with FreeBSD support code from Citrix, drivers are linked with + Kernel (future drivers will be loadable), port has not been refactored to meet + BSD coding standards + +-SCSI device driver functional, but support for scatter-gather lists is not + implemented-Fast IDE support has not been added-still using emulated IDE + support + +-Network storage device support has been added + +-While the storage and networking devices support multiple controllers, we're + waiting on a resolution from Microsoft to enable persistent and consistent + numbering between boots + +-Hyper-V bus has been ported with support code from Citrix to handle clock + synchronization between guest and host. Clock synchronization and heartbeat + logic have been moved to two, separate drivers-this separation is part + of the initial steps for refactoring and restructuring the Hyper-V bus driver from the + LIS 2.1 codebase + +Bug fixes- + +*******************************************************************************
\ No newline at end of file |
