Changes in / [6de65f3:5773e82] in mainline
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r6de65f3 r5773e82 555 555 556 556 % Sun serial console support 557 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_TTY ( n/y)557 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_TTY (y) 558 558 559 559 % Macintosh ADB keyboard support -
contrib/qemu/build-from-scratch.sh
r6de65f3 r5773e82 29 29 # 30 30 31 VERSION= 3.1.031 VERSION=4.0.0 32 32 BASENAME=qemu-${VERSION} 33 33 BASENAME_MASTER=qemu-master -
kernel/arch/sparc64/src/mm/sun4u/tlb.c
r6de65f3 r5773e82 311 311 t.a = true; 312 312 t.d = true; 313 dtlb_demap(TLB_DEMAP_PAGE, TLB_DEMAP_SECONDARY, 313 dtlb_demap(TLB_DEMAP_PAGE, 314 (as == AS_KERNEL) ? TLB_DEMAP_PRIMARY : TLB_DEMAP_SECONDARY, 314 315 page_16k + index * MMU_PAGE_SIZE); 315 316 dtlb_pte_copy(&t, index, false); -
kernel/genarch/include/genarch/drivers/via-cuda/cuda.h
r6de65f3 r5773e82 42 42 43 43 typedef struct { 44 uint8_t b;44 ioport8_t b; 45 45 uint8_t pad0[0x1ff]; 46 46 47 uint8_t a;47 ioport8_t a; 48 48 uint8_t pad1[0x1ff]; 49 49 50 uint8_t dirb;50 ioport8_t dirb; 51 51 uint8_t pad2[0x1ff]; 52 52 53 uint8_t dira;53 ioport8_t dira; 54 54 uint8_t pad3[0x1ff]; 55 55 56 uint8_t t1cl;56 ioport8_t t1cl; 57 57 uint8_t pad4[0x1ff]; 58 58 59 uint8_t t1ch;59 ioport8_t t1ch; 60 60 uint8_t pad5[0x1ff]; 61 61 62 uint8_t t1ll;62 ioport8_t t1ll; 63 63 uint8_t pad6[0x1ff]; 64 64 65 uint8_t t1lh;65 ioport8_t t1lh; 66 66 uint8_t pad7[0x1ff]; 67 67 68 uint8_t t2cl;68 ioport8_t t2cl; 69 69 uint8_t pad8[0x1ff]; 70 70 71 uint8_t t2ch;71 ioport8_t t2ch; 72 72 uint8_t pad9[0x1ff]; 73 73 74 uint8_t sr;74 ioport8_t sr; 75 75 uint8_t pad10[0x1ff]; 76 76 77 uint8_t acr;77 ioport8_t acr; 78 78 uint8_t pad11[0x1ff]; 79 79 80 uint8_t pcr;80 ioport8_t pcr; 81 81 uint8_t pad12[0x1ff]; 82 82 83 uint8_t ifr;83 ioport8_t ifr; 84 84 uint8_t pad13[0x1ff]; 85 85 86 uint8_t ier;86 ioport8_t ier; 87 87 uint8_t pad14[0x1ff]; 88 88 89 uint8_t anh;89 ioport8_t anh; 90 90 uint8_t pad15[0x1ff]; 91 91 } cuda_t; -
uspace/drv/bus/adb/cuda_adb/cuda_hw.h
r6de65f3 r5773e82 37 37 #define CUDA_HW_H_ 38 38 39 #include <ddi.h> 40 39 41 #include <stdint.h> 40 42 41 43 typedef struct cuda_regs { 42 uint8_t b;44 ioport8_t b; 43 45 uint8_t pad0[0x1ff]; 44 46 45 uint8_t a;47 ioport8_t a; 46 48 uint8_t pad1[0x1ff]; 47 49 48 uint8_t dirb;50 ioport8_t dirb; 49 51 uint8_t pad2[0x1ff]; 50 52 51 uint8_t dira;53 ioport8_t dira; 52 54 uint8_t pad3[0x1ff]; 53 55 54 uint8_t t1cl;56 ioport8_t t1cl; 55 57 uint8_t pad4[0x1ff]; 56 58 57 uint8_t t1ch;59 ioport8_t t1ch; 58 60 uint8_t pad5[0x1ff]; 59 61 60 uint8_t t1ll;62 ioport8_t t1ll; 61 63 uint8_t pad6[0x1ff]; 62 64 63 uint8_t t1lh;65 ioport8_t t1lh; 64 66 uint8_t pad7[0x1ff]; 65 67 66 uint8_t t2cl;68 ioport8_t t2cl; 67 69 uint8_t pad8[0x1ff]; 68 70 69 uint8_t t2ch;71 ioport8_t t2ch; 70 72 uint8_t pad9[0x1ff]; 71 73 72 uint8_t sr;74 ioport8_t sr; 73 75 uint8_t pad10[0x1ff]; 74 76 75 uint8_t acr;77 ioport8_t acr; 76 78 uint8_t pad11[0x1ff]; 77 79 78 uint8_t pcr;80 ioport8_t pcr; 79 81 uint8_t pad12[0x1ff]; 80 82 81 uint8_t ifr;83 ioport8_t ifr; 82 84 uint8_t pad13[0x1ff]; 83 85 84 uint8_t ier;86 ioport8_t ier; 85 87 uint8_t pad14[0x1ff]; 86 88 87 uint8_t anh;89 ioport8_t anh; 88 90 uint8_t pad15[0x1ff]; 89 91 } cuda_regs_t; -
uspace/lib/c/arch/ppc32/src/rtld/reloc.c
r6de65f3 r5773e82 240 240 } 241 241 242 sym_size = sym->st_size;243 if (sym_size != sym_def->st_size) {244 #if 0245 printf("Warning: Mismatched symbol sizes.\n");246 #endif247 /* Take the lower value. */248 if (sym_size > sym_def->st_size)249 sym_size = sym_def->st_size;250 }251 252 242 DPRINTF("sym_addr = 0x%zx\n", sym_addr); 253 243 DPRINTF("r_offset=0x%zx\n", r_offset); -
uspace/lib/c/arch/sparc64/src/rtld/reloc.c
r6de65f3 r5773e82 206 206 } 207 207 208 sym_size = sym->st_size;209 if (sym_size != sym_def->st_size) {210 printf("Warning: Mismatched symbol sizes.\n");211 /* Take the lower value. */212 if (sym_size > sym_def->st_size)213 sym_size = sym_def->st_size;214 }215 216 208 DPRINTF("sym_addr = 0x%zx\n", sym_addr); 217 209 DPRINTF("r_offset=0x%zx\n", r_offset);
Note:
See TracChangeset
for help on using the changeset viewer.