Module Name: src Committed By: christos Date: Sat Nov 15 19:26:38 UTC 2014
Modified Files: src/sys/dev/usb: ucycom.c Log Message: fix macro names To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/usb/ucycom.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/ucycom.c diff -u src/sys/dev/usb/ucycom.c:1.40 src/sys/dev/usb/ucycom.c:1.41 --- src/sys/dev/usb/ucycom.c:1.40 Sat Nov 15 14:18:19 2014 +++ src/sys/dev/usb/ucycom.c Sat Nov 15 14:26:37 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: ucycom.c,v 1.40 2014/11/15 19:18:19 christos Exp $ */ +/* $NetBSD: ucycom.c,v 1.41 2014/11/15 19:26:37 christos Exp $ */ /* * Copyright (c) 2005 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ucycom.c,v 1.40 2014/11/15 19:18:19 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ucycom.c,v 1.41 2014/11/15 19:26:37 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -74,13 +74,13 @@ int ucycomdebug = 20; #endif -#define UCYCCALLUNIT_MASK TTCALLUNIT_MASK -#define UCYCUNIT_MASK TTUNIT_MASK -#define UCYCDIALOUT_MASK TTDIALOUT_MASK - -#define UCYCCALLUNIT(x) TTCALLUNIT(x) -#define UCYCUNIT(x) TTUNIT(x) -#define UCYCDIALOUT(x) TTDIALOUT(x) +#define UCYCOMCALLUNIT_MASK TTCALLUNIT_MASK +#define UCYCOMUNIT_MASK TTUNIT_MASK +#define UCYCOMDIALOUT_MASK TTDIALOUT_MASK + +#define UCYCOMCALLUNIT(x) TTCALLUNIT(x) +#define UCYCOMUNIT(x) TTUNIT(x) +#define UCYCOMDIALOUT(x) TTDIALOUT(x) /* Configuration Byte */ #define UCYCOM_RESET 0x80