kern_udev - fix the devtype property
authorAlex Hornung <ahornung@gmail.com>
Fri, 19 Nov 2010 14:48:14 +0000 (14:48 +0000)
committerAlex Hornung <ahornung@gmail.com>
Fri, 19 Nov 2010 15:05:53 +0000 (15:05 +0000)
commit539b1063eac824c90d02f4185ad072027a8dd6d6
tree718ea58569b9b2adff84076d7dfc114818d19b51
parent1398353708029eb9dda9861e12c2efb4e66e8122
kern_udev - fix the devtype property

* The devtype cannot be extracted from the si_flags in cdev, but only
  from the ops flags.
sys/kern/kern_udev.c