VIDLEN
newdev->ident = calloc(1, VIDLEN + PIDLEN + REVLEN + 3);
bcopy(vidpid, &dp->name[8], VIDLEN);
#define VIDPIDLEN (VIDLEN + PIDLEN)
bcopy("Areca ", &inqdata[8], VIDLEN);
uint8_t VendorID[VIDLEN]; /* Vendor Identification */