Changeset b446b02 in mainline for uspace/drv/bus/isa/isa.dev


Ignore:
Timestamp:
2017-10-17T17:47:11Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b1efe3e
Parents:
a416d070
Message:

Enumerate APIC and i8259 via DDF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/isa.dev

    ra416d070 rb446b02  
     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
    19com1:
    210        match 100 isa/ns8250
Note: See TracChangeset for help on using the changeset viewer.