vserver 1.9.3
[linux-2.6.git] / arch / ppc64 / kernel / vio.c
index a5fd6e7..48c4b0a 100644 (file)
@@ -225,6 +225,10 @@ static void probe_bus_iseries(void)
        struct vio_dev *viodev;
        int i;
 
+       /* there is only one of each of these */
+       vio_register_device_iseries("viocons", 0);
+       vio_register_device_iseries("vscsi", 0);
+
        vlan_map = HvLpConfig_getVirtualLanIndexMap();
        for (i = 0; i < HVMAXARCHITECTEDVIRTUALLANS; i++) {
                if ((vlan_map & (0x8000 >> i)) == 0)