cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c src/share/man/man9 devclass_get_count.9

Nate Lawson njl at FreeBSD.org
Tue Dec 7 18:40:42 PST 2004


njl         2004-12-08 02:39:56 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              bus.h 
    sys/kern             subr_bus.c 
  Added files:
    share/man/man9       devclass_get_count.9 
  Log:
  Add the devclass_get_count(9) function and man page.  It gets a count of
  the number of devices in a devclass and is a subset of
  devclass_get_devices(9).
  
  Reviewed by:    imp, dfr
  
  Revision  Changes    Path
  1.1       +47 -0     src/share/man/man9/devclass_get_count.9 (new)
  1.166     +19 -7     src/sys/kern/subr_bus.c
  1.63      +1 -0      src/sys/sys/bus.h


More information about the cvs-src mailing list