Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Correctly resurrect the style in previous. While...
details: https://anonhg.NetBSD.org/src/rev/10e919d4f3c8
branches: trunk
changeset: 552191:10e919d4f3c8
user: enami <enami%NetBSD.org@localhost>
date: Sun Sep 21 11:56:40 2003 +0000
description:
Correctly resurrect the style in previous. While I'm here, also removed
whitespace at the end of line in comment.
diffstat:
sys/dev/ic/wdc.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 159045415f30 -r 10e919d4f3c8 sys/dev/ic/wdc.c
--- a/sys/dev/ic/wdc.c Sun Sep 21 11:30:43 2003 +0000
+++ b/sys/dev/ic/wdc.c Sun Sep 21 11:56:40 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc.c,v 1.129 2003/09/21 11:14:00 bouyer Exp $ */
+/* $NetBSD: wdc.c,v 1.130 2003/09/21 11:56:40 enami Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved.
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.129 2003/09/21 11:14:00 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.130 2003/09/21 11:56:40 enami Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@@ -322,12 +322,12 @@
if ((ret_value & (0x01 << drive)) == 0)
continue;
if (1 < ++found && chp->wdc != NULL &&
- (chp->wdc->cap & WDC_CAPABILITY_SINGLE_DRIVE)) {
+ (chp->wdc->cap & WDC_CAPABILITY_SINGLE_DRIVE)) {
/*
* Ignore second drive if WDC_CAPABILITY_SINGLE_DRIVE
* is set.
*
- * Some CF Card (for ex. IBM MicroDrive and SanDisk)
+ * Some CF Card (for ex. IBM MicroDrive and SanDisk)
* doesn't seem to implement drive select command. In
* this case, you can't eliminate ghost drive properly.
*/
Home |
Main Index |
Thread Index |
Old Index