Creating SCSI device nodes with mknod
You can create your own device nodes with the mknod command.
Procedure
Issue:
# mknod /dev/<your_name> b <major> <minor>
See Finding the major and minor numbers for a block device that corresponds to a SCSI disk if you need to create your own nodes.