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

serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since de0c55a 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
RevLine 
[b446b02]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
[afec1bef]9
[c1a8ae52]10com1:
[04c7003f]11 match 100 isa/ns8250
[c1a8ae52]12 irq 4
13 io_range 3f8 8
14
15com2:
[04c7003f]16 match 100 isa/ns8250
[c1a8ae52]17 irq 3
18 io_range 2f8 8
19
[10b21a1b]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
[cf5c05c0]30i8042:
31 match 100 isa/i8042
[c1a8ae52]32 irq 1
[cf5c05c0]33 irq 12
34 io_range 060 5
[87955bfb]35
36ne2k:
37 match 100 isa/ne2k
38 irq 5
39 io_range 300 20
[d9cf684a]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
[9d5003e0]48
49cmos-rtc:
50 match 100 isa/cmos-rtc
51 io_range 70 2
[66cb7a2]52
[3de67b4c]53ata-c1:
[66cb7a2]54 match 100 isa/ata_bd
[3de67b4c]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.