Subversion Repositories Kolibri OS

Rev

Rev 1627 | Rev 1867 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1627 Rev 1628
Line 624... Line 624...
624
    /*
624
    /*
Line 625... Line 625...
625
     * Bind _ADR-Based Devices when hot add
625
     * Bind _ADR-Based Devices when hot add
626
     */
626
     */
627
//    if (device->flags.bus_address) {
627
    if (device->flags.bus_address) {
628
//        if (device->parent && device->parent->ops.bind)
628
        if (device->parent && device->parent->ops.bind)
629
//            device->parent->ops.bind(device);
629
            device->parent->ops.bind(device);
630
//    }
630
    }
631
 
631
 
Line 632... Line 632...
632
end:
632
end:
633
    if (!result) {
633
    if (!result) {
634
        AcpiGetName(handle, ACPI_FULL_PATHNAME, &buffer);
634
        AcpiGetName(handle, ACPI_FULL_PATHNAME, &buffer);
635
        dbgprintf(PREFIX "Adding [%s]\n", (char *)buffer.Pointer);
635
        dbgprintf(PREFIX "Adding [%s]\n", (char *)buffer.Pointer);