Changeset 705b65ea in mainline for uspace/drv/block/pc-floppy/main.c


Ignore:
Timestamp:
2024-07-11T11:29:43Z (2 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
994f87b
Parents:
f77ede10
Message:

Do not automatically mount floppy. Reduce driver verbosity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/pc-floppy/main.c

    rf77ede10 r705b65ea  
    105105
    106106        /* IRQ */
    107         ddf_msg(LVL_NOTE, "irqs count=%zu", hw_res.irqs.count);
    108107        if (hw_res.irqs.count > 0) {
    109                 ddf_msg(LVL_NOTE, "set IRQ=%u", hw_res.irqs.irqs[0]);
    110108                res->irq = hw_res.irqs.irqs[0];
    111109        } else {
    112                 ddf_msg(LVL_NOTE, "set IRQ=-1");
    113110                res->irq = -1;
    114111        }
Note: See TracChangeset for help on using the changeset viewer.