Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic delint



details:   https://anonhg.NetBSD.org/src/rev/1efa0c664886
branches:  trunk
changeset: 509553:1efa0c664886
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon May 07 08:15:41 2001 +0000

description:
delint

diffstat:

 sys/dev/ic/ac97var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0459e606f8cf -r 1efa0c664886 sys/dev/ic/ac97var.h
--- a/sys/dev/ic/ac97var.h      Mon May 07 08:03:15 2001 +0000
+++ b/sys/dev/ic/ac97var.h      Mon May 07 08:15:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ac97var.h,v 1.3 2001/01/09 23:14:25 rh Exp $   */
+/*     $NetBSD: ac97var.h,v 1.4 2001/05/07 08:15:41 lukem Exp $        */
 /*     $OpenBSD: ac97.h,v 1.4 2000/07/19 09:01:35 csapuntz Exp $       */
 
 /*
@@ -43,7 +43,7 @@
 
        enum ac97_host_flags {
                AC97_HOST_DONT_READ = 0x1,
-               AC97_HOST_SWAPPED_CHANNELS = 0x2,       /* l/r is reversed */
+               AC97_HOST_SWAPPED_CHANNELS = 0x2        /* l/r is reversed */
        };
 
        enum ac97_host_flags (*flags)(void *arg);



Home | Main Index | Thread Index | Old Index