]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a problem in the disk related hack where device nodes for a physically
authorphk <phk@FreeBSD.org>
Sun, 28 Oct 2001 09:39:28 +0000 (09:39 +0000)
committerphk <phk@FreeBSD.org>
Sun, 28 Oct 2001 09:39:28 +0000 (09:39 +0000)
commit8c752a11c0bed8bb94fd04769efb2cec3237e7d8
tree28d0eb4336690e72a7c37fcb1d4d85951c43ff0d
parentf757fda60d8e586e6ba39ba525f615b8cb3fe0ce
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.
sys/kern/kern_conf.c
sys/kern/subr_disk.c