Changes in uspace/drv/bus/pci/pciintel/pci.h [c90aed4:6dbc500] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/pci/pciintel/pci.h
rc90aed4 r6dbc500 40 40 #include "pci_regs.h" 41 41 42 #define PCI_MAX_HW_RES 842 #define PCI_MAX_HW_RES 10 43 43 44 44 typedef struct pciintel_bus { … … 49 49 void *conf_data_port; 50 50 void *conf_addr_port; 51 pio_window_t pio_win; 51 52 fibril_mutex_t conf_mutex; 52 53 } pci_bus_t; … … 68 69 hw_resource_list_t hw_resources; 69 70 hw_resource_t resources[PCI_MAX_HW_RES]; 71 pio_window_t pio_window; 70 72 } pci_fun_t; 71 73
Note:
See TracChangeset
for help on using the changeset viewer.