PERFORCE change 37424 for review
Marcel Moolenaar
marcel at FreeBSD.org
Tue Sep 2 22:31:46 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=37424
Change 37424 by marcel at marcel_nfs on 2003/09/02 22:30:54
Remove UART_IOCTL_RTSCTS and UART_IOCTL_XONXOFF and
replace them with UART_IOCTL_IFLOW and UART_IOCTL_OFLOW.
This was forgotten in the previous commit.
Affected files ...
.. //depot/projects/uart/dev/uart/uart_bus.h#25 edit
Differences ...
==== //depot/projects/uart/dev/uart/uart_bus.h#25 (text+ko) ====
@@ -77,8 +77,8 @@
/* UART_IOCTL() requests */
#define UART_IOCTL_BREAK 1
-#define UART_IOCTL_RTSCTS 2
-#define UART_IOCTL_XONXOFF 3
+#define UART_IOCTL_IFLOW 2
+#define UART_IOCTL_OFLOW 3
/*
* UART class & instance (=softc)
More information about the p4-projects
mailing list