--- a/drivers/message/i2o/block-osm.c (revision 103) +++ b/drivers/message/i2o/block-osm.c (revision 105) @@ -281,6 +281,8 @@ gd = i2o_blk_dev->gd; gd->first_minor = unit<<4; sprintf(gd->disk_name, "i2o/hd%c", 'a' + unit); + sprintf(gd->devfs_name, "i2o/hd%c", 'a' + unit); + gd->driverfs_dev = &i2o_dev->device; /* setup request queue */ queue = gd->queue;