Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 1998 04:27:32 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/conf LINT
Message-ID:  <199802201227.EAA20291@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/02/20 04:27:31 PST

  Modified files:
    sys/i386/conf        LINT 
  Log:
  Fixed some stale comments about console drivers.
  
  Uncommented css0.  It compiles OK.
  
  Moved trix0 so that it compiles OK when uncommented.  Uncommented
  it.  Drivers with the same interrupt handler must be together in
  config files so that config(8)'s simple avoidance of redundant
  declarations of interrupt handlers works (config emits a declaration
  unless it would duplicate the previous one).
  
  Commented out NO_LKM.  Negative options should not be configured
  in LINT.  There should be no negative options for subsystems.
  LKMs should never have been standard or the default.
  
  Revision  Changes    Path
  1.410     +6 -9      src/sys/i386/conf/LINT

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?199802201227.EAA20291>