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

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since bd5860f was 9d5003e0, checked in by Maurizio Lombardi <m.lombardi85@…>, 13 years ago

RTC: add the cmos-rtc driver to the isa.dev list

  • Property mode set to 100644
File size: 345 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
Note: See TracBrowser for help on using the repository browser.