History log of /freebsd-9.3-release/sys/dev/xen/xenpci/xenpcivar.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 189699 11-Mar-2009 dfr

Merge in support for Xen HVM on amd64 architecture.


# 188685 16-Feb-2009 dfr

Copy the Xen HVM platform device driver from user/dfr/xenhvm/6.


# 186767 05-Jan-2009 dfr

Tidy this up a lot and improve the comments somewhat.


# 185988 12-Dec-2008 dfr

Mark the evtchn interrupt as MPSAFE and respect the INTR_MPSAFE flags passed
when binding event channels to handlers. Add svn:keywords to the files in
sys/dev/xen/xenpci.


# 185803 09-Dec-2008 dfr

Add support for suspend and resume. This currently only works for 64bit HV
mode kernels. A 32bit PV mode kernel will suspend but fails to restore because
Xen gets confused by the magic recursive mappings in the virtual address space.


# 185638 05-Dec-2008 dfr

Don't use pmap_mapdev to map HVM memory areas - this is ordinary physical
memory and we shouldn't use uncacheable mappings for it. Also, don't leak
virtual address space when the grant table size increases.


# 185387 28-Nov-2008 dfr

Add a driver the the Xen HVM special platform device.