Ignore:
File:
1 edited

Legend:

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

    rc90aed4 r9d58539  
    4646        ddf_dev_t *dnode;
    4747        uint32_t conf_io_addr;
    48         uint32_t conf_io_data;
    4948        void *conf_data_port;
    5049        void *conf_addr_port;
     
    5958        int dev;
    6059        int fn;
    61         uint16_t vendor_id;
    62         uint16_t device_id;
    63         uint16_t command;
     60        int vendor_id;
     61        int device_id;
    6462        uint8_t class_code;
    6563        uint8_t subclass_code;
Note: See TracChangeset for help on using the changeset viewer.