Changeset ebb1489 in mainline for uspace/drv/bus/isa/isa.dev
- Timestamp:
- 2024-10-13T08:23:40Z (2 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/isa.dev
r2a0c827c rebb1489 51 51 io_range 70 2 52 52 53 ata-c1: 54 match 100 isa/ata_bd 53 fdc: 54 match 100 isa/fdc 55 io_range 0x3f0 8 56 irq 6 57 dma 2 58 59 ide1: 60 match 100 isa/ide 55 61 io_range 0x1f0 8 56 62 io_range 0x3f0 8 57 58 ata-c2:59 match 100 isa/ata_bd60 63 io_range 0x170 8 61 64 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.