Changeset 92d5279 in mainline for uspace/drv/bus/pci/pciintel/pci.h


Ignore:
Timestamp:
2016-10-26T20:27:12Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c34be69
Parents:
9191607
Message:

pciintel: Support alternate method to access PCI configuration space

On UltraSPARC IIi-based machines, the PCI configuration space is mapped
directly in the portion of the PBM (PCI Bus Interface Module) address
space. It is therefore not accessed indirectly via the config address
and config data registers but directly by accessing the respective
portion of the PBM address space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/pci/pciintel/pci.h

    r9191607 r92d5279  
    4747        ioport32_t *conf_addr_reg;
    4848        ioport32_t *conf_data_reg;
     49        ioport32_t *conf_space;
    4950        pio_window_t pio_win;
    5051        fibril_mutex_t conf_mutex;
Note: See TracChangeset for help on using the changeset viewer.