|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] pci hotplug in xcp
On Thu, 8 Apr 2010, Ritu kaur wrote:
> Thanks Stefano.
>
> I am having problems binding device to pciback(this is from day1). Driver for
> this device is not loaded in dom0 so this
> device is not bound to any driver.
>
> #echo $pcidev
> 0000:08:01.0
>
> # echo -n $pcidev > /sys/bus/pci/drivers/pciback/bind
> -bash: echo: write error: No such device
>
> ls -l /sys/bus/pci/drivers/pciback/bind
> --w------- 1 root root 4096 Apr 8 07:40 /sys/bus/pci/drivers/pciback/bind
>
> Any inputs?
>
you need to do this:
echo -n "$pcidev" > /sys/bus/pci/drivers/pciback/new_slot
echo -n "$pcidev" > /sys/bus/pci/drivers/pciback/bind
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|