Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Remove another unneccessary reference to cf...



details:   https://anonhg.NetBSD.org/src/rev/2cbfcd75abcf
branches:  trunk
changeset: 482040:2cbfcd75abcf
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sat Feb 12 15:58:45 2000 +0000

description:
Remove another unneccessary reference to cf_unit.

diffstat:

 sys/arch/vax/vax/ibus.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3e4a2adf9da3 -r 2cbfcd75abcf sys/arch/vax/vax/ibus.c
--- a/sys/arch/vax/vax/ibus.c   Sat Feb 12 15:48:34 2000 +0000
+++ b/sys/arch/vax/vax/ibus.c   Sat Feb 12 15:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibus.c,v 1.3 2000/01/24 02:40:33 matt Exp $ */
+/*     $NetBSD: ibus.c,v 1.4 2000/02/12 15:58:45 ragge Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -66,7 +66,7 @@
        struct cfdata *cf;
        void    *aux;
 {
-       if (cf->cf_unit == 0 && vax_bustype == VAX_IBUS)
+       if (vax_bustype == VAX_IBUS)
                return 1;
        return 0;
 }



Home | Main Index | Thread Index | Old Index