summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2015-10-02 22:05:51 +0000
committergrehan <grehan@FreeBSD.org>2015-10-02 22:05:51 +0000
commit91a1e1d449520fb740777434ad0dfc6be0befe6d (patch)
treea6631050860ac4668bfc97d809ba71c0f685135b /usr.sbin/bhyve
parent0b352922f54d04a4c9aaf48b4b2dbe42a1720a22 (diff)
downloadFreeBSD-src-91a1e1d449520fb740777434ad0dfc6be0befe6d.zip
FreeBSD-src-91a1e1d449520fb740777434ad0dfc6be0befe6d.tar.gz
Fix post-test typo that snuck in.
Diffstat (limited to 'usr.sbin/bhyve')
-rw-r--r--usr.sbin/bhyve/fwctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/fwctl.c b/usr.sbin/bhyve/fwctl.c
index 0b5ce84..4b6164b 100644
--- a/usr.sbin/bhyve/fwctl.c
+++ b/usr.sbin/bhyve/fwctl.c
@@ -536,7 +536,7 @@ fwctl_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes,
return (0);
}
INOUT_PORT(fwctl_wreg, FWCTL_OUT, IOPORT_F_INOUT, fwctl_handler);
-INOUT_PORT(fwctl_rreg, FWCTL_IN, IOPORT_F_OUT, fwctl_handler);
+INOUT_PORT(fwctl_rreg, FWCTL_IN, IOPORT_F_IN, fwctl_handler);
void
fwctl_init(void)
OpenPOWER on IntegriCloud