Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2010 08:49:31 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_conf.c src/sys/sys conf.h
Message-ID:  <201006170850.o5H8oWQe074262@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-06-17 08:49:31 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_conf.c 
    sys/sys              conf.h 
  Log:
  SVN rev 209244 on 2010-06-17 08:49:31Z by ed
  
  Remove the unit argument from the recently added make_dev_p().
  
  New code that creates character devices shouldn't use device unit
  numbers, but only si_drv[12] to hold pointer to per-device data. Make
  this function more future proof by removing the unit number argument.
  
  Discussed with: kib
  
  Revision  Changes    Path
  1.240     +2 -2      src/sys/kern/kern_conf.c
  1.257     +2 -2      src/sys/sys/conf.h



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