]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Fix post-test typo that snuck in.
authorgrehan <grehan@FreeBSD.org>
Fri, 2 Oct 2015 22:05:51 +0000 (22:05 +0000)
committergrehan <grehan@FreeBSD.org>
Fri, 2 Oct 2015 22:05:51 +0000 (22:05 +0000)
usr.sbin/bhyve/fwctl.c

index 0b5ce84d981db67fba909c2e1db25c2ae0d0d17b..4b6164b8156098d7380648bcde85374874306954 100644 (file)
@@ -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)