Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 1997 10:04:08 -0800 (PST)
From:      Joerg Wunsch <joerg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 userconfig.c src/sys/i386/eisa eisaconf.c eisaconf.h
Message-ID:  <199703131804.KAA11651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       97/03/13 10:04:07

  Modified:    sys/i386/i386  userconfig.c
               sys/i386/eisa  eisaconf.c eisaconf.h
  Log:
  Various stylistic improvements regarding num_eisa_slots & co.:
  
  . properly declare the variable in in a .h file, as opposed to
    using a private extern declaration in userconfig.c;
  . move the definition of EISA_SLOTS and therefore the inclusion of
    opt_eisa.h into eisaconf.c.
  
  Revision  Changes    Path
  1.85      +7 -4      src/sys/i386/i386/userconfig.c
  1.27      +8 -2      src/sys/i386/eisa/eisaconf.c
  1.16      +2 -6      src/sys/i386/eisa/eisaconf.h



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