Changeset ddd0499d in mainline for uspace/drv/bus/pci/pciintel/pci.h
- Timestamp:
- 2013-09-12T22:05:13Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4285851b
- Parents:
- 695b6ff (diff), 7de1988c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/pci/pciintel/pci.h
r695b6ff rddd0499d 45 45 /** DDF device node */ 46 46 ddf_dev_t *dnode; 47 uint32_t conf_io_addr; 48 uint32_t conf_io_data; 49 void *conf_data_port; 50 void *conf_addr_port; 47 ioport32_t *conf_addr_reg; 48 ioport32_t *conf_data_reg; 51 49 pio_window_t pio_win; 52 50 fibril_mutex_t conf_mutex;
Note:
See TracChangeset
for help on using the changeset viewer.