Changeset ebb1489 in mainline for uspace/drv/bus/isa/isa.dev


Ignore:
Timestamp:
2024-10-13T08:23:40Z (2 months ago)
Author:
GitHub <noreply@…>
Children:
0472cf17
Parents:
2a0c827c (diff), b3b79981 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
boba-buba <120932204+boba-buba@…> (2024-10-13 08:23:40)
git-committer:
GitHub <noreply@…> (2024-10-13 08:23:40)
Message:

Merge branch 'HelenOS:master' into topic/packet-capture

File:
1 edited

Legend:

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

    r2a0c827c rebb1489  
    5151        io_range 70 2
    5252
    53 ata-c1:
    54         match 100 isa/ata_bd
     53fdc:
     54        match 100 isa/fdc
     55        io_range 0x3f0 8
     56        irq 6
     57        dma 2
     58
     59ide1:
     60        match 100 isa/ide
    5561        io_range 0x1f0 8
    5662        io_range 0x3f0 8
    57 
    58 ata-c2:
    59         match 100 isa/ata_bd
    6063        io_range 0x170 8
    6164        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
     65        irq 14
     66        irq 15
Note: See TracChangeset for help on using the changeset viewer.