On Thursday, September 29, 2016 11:38:13 PM Justin Hibbits wrote: > If I remember correctly, newbus will throw an error if you try to create > two devices with the same number. Applying the logic of using the > cell-index property for all device nodes, if two sub buses from simplebus > have the same set of child nodes, with the same cell-index property values, > one set of children would error and not attach. Of course this change is > only for simplebus, so shouldn't have too big an impact.
Yes, new-bus doesn't let you add devices with the same unit. We used to force the unit of PCI bridges/buses but removed all that to better cope with multi-domain systems. I think in general it's best to use wildcard units outside of something like hints. -- John Baldwin _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"