source: mainline/uspace/drv/bus/isa/isa.dev@ 8f5e80be

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 8f5e80be was 3de67b4c, checked in by Jiri Svoboda <jiri@…>, 12 years ago

ata_bd needs to use hw_res (PIO resource configration protcol).

  • Property mode set to 100644
File size: 613 bytes
Line 
1com1:
2 match 100 isa/ns8250
3 irq 4
4 io_range 3f8 8
5
6com2:
7 match 100 isa/ns8250
8 irq 3
9 io_range 2f8 8
10
11i8042:
12 match 100 isa/i8042
13 irq 1
14 irq 12
15 io_range 060 5
16
17ne2k:
18 match 100 isa/ne2k
19 irq 5
20 io_range 300 20
21
22sb16:
23 match 100 isa/sb16
24 io_range 220 20
25 io_range 330 2
26 irq 5
27 dma 1
28 dma 5
29
30cmos-rtc:
31 match 100 isa/cmos-rtc
32 io_range 70 2
33
34ata-c1:
35 match 100 isa/ata_bd
36 io_range 0x1f0 8
37 io_range 0x3f0 8
38
39ata-c2:
40 match 100 isa/ata_bd
41 io_range 0x170 8
42 io_range 0x370 8
43
44ata-c3:
45 match 100 isa/ata_bd
46 io_range 0x1e8 8
47 io_range 0x3e8 8
48
49ata-c4:
50 match 100 isa/ata_bd
51 io_range 0x168 8
52 io_range 0x368 8
Note: See TracBrowser for help on using the repository browser.