Home
last modified time | relevance | path

Searched hist:"45 ce037de22ef42cb6e91039753fec8b1ff28e36" (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/xen/xenstore/
H A Dxenstore_dev.cdiff 45ce037de22ef42cb6e91039753fec8b1ff28e36 Tue Sep 30 19:31:04 CEST 2014 Roger Pau Monné <royger@FreeBSD.org> xen: convert the xenstore user-space char device to a newbus device

Convert the xenstore user-space device (/dev/xen/xenstore) to a device
using the newbus interface. This allows us to make the device
initialization dependant on the initialization of xenstore itself in
the kernel.

Sponsored by: Citrix Systems R&D

dev/xen/xenstore/xenstore.c:
- Convert to a newbus device, this removes the xs_dev_init function.

xen/xenstore/xenstore_internal.h:
- Remove xs_dev_init prototype.

dev/xen/xenstore/xenstore.c:
- Don't call xs_dev_init anymore, the device will attach itself when
xenstore is started.
H A Dxenstore.cdiff 45ce037de22ef42cb6e91039753fec8b1ff28e36 Tue Sep 30 19:31:04 CEST 2014 Roger Pau Monné <royger@FreeBSD.org> xen: convert the xenstore user-space char device to a newbus device

Convert the xenstore user-space device (/dev/xen/xenstore) to a device
using the newbus interface. This allows us to make the device
initialization dependant on the initialization of xenstore itself in
the kernel.

Sponsored by: Citrix Systems R&D

dev/xen/xenstore/xenstore.c:
- Convert to a newbus device, this removes the xs_dev_init function.

xen/xenstore/xenstore_internal.h:
- Remove xs_dev_init prototype.

dev/xen/xenstore/xenstore.c:
- Don't call xs_dev_init anymore, the device will attach itself when
xenstore is started.
/freebsd/sys/xen/xenstore/
H A Dxenstore_internal.hdiff 45ce037de22ef42cb6e91039753fec8b1ff28e36 Tue Sep 30 19:31:04 CEST 2014 Roger Pau Monné <royger@FreeBSD.org> xen: convert the xenstore user-space char device to a newbus device

Convert the xenstore user-space device (/dev/xen/xenstore) to a device
using the newbus interface. This allows us to make the device
initialization dependant on the initialization of xenstore itself in
the kernel.

Sponsored by: Citrix Systems R&D

dev/xen/xenstore/xenstore.c:
- Convert to a newbus device, this removes the xs_dev_init function.

xen/xenstore/xenstore_internal.h:
- Remove xs_dev_init prototype.

dev/xen/xenstore/xenstore.c:
- Don't call xs_dev_init anymore, the device will attach itself when
xenstore is started.