Subject: re: device tree traversal To: Jachym Holecek <freza@dspfpga.com> From: matthew green <mrg@eterna.com.au> List: tech-kern Date: 07/03/2006 09:34:30
/* Allocate recursion context of max depth 16, topdown dir. */
di = device_iterator_alloc(16, DIF_WAITOK | DIF_TOPDOWN);
why have this '16' limit at all? i don't see why it's necessary
or even a good idea.