Follow up to kern_conf.c 1.16. We can't just ignore the ops comparison, it
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Sep 2006 18:57:14 +0000 (18:57 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Sep 2006 18:57:14 +0000 (18:57 +0000)
commita13d2b3155f114649078e4b800512ae8406b5b2a
tree803ba00bf8d15123b4f992768b1ed86d8416ce05
parentd4569e90039b276b43f1022c9bd2027891bd1624
Follow up to kern_conf.c 1.16.  We can't just ignore the ops comparison, it
is needed to keep user-invisible devices user-invisible.  Add a flag so
hashdev() knows when it can ignore the comparison and when it can't ignore
the comparison.
sys/kern/kern_conf.c
sys/kern/kern_device.c
sys/sys/conf.h