diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2017-10-16 05:52:43 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2017-10-16 05:52:43 +0000 |
| commit | abe2592ee5be7ff92db76e15f44443c162ca745e (patch) | |
| tree | 13e935893a0dcd928b0df44b0ed52021fd7a54dc /sys/dev/ic | |
| parent | f4fcf7698158484b0b67a9f422a346b847d9ea2d (diff) | |
fix comment - it's WDCTL_IDS which is supposed to disable interrupts
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/wdc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c index cdbde2e09f3..c0eb592c01b 100644 --- a/sys/dev/ic/wdc.c +++ b/sys/dev/ic/wdc.c @@ -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 @@ ignore: } /* - * 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. */ |
