Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 08:00:37 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa rc.c scd.c spkr.c tw.c wd_cd.c wfd.c wst.c wt.c
Message-ID:  <200001291600.IAA82769@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/01/29 08:00:36 PST

  Modified files:
    sys/i386/isa         rc.c scd.c spkr.c tw.c wd_cd.c wfd.c 
                         wst.c wt.c 
  Log:
  Remove #if NFOO > 0 (it's not required in most cases) and also where it
  isn't used as a result, remove #include "foo.h".  Many of these drivers
  still use NFOO for softc struct sizing etc however.
  
  Revision  Changes    Path
  1.53      +1 -4      src/sys/i386/isa/rc.c
  1.54      +1 -4      src/sys/i386/isa/scd.c
  1.45      +1 -6      src/sys/i386/isa/spkr.c
  1.38      +1 -4      src/sys/i386/isa/tw.c
  1.29      +1 -7      src/sys/i386/isa/wd_cd.c
  1.35      +1 -6      src/sys/i386/isa/wfd.c
  1.28      +1 -6      src/sys/i386/isa/wst.c
  1.57      +1 -5      src/sys/i386/isa/wt.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001291600.IAA82769>