CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/08/09 06:47:23
Modified files: sys/conf : GENERIC files sys/kern : init_main.c sys/scsi : scsiconf.c scsiconf.h Added files: sys/scsi : mpath.c Log message: add mpath(4), a driver that steals paths to scsi devices if it thinks they could be available via multiple paths. those stolen devices are then made available via mpath(4). this is the minimum amount of code to implement the stealing. it is generally broken and very brittle, so it is currently disabled. it is going in so i can work on it in the tree.