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 typo in a comment. Reported by Alexander Yurc...
details: https://anonhg.NetBSD.org/src/rev/a6863d868260
branches: trunk
changeset: 524850:a6863d868260
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Mar 31 19:47:39 2002 +0000
description:
Fix typo in a comment. Reported by Alexander Yurchenko in private e-mail.
diffstat:
sys/dev/ic/wdcreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 66ae5da5ad9e -r a6863d868260 sys/dev/ic/wdcreg.h
--- a/sys/dev/ic/wdcreg.h Sun Mar 31 18:18:23 2002 +0000
+++ b/sys/dev/ic/wdcreg.h Sun Mar 31 19:47:39 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wdcreg.h,v 1.24 2002/01/13 17:24:29 christos Exp $ */
+/* $NetBSD: wdcreg.h,v 1.25 2002/03/31 19:47:39 bouyer Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -142,7 +142,7 @@
#define WDCC_WRITE_EXT 0x34 /* write 48-bit addressing */
#define WDCC_READMULTI_EXT 0x29 /* read multiple 48-bit addressing */
-#define WDCC_WRITEMULTI_EXT 0x39 /* read multiple 48-bit addressing */
+#define WDCC_WRITEMULTI_EXT 0x39 /* write multiple 48-bit addressing */
#define WDCC_READDMA_EXT 0x25 /* read 48-bit addressing with DMA */
#define WDCC_WRITEDMA_EXT 0x35 /* write 48-bit addressing with DMA */
Home |
Main Index |
Thread Index |
Old Index