41,47d40
< class BaseTsunami(Tsunami):
< ethernet = NSGigE(configdata=NSGigEPciData(),
< pci_bus=0, pci_dev=1, pci_func=0)
< etherint = NSGigEInt(device=Parent.ethernet)
< ide = IdeController(disks=[Parent.disk0, Parent.disk2],
< pci_func=0, pci_dev=0, pci_bus=0)
<
48a42,48
> class BaseTsunami(Tsunami):
> ethernet = NSGigE(configdata=NSGigEPciData(),
> pci_bus=0, pci_dev=1, pci_func=0)
> etherint = NSGigEInt(device=Parent.ethernet)
> ide = IdeController(disks=[Parent.disk0, Parent.disk2],
> pci_func=0, pci_dev=0, pci_bus=0)
>