Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2001 01:39:28 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_conf.c subr_disk.c
Message-ID:  <200110280939.f9S9dSj21762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2001/10/28 01:39:28 PST

  Modified files:
    sys/kern             kern_conf.c subr_disk.c 
  Log:
  Fix a problem in the disk related hack where device nodes for a physically
  non-existent disk in a legacy /dev on a DEVFS system would panic the system
  if stat(2)'ed.
  
  Do not whine about anonymous device nodes not having a si_devsw, they're
  not supposed to.
  
  Revision  Changes    Path
  1.100     +1 -1      src/sys/kern/kern_conf.c
  1.46      +2 -0      src/sys/kern/subr_disk.c

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?200110280939.f9S9dSj21762>