the bitrig master branch has been updated by patrick with 2 new commits: commit 344c61a1467c98002e3258516b8b98413306a996 diff: https://github.com/bitrig/bitrig/commit/344c61a author: Patrick Wildt <[email protected]> date: Fri Dec 19 14:14:36 2014 +0100
virt: Do not printf the device name a second time... M sys/arch/armv7/virt/virtio_mmio.c commit 434557497810e41a4d40a5953bc544a259ccab52 diff: https://github.com/bitrig/bitrig/commit/4345574 author: Patrick Wildt <[email protected]> date: Fri Dec 19 14:10:20 2014 +0100 fdtbus: enable driver attachment order Previously we iterated over every fdt node and then looked for a device that is compatible to it. Unfortunately, this does not work out well for us. E.g. the i.MX6 clock driver needs to be run before any other driver. To achieve that we iterate over every driver and then iterate over every node and see if it's compatible. Using this approach we can control which driver attaches first, depending on the order in the files.* file. M sys/arch/armv7/fdt/fdtbus.c
