CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/12/03 16:39:32
Modified files:
sys/conf : files
sys/kern : init_main.c
sys/sys : conf.h
Added files:
sys/dev : vscsi.c vscsivar.h
Log message:
add vscsi(4), a virtual scsi controller that passes all scsi requests up to
userland for handling. this is to scsi what tun(4) is for networks.
this is going into the tree so i can work on some crazy scsi stuff, but its
not being enabled since it is useless unless you're working on some crazy
scsi stuff.