Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/dev Remove confusing comment, misc style.



details:   https://anonhg.NetBSD.org/src/rev/d45309319f94
branches:  trunk
changeset: 782828:d45309319f94
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Wed Nov 21 22:37:03 2012 +0000

description:
Remove confusing comment, misc style.

diffstat:

 sys/arch/amiga/dev/wdc_xsurf.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r cd159ebf007b -r d45309319f94 sys/arch/amiga/dev/wdc_xsurf.c
--- a/sys/arch/amiga/dev/wdc_xsurf.c    Wed Nov 21 22:35:19 2012 +0000
+++ b/sys/arch/amiga/dev/wdc_xsurf.c    Wed Nov 21 22:37:03 2012 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: wdc_xsurf.c,v 1.1 2012/11/19 22:36:11 rkujawa Exp $ */
+/*      $NetBSD: wdc_xsurf.c,v 1.2 2012/11/21 22:37:03 rkujawa Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -135,9 +135,7 @@
        sc->sc_wdcdev.sc_atac.atac_channels = sc->sc_chanarray;
        sc->sc_wdcdev.sc_atac.atac_cap = ATAC_CAP_DATA16;
        sc->sc_wdcdev.wdc_maxdrives = 2;
-       /* This controller has no aux control registers! 
-          But just pretenting that they don't exist might not work,
-          consider using WDC_NO_IDS and turning it into flag... */
+       /* this controller has no aux control registers */
        sc->sc_wdcdev.cap = WDC_CAPABILITY_NO_AUXCTL;
 
        /* attach the channels */



Home | Main Index | Thread Index | Old Index