Displaying 1 result from an estimated 1 matches for "dev1804289383".
2006 Jul 30
0
xen networking and pci late binding
...troller: D-Link System Inc RTL8139 Ethernet (rev 10)
02:02.0 Ethernet controller: D-Link System Inc DL10050 Sundance Ethernet
(rev 15)
02:0c.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet
Controller (rev 02)
and here is the script to bind/unbind:
#!/bin/sh
#
ifdown eth0
ifdown dev1804289383
echo -n 0000:02:02.0 > /sys/bus/pci/drivers/sundance/unbind
echo -n 0000:02:02.0 > /sys/bus/pci/drivers/pciback/new_slot
echo -n 0000:02:02.0 > /sys/bus/pci/drivers/pciback/bind
echo -n 0000:02:01.0 > /sys/bus/pci/drivers/8139too/unbind
echo -n 0000:02:01.0 > /sys/bus/pci/drivers/p...