Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2009 14:08:21 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern subr_rman.c
Message-ID:  <200905191408.n4JE8tmr052931@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2009-05-19 14:08:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_rman.c 
  Log:
  SVN rev 192379 on 2009-05-19 14:08:21Z by avg
  
  sysctl_rman: report shared resources to devinfo
  
  shared uses of a resource are recorded on a sub-list hanging off
  a main resource object on a main resource list;
  without this change a shared resource (e.g. irq) is reported only
  once by devinfo -r/-u;
  with this change the resource is reported for each driver that
  allocates it (which is even more than what vmstat -i -a reports).
  
  Approved by:    jhb (mentor)
  
  Revision  Changes    Path
  1.62      +34 -24    src/sys/kern/subr_rman.c



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