Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2005 23:44:23 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200505292344.j4TNiNRU044812@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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