K 10 svn:author V 5 peter K 8 svn:date V 27 2000-10-01T09:34:55.000000Z K 7 svn:log V 282 Fix the no-pci case of attaching isa, eisa and mca devices. device_add_child() is meant to be called by the bus add_child method, not to replace the bus add_child method. We could have called nexus_add_device directly too, that would have also worked. PR: 21657 Tested by: markm END