Ignore:
File:
1 edited

Legend:

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

    r6dbc500 rc90aed4  
    4040#include "pci_regs.h"
    4141
    42 #define PCI_MAX_HW_RES 10
     42#define PCI_MAX_HW_RES 8
    4343
    4444typedef struct pciintel_bus {
     
    4949        void *conf_data_port;
    5050        void *conf_addr_port;
    51         pio_window_t pio_win;
    5251        fibril_mutex_t conf_mutex;
    5352} pci_bus_t;
     
    6968        hw_resource_list_t hw_resources;
    7069        hw_resource_t resources[PCI_MAX_HW_RES];
    71         pio_window_t pio_window;
    7270} pci_fun_t;
    7371
Note: See TracChangeset for help on using the changeset viewer.