Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2008 18:56:01 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/cpuctl cpuctl.c
Message-ID:  <200809011856.m81Iu7db095023@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-09-01 18:56:01 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cpuctl       cpuctl.c 
  Log:
  SVN rev 182628 on 2008-09-01 18:56:01Z by ed
  
  Remove unneeded D_NEEDMINOR from cpuctl(4).
  
  The D_NEEDMINOR flag was introduced for drivers that do not actually
  depend on storing a device unit/minor number, but require the ability to
  address the cdevs by this number, which is used by clone_create().
  
  The cpuctl(4) driver sets D_NEEDMINOR, even though it doesn't use the
  clone_create() API. Remove the flag, because maybe we want to get rid of
  it somewhere in the far future.
  
  Revision  Changes    Path
  1.2       +0 -1      src/sys/dev/cpuctl/cpuctl.c



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