Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci unask -> unmask
details: https://anonhg.NetBSD.org/src/rev/6c2c9268e700
branches: trunk
changeset: 542722:6c2c9268e700
user: kleink <kleink%NetBSD.org@localhost>
date: Wed Feb 05 00:07:34 2003 +0000
description:
unask -> unmask
diffstat:
sys/dev/pci/eso.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 647569605e23 -r 6c2c9268e700 sys/dev/pci/eso.c
--- a/sys/dev/pci/eso.c Wed Feb 05 00:02:24 2003 +0000
+++ b/sys/dev/pci/eso.c Wed Feb 05 00:07:34 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: eso.c,v 1.30 2003/02/01 06:23:39 thorpej Exp $ */
+/* $NetBSD: eso.c,v 1.31 2003/02/05 00:07:34 kleink Exp $ */
/*
* Copyright (c) 1999, 2000 Klaus J. Klein
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: eso.c,v 1.30 2003/02/01 06:23:39 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: eso.c,v 1.31 2003/02/05 00:07:34 kleink Exp $");
#include "mpu.h"
@@ -277,7 +277,7 @@
a2mode |= ESO_MIXREG_A2MODE_NEWA1 | ESO_MIXREG_A2MODE_ASYNC;
eso_write_mixreg(sc, ESO_MIXREG_A2MODE, a2mode);
- /* Slave Master Volume to Hardware Volume Control Counter, unask IRQ. */
+ /* Slave Master Volume to Hardware Volume Control Counter, unmask IRQ.*/
mvctl = eso_read_mixreg(sc, ESO_MIXREG_MVCTL);
mvctl &= ~ESO_MIXREG_MVCTL_SPLIT;
mvctl |= ESO_MIXREG_MVCTL_HVIRQM;
Home |
Main Index |
Thread Index |
Old Index