Re: [PATCH RFC 11/13] pci: introduce a new event on PCI device detection

2014-02-13 Thread John Baldwin
On Tuesday, December 24, 2013 12:21:00 PM Roger Pau Monne wrote: Add a new event that will fire each time a PCI device is added to the system, and allows us to register the device with Xen. It's really hackish to make this PCI specific. OTOH, I can't think of a good place to have a more

[PATCH RFC 11/13] pci: introduce a new event on PCI device detection

2013-12-24 Thread Roger Pau Monne
Add a new event that will fire each time a PCI device is added to the system, and allows us to register the device with Xen. --- sys/dev/pci/pci.c |1 + sys/sys/eventhandler.h |5 + sys/x86/xen/pv.c| 21 + sys/x86/xen/xen_nexus.c |6 ++