Changeset 646849b3 in mainline for uspace/drv/bus
- Timestamp:
- 2024-05-17T12:25:26Z (17 months ago)
- Branches:
- master
- Children:
- 60744cb
- Parents:
- 59c0f478
- git-author:
- Jiri Svoboda <jiri@…> (2024-05-16 19:25:07)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-05-17 12:25:26)
- Location:
- uspace/drv/bus/isa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/isa.c
r59c0f478 r646849b3 1 1 /* 2 * Copyright (c) 20 18Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * Copyright (c) 2010 Lenka Trochtova 4 4 * Copyright (c) 2011 Jan Vesely … … 72 72 #define EBUS_CHILD_FUN_CONF_PATH "/drv/isa/ebus.dev" 73 73 74 #define ISA_MAX_HW_RES 574 #define ISA_MAX_HW_RES 6 75 75 76 76 typedef struct { -
uspace/drv/bus/isa/isa.dev
r59c0f478 r646849b3 51 51 io_range 70 2 52 52 53 ata-c1:53 ide1: 54 54 match 100 isa/ide 55 55 io_range 0x1f0 8 56 56 io_range 0x3f0 8 57 irq 1458 59 ata-c2:60 match 100 isa/ide61 57 io_range 0x170 8 62 58 io_range 0x370 8 59 irq 14 63 60 irq 15
Note:
See TracChangeset
for help on using the changeset viewer.