source: mainline/uspace/drv/bus/isa/isa.dev@ 36795edf

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 36795edf was 10b21a1b, checked in by Jiri Svoboda <jiri@…>, 7 years ago

PC parallel port driver and printing utility

Add pc-lpt driver for the standard PC parallel port. Add lprint utility
to print a file or a short message to the printer port. Tested in Qemu.

  • Property mode set to 100644
File size: 830 bytes
Line 
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
9
10com1:
11 match 100 isa/ns8250
12 irq 4
13 io_range 3f8 8
14
15com2:
16 match 100 isa/ns8250
17 irq 3
18 io_range 2f8 8
19
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
30i8042:
31 match 100 isa/i8042
32 irq 1
33 irq 12
34 io_range 060 5
35
36ne2k:
37 match 100 isa/ne2k
38 irq 5
39 io_range 300 20
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
48
49cmos-rtc:
50 match 100 isa/cmos-rtc
51 io_range 70 2
52
53ata-c1:
54 match 100 isa/ata_bd
55 io_range 0x1f0 8
56 io_range 0x3f0 8
57
58ata-c2:
59 match 100 isa/ata_bd
60 io_range 0x170 8
61 io_range 0x370 8
62
63ata-c3:
64 match 100 isa/ata_bd
65 io_range 0x1e8 8
66 io_range 0x3e8 8
67
68ata-c4:
69 match 100 isa/ata_bd
70 io_range 0x168 8
71 io_range 0x368 8
Note: See TracBrowser for help on using the repository browser.