Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 20:58:49 -0800 (PST)
From:      Mike Smith <msmith@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/devfs devfs_devs.c src/sys/kern kern_conf.c src/sys/sys kernel.h
Message-ID:  <200201090458.g094wng70069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      2002/01/08 20:58:49 PST

  Modified files:
    sys/fs/devfs         devfs_devs.c 
    sys/kern             kern_conf.c 
    sys/sys              kernel.h 
  Log:
  Add a new sysinit SI_SUB_DEVFS.  Devfs hooks into the kernel at SI_ORDER_FIRST,
  and devices can be created anytime after that.
  
  Print a warning if an atttempt is made to create a device too early.
  
  Revision  Changes    Path
  1.19      +1 -1      src/sys/fs/devfs/devfs_devs.c
  1.104     +19 -1     src/sys/kern/kern_conf.c
  1.98      +1 -0      src/sys/sys/kernel.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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