N_DEVS
#define HASH(d) (((int)d) % N_DEVS) /* hash function */
static struct devhash *dev_hash[N_DEVS];