Changeset c8bf88d in mainline for kernel/arch/sparc64/src
- Timestamp:
- 2009-04-03T15:52:14Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7b1071
- Parents:
- 2398ee9
- Location:
- kernel/arch/sparc64/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/sgcn.c
r2398ee9 rc8bf88d 32 32 /** 33 33 * @file 34 * @brief 34 * @brief SGCN driver. 35 35 */ 36 36 … … 278 278 sgcn_do_putchar(ch); 279 279 } else 280 sgcn_do_putchar( invalch);280 sgcn_do_putchar(U_SPECIAL); 281 281 282 282 spinlock_unlock(&sgcn_output_lock); -
kernel/arch/sparc64/src/mm/page.c
r2398ee9 rc8bf88d 54 54 * We are currently using identity mapping for mapping device registers. 55 55 * 56 * @param physaddr Physical address of the page where the device is 57 * located. 58 * @param size Size of the device's registers. This argument is 59 * ignored. 56 * @param physaddr Physical address of the page where the device is 57 * located. 58 * @param size Size of the device's registers. 60 59 * 61 * @return Virtual address of the page where the device is mapped. 60 * @return Virtual address of the page where the device is mapped. 61 * 62 62 */ 63 63 uintptr_t hw_map(uintptr_t physaddr, size_t size)
Note:
See TracChangeset
for help on using the changeset viewer.