Changeset 64cf7a3 in mainline for uspace/drv/bus/isa/isa.dev


Ignore:
Timestamp:
2024-05-06T18:33:22Z (8 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
2791fbb7
Parents:
21989e5
Message:

ATA Block Driver support for IRQ

You can fall back to PIO mode by not assigning an IRQ resource to
the driver instance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/isa.dev

    r21989e5 r64cf7a3  
    5555        io_range 0x1f0 8
    5656        io_range 0x3f0 8
     57        irq 14
    5758
    5859ata-c2:
     
    6061        io_range 0x170 8
    6162        io_range 0x370 8
    62 
    63 ata-c3:
    64         match 100 isa/ata_bd
    65         io_range 0x1e8 8
    66         io_range 0x3e8 8
    67 
    68 ata-c4:
    69         match 100 isa/ata_bd
    70         io_range 0x168 8
    71         io_range 0x368 8
     63        irq 15
Note: See TracChangeset for help on using the changeset viewer.