PERFORCE change 92318 for review
Marcel Moolenaar
marcel at FreeBSD.org
Thu Feb 23 18:28:16 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=92318
Change 92318 by marcel at marcel_nfs on 2006/02/24 02:27:56
IFC @92317
Affected files ...
.. //depot/projects/uart/dev/ic/z8530.h#5 integrate
.. //depot/projects/uart/dev/puc/puc_ebus.c#11 integrate
.. //depot/projects/uart/dev/puc/puc_sbus.c#12 integrate
.. //depot/projects/uart/sys/serial.h#4 integrate
Differences ...
==== //depot/projects/uart/dev/ic/z8530.h#5 (text+ko) ====
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD: src/sys/dev/ic/z8530.h,v 1.3 2005/01/06 01:42:44 imp Exp $
+ * $FreeBSD: src/sys/dev/ic/z8530.h,v 1.4 2006/02/24 02:03:35 marcel Exp $
*/
#ifndef _DEV_IC_Z8530_H_
==== //depot/projects/uart/dev/puc/puc_ebus.c#11 (text+ko) ====
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/dev/puc/puc_ebus.c,v 1.6 2005/08/07 13:37:25 marius Exp $");
+__FBSDID("$FreeBSD: src/sys/dev/puc/puc_ebus.c,v 1.7 2006/02/24 02:06:57 marcel Exp $");
#include "opt_puc.h"
==== //depot/projects/uart/dev/puc/puc_sbus.c#12 (text+ko) ====
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/dev/puc/puc_sbus.c,v 1.8 2005/02/26 00:25:43 marius Exp $");
+__FBSDID("$FreeBSD: src/sys/dev/puc/puc_sbus.c,v 1.9 2006/02/24 02:06:57 marcel Exp $");
#include "opt_puc.h"
==== //depot/projects/uart/sys/serial.h#4 (text+ko) ====
@@ -27,7 +27,7 @@
* (both async and sync), but which do not necessarily have anything to
* do with tty processing.
*
- * $FreeBSD: src/sys/sys/serial.h,v 1.2 2004/06/25 10:56:43 phk Exp $
+ * $FreeBSD: src/sys/sys/serial.h,v 1.4 2006/02/24 02:24:10 marcel Exp $
*/
#ifndef _SYS_SERIAL_H_
@@ -52,7 +52,7 @@
#define SER_MASK_STATE 0x00ff
/* Delta bits, used to indicate which signals should/was affected */
-#define SER_DELTA(x) ((x) << 8)
+#define SER_DELTA(x) ((x) << 8)
#define SER_DDTR SER_DELTA(SER_DTR)
#define SER_DRTS SER_DELTA(SER_RTS)
More information about the p4-projects
mailing list