Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2007 20:26:54 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ifconfig ifconfig.c
Message-ID:  <200703242026.l2OKQs06004520@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2007-03-24 20:26:54 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifconfig.c 
  Log:
  Back out rev. 1.129 because it breaks the practice of auto-loading
  hardware drivers.  Unlike pseudo-device drivers, which just attach
  to the cloning framework and wait for "ifconfig create", h/w drivers
  create interfaces for installed cards as soon as loaded.  The issue
  of devd(8) involuntarily reloading modules should be dealt with in a
  different way.
  
  Revision  Changes    Path
  1.130     +3 -1      src/sbin/ifconfig/ifconfig.c



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