1It seems that some include files that are needed to compile
2e.g. the SCSI transport stuff are only present if you install
3the kernel building stuff.
4
5If you have problems to compile because some include files are
6missing, look into /sys and verify if all files are present or
7(if they are symlinks) point to present files.
8
9There is no working mapping between the SCSI bus,target,lun
10notation and device node names. To use a SCSI device, you need
11to specify dev=devname:@,lun e.g. dev=/dev/rsr0a:@,0
12
13