Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 22:31:43 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37424 for review
Message-ID:  <200309030531.h835VhWl049524@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=37424

Change 37424 by marcel@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309030531.h835VhWl049524>