find_drive_by_dev
otherdriveno = find_drive_by_dev(token[parameter], 0); /* see if it exists already */
int find_drive_by_dev(const char *devname, int create);
driveno = find_drive_by_dev(devicename, 1); /* if entry doesn't exist, create it */