diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-12-08 22:04:08 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-12-08 22:04:08 +0000 |
commit | 156eee4f21f9b47878355e0093f5a7808a008c3e (patch) | |
tree | 0743f1e7c5ff16116a4579a9697115a54de809cd /sys/dev/pci/files.pci | |
parent | 8c9f111e51e710018a4bb4b05ff3d12439de8eb6 (diff) |
Driver for the XenSource Platform Device
This is a simple driver for the virtual PCI device with only one
purpose: to allocate the interrupt vector and communicate that
to the Hypervisor in case the IDT callback method was not available.
With input from and OK deraadt, mlarkin, reyk, mpi
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 1cef9349ab4..a29c3955dbf 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.319 2015/09/11 13:35:15 claudio Exp $ +# $OpenBSD: files.pci,v 1.320 2015/12/08 22:04:07 mikeb Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -802,6 +802,11 @@ file dev/pci/glxpcib.c glxpcib attach rtsx at pci with rtsx_pci file dev/pci/rtsx_pci.c rtsx +# XenSource Platform Device +device xspd +attach xspd at pci +file dev/pci/xspd.c xspd + # VirtIO device virtio {} file dev/pci/virtio.c virtio |