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

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since e6def65 was 55a8e0cb, checked in by Jan Vesely <jano.vesely@…>, 14 years ago

isa: Add support for DMA channels.

  • Property mode set to 100644
File size: 243 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
11keyboard:
12 match 100 isa/keyboard
13 irq 1
14 io_range 060 10
15
16sb16:
17 match 100 isa/sb16
18 io_range 220 20
19 io_range 330 2
20 irq 5
21 dma 1
22 dma 5
Note: See TracBrowser for help on using the repository browser.