The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a45d90561696e7a5c76e38c6bf715e6190d2ca07

commit a45d90561696e7a5c76e38c6bf715e6190d2ca07
Author:     Mark Johnston <[email protected]>
AuthorDate: 2021-01-19 00:44:42 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2021-01-19 00:44:42 +0000

    ppbus: Fix the direction of the PPISEPPA ioctl
    
    PR:             252711
    Submitted by:   Eugene <[email protected]>
---
 sys/dev/ppbus/ppi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ppbus/ppi.h b/sys/dev/ppbus/ppi.h
index 4fb16e921179..b6f406a4aabb 100644
--- a/sys/dev/ppbus/ppi.h
+++ b/sys/dev/ppbus/ppi.h
@@ -51,6 +51,6 @@
 #define        PPISFIFO        _IOW('P', 21, u_int8_t)
 
 #define        PPIGEPPA        _IOR('P', 22, u_int8_t)
-#define        PPISEPPA        _IOR('P', 23, u_int8_t)
+#define        PPISEPPA        _IOW('P', 23, u_int8_t)
 
 #endif
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to