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

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

Mainline changes.

  • Property mode set to 100644
File size: 297 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
17
18ne2k:
19 match 100 isa/ne2k
20 irq 5
21 io_range 300 20
22
23sb16:
24 match 100 isa/sb16
25 io_range 220 20
26 io_range 330 2
27 irq 5
28 dma 1
29 dma 5
Note: See TracBrowser for help on using the repository browser.