Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2005 11:15:54 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_conf.c
Message-ID:  <200503291115.j2TBFsgC028771@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2005-03-29 11:15:54 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_conf.c 
  Log:
  Remove the global cdev hash and use the cdevsw list instead.
  
  Don't remove the now unused element from cdev yet, wait until
  we have a better reason to bump the version.
  
  There is now no longer any upper limit on how many device drivers
  a FreeBSD kernel can have.
  
  Revision  Changes    Path
  1.184     +2 -29     src/sys/kern/kern_conf.c



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