Changeset c81132d in mainline for uspace/drv/bus/pci/pciintel/pci.c
- Timestamp:
- 2017-12-09T21:25:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1afa94d
- Parents:
- 94e3a03
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/pci/pciintel/pci.c
r94e3a03 rc81132d 514 514 #define MEM_MASK (~0xf) 515 515 516 io = ( bool) (val & 1);516 io = (val & 1) != 0; 517 517 if (io) { 518 518 addrw64 = false;
Note:
See TracChangeset
for help on using the changeset viewer.