source: mainline/uspace/drv/bus/isa/isa.dev

Last change on this file was dc5647e, checked in by Jiri Svoboda <jiri@…>, 13 months ago

PC floppy disk driver

Bare minimum implemented.

  • Property mode set to 100644
File size: 733 bytes
RevLine 
[b446b02]1i8259:
2 match 100 isa/i8259
3 mem_range 0x20 2
4 mem_range 0xa0 2
5
6apic:
7 match 100 isa/apic
8 mem_range 0xfec00000 0x14
[afec1bef]9
[c1a8ae52]10com1:
[04c7003f]11 match 100 isa/ns8250
[c1a8ae52]12 irq 4
13 io_range 3f8 8
14
15com2:
[04c7003f]16 match 100 isa/ns8250
[c1a8ae52]17 irq 3
18 io_range 2f8 8
19
[10b21a1b]20lpt1:
21 match 100 isa/lpt
22 io_range 378 8
23 irq 7
24
25lpt2:
26 match 100 isa/lpt
27 io_range 278 8
28 irq 5
29
[cf5c05c0]30i8042:
31 match 100 isa/i8042
[c1a8ae52]32 irq 1
[cf5c05c0]33 irq 12
34 io_range 060 5
[87955bfb]35
36ne2k:
37 match 100 isa/ne2k
38 irq 5
39 io_range 300 20
[d9cf684a]40
41sb16:
42 match 100 isa/sb16
43 io_range 220 20
44 io_range 330 2
45 irq 5
46 dma 1
47 dma 5
[9d5003e0]48
49cmos-rtc:
50 match 100 isa/cmos-rtc
51 io_range 70 2
[66cb7a2]52
[dc5647e]53fdc:
54 match 100 isa/fdc
55 io_range 0x3f0 8
56 irq 6
57 dma 2
58
[646849b3]59ide1:
[59c0f478]60 match 100 isa/ide
[3de67b4c]61 io_range 0x1f0 8
62 io_range 0x3f0 8
63 io_range 0x170 8
64 io_range 0x370 8
[646849b3]65 irq 14
[64cf7a3]66 irq 15
Note: See TracBrowser for help on using the repository browser.