cvs commit: src/sys/alpha/alpha autoconf.c src/sys/amd64/amd64 autoconf.c src/sys/arm/arm autoconf.c src/sys/i386/i386 autoconf.c src/sys/ia64/ia64 autoconf.c src/sys/powerpc/powerpc autoconf.c src/sys/sparc64/sparc64 autoconf.c

Marcel Moolenaar marcel at FreeBSD.org
Sun May 29 16:44:23 PDT 2005


marcel      2005-05-29 23:44:23 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/alpha      autoconf.c 
    sys/amd64/amd64      autoconf.c 
    sys/arm/arm          autoconf.c 
    sys/i386/i386        autoconf.c 
    sys/ia64/ia64        autoconf.c 
    sys/powerpc/powerpc  autoconf.c 
    sys/sparc64/sparc64  autoconf.c 
  Log:
  Create nexus in configure_first() instead of in configure(). This
  makes sure that sysinit tasks that run after configure_first(),
  but before configure() have a nexus to hang devices off.
  
  Revision  Changes    Path
  1.63      +2 -2      src/sys/alpha/alpha/autoconf.c
  1.182     +3 -3      src/sys/amd64/amd64/autoconf.c
  1.3       +3 -2      src/sys/arm/arm/autoconf.c
  1.181     +3 -3      src/sys/i386/i386/autoconf.c
  1.23      +2 -2      src/sys/ia64/ia64/autoconf.c
  1.15      +2 -1      src/sys/powerpc/powerpc/autoconf.c
  1.13      +2 -1      src/sys/sparc64/sparc64/autoconf.c


More information about the cvs-all mailing list