source: mainline/uspace/drv/bus/isa/isa.dev@ 5cc9eba

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5cc9eba was 9d09d7f, checked in by Martin Decky <martin@…>, 14 years ago

identify the ISA bridges in terms of PCI class/subclass
this should unbreak PS/2 keyboards and mice on most machines as the i8042 driver relies on the ISA driver

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