svn commit: r258650 - stable/10/sys/dev/xen/blkfront
Justin T. Gibbs
gibbs at FreeBSD.org
Tue Nov 26 14:50:39 UTC 2013
Author: gibbs
Date: Tue Nov 26 14:50:39 2013
New Revision: 258650
URL: http://svnweb.freebsd.org/changeset/base/258650
Log:
[Forced commit to correct checkin comment for r256757]
MFC: r256423
Allow FreeBSD to be booted from CDROM media on XenServer 6.2 and
prior releases.
Submitted by: Roger Pau Monné
Sponsored by: Citrix Systems R&D
Reviewed by: gibbs
Approved by: re (gjb)
sys/dev/xen/blkfront/blkfront.c:
On XenServer versions up to an including 6.2, paravirtualized
CDROM support is broken. When running in an HVM domain,
ignore paravirtualized instances of CDROM media, and instead
rely on native drivers attaching to emulated hardware. This
functions correctly on all currently known Xen based
platforms.
------------------------------------------------------------------------
Modified:
stable/10/sys/dev/xen/blkfront/blkfront.c
Modified: stable/10/sys/dev/xen/blkfront/blkfront.c
==============================================================================
More information about the svn-src-stable-10
mailing list