Follow up to kern_conf.c 1.16. We can't just ignore the ops comparison, it
commit153f302d289ebc6318e74867dc1f8952bc26eb69
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Sep 2006 18:57:14 +0000 (26 18:57 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Sep 2006 18:57:14 +0000 (26 18:57 +0000)
tree9915d4de61f7b4ce4666f75dd776f3029e78ac67
parent82e694fdaac269b20649e24cf0118d46b28fe323
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