Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic fix comment - it's WDCTL_IDS which is supposed to...
details: https://anonhg.NetBSD.org/src/rev/5e727ce01b8f
branches: trunk
changeset: 356830:5e727ce01b8f
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Oct 16 05:52:43 2017 +0000
description:
fix comment - it's WDCTL_IDS which is supposed to disable interrupts
diffstat:
sys/dev/ic/wdc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3dba4de66fc8 -r 5e727ce01b8f sys/dev/ic/wdc.c
--- a/sys/dev/ic/wdc.c Mon Oct 16 01:50:55 2017 +0000
+++ b/sys/dev/ic/wdc.c Mon Oct 16 05:52:43 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc.c,v 1.285 2017/10/15 18:02:33 jdolecek Exp $ */
+/* $NetBSD: wdc.c,v 1.286 2017/10/16 05:52:43 jdolecek Exp $ */
/*
* Copyright (c) 1998, 2001, 2003 Manuel Bouyer. All rights reserved.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.285 2017/10/15 18:02:33 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.286 2017/10/16 05:52:43 jdolecek Exp $");
#include "opt_ata.h"
#include "opt_wdc.h"
@@ -890,7 +890,7 @@
}
/*
- * On some controllers (e.g. some PCI-IDE) setting the WDSD_IBM bit
+ * On some controllers (e.g. some PCI-IDE) setting the WDCTL_IDS bit
* actually has no effect, and interrupt is triggered regardless.
* Ignore polled commands here, they are processed separately.
*/
Home |
Main Index |
Thread Index |
Old Index