Module Name: src Committed By: msaitoh Date: Sun Dec 5 04:49:36 UTC 2021
Modified Files: src/sys/dev/pci: pciide_cmd_reg.h Log Message: s/followings bits/following bits/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/pciide_cmd_reg.h 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/pci/pciide_cmd_reg.h diff -u src/sys/dev/pci/pciide_cmd_reg.h:1.17 src/sys/dev/pci/pciide_cmd_reg.h:1.18 --- src/sys/dev/pci/pciide_cmd_reg.h:1.17 Mon Oct 19 18:41:15 2009 +++ src/sys/dev/pci/pciide_cmd_reg.h Sun Dec 5 04:49:36 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: pciide_cmd_reg.h,v 1.17 2009/10/19 18:41:15 bouyer Exp $ */ +/* $NetBSD: pciide_cmd_reg.h,v 1.18 2021/12/05 04:49:36 msaitoh Exp $ */ /* * Copyright (c) 1998 Manuel Bouyer. @@ -75,7 +75,7 @@ #define CMD_DMA 0x00 #define CMD_DMA_MULTIPLE 0x01 #define CMD_DMA_LINE 0x03 -/* the followings bits are only for 0646U/646U2/648/649 */ +/* the following bits are only for 0646U/646U2/648/649 */ #define CMD_DMA_IRQ(chan) (0x4 << (chan)) #define CMD_DMA_IRQ_DIS(chan) (0x10 << (chan)) #define CMD_DMA_RST 0x40