PBIO_BUFSIZ
char buff[PBIO_BUFSIZ]; /* Per-port data buffer */
toread = min(uio->uio_resid, PBIO_BUFSIZ);
towrite = min(uio->uio_resid, PBIO_BUFSIZ);