sunhv_ops
static const struct sunhv_ops bychar_ops = {
static const struct sunhv_ops bywrite_ops = {
static const struct sunhv_ops *sunhv_ops = &bychar_ops;
if (sunhv_ops->receive_chars(port))
sunhv_ops->transmit_chars(port, tport);
sunhv_ops = &bywrite_ops;