Ignore:
Timestamp:
2010-04-09T11:46:56Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3843ecb
Parents:
d1fc8f0
Message:

pci bus enumeration - bars and ints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/drivers/rootia32/rootia32.c

    rd1fc8f0 r3a5909f  
    7575
    7676static hw_resource_t pci_conf_regs = {
    77         .type = REGISTER,
    78         .res.reg = {
    79                 .address = (void *)0xCF8,
     77        .type = IO_RANGE,
     78        .res.io_range = {
     79                .address = 0xCF8,
    8080                .size = 8,
    8181                .endianness = LITTLE_ENDIAN     
Note: See TracChangeset for help on using the changeset viewer.