Changeset bfa4ffa in mainline for kernel/arch/sparc64/src/drivers/pci.c
- Timestamp:
- 2016-12-27T13:34:08Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9185e42
- Parents:
- 0d9b4a8 (diff), 73d8600 (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
-
kernel/arch/sparc64/src/drivers/pci.c
r0d9b4a8 rbfa4ffa 112 112 PAGE_WRITE | PAGE_NOT_CACHEABLE); 113 113 114 /*115 * Set sysinfo data needed by the uspace OBIO driver.116 */117 sysinfo_set_item_val("obio.base.physical", NULL, paddr);118 sysinfo_set_item_val("kbd.cir.obio", NULL, 1);119 120 114 return pci; 121 115 } … … 159 153 pci->reg = (uint64_t *) km_map(paddr, reg[PSYCHO_INTERNAL_REG].size, 160 154 PAGE_WRITE | PAGE_NOT_CACHEABLE); 161 162 /*163 * Set sysinfo data needed by the uspace OBIO driver.164 */165 sysinfo_set_item_val("obio.base.physical", NULL, paddr);166 sysinfo_set_item_val("kbd.cir.obio", NULL, 1);167 155 168 156 return pci;
Note:
See TracChangeset
for help on using the changeset viewer.