seeprom_io
return (seeprom_io(dev, uiop, B_READ));
return (seeprom_io(dev, uiop, B_WRITE));
static int seeprom_io(dev_t, struct uio *, int);