Changes in / [5773e82:6de65f3] in mainline


Ignore:
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r5773e82 r6de65f3  
    555555
    556556% Sun serial console support
    557 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_TTY (y)
     557! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_TTY (n/y)
    558558
    559559% Macintosh ADB keyboard support
  • contrib/qemu/build-from-scratch.sh

    r5773e82 r6de65f3  
    2929#
    3030
    31 VERSION=4.0.0
     31VERSION=3.1.0
    3232BASENAME=qemu-${VERSION}
    3333BASENAME_MASTER=qemu-master
  • kernel/arch/sparc64/src/mm/sun4u/tlb.c

    r5773e82 r6de65f3  
    311311                t.a = true;
    312312                t.d = true;
    313                 dtlb_demap(TLB_DEMAP_PAGE,
    314                     (as == AS_KERNEL) ? TLB_DEMAP_PRIMARY : TLB_DEMAP_SECONDARY,
     313                dtlb_demap(TLB_DEMAP_PAGE, TLB_DEMAP_SECONDARY,
    315314                    page_16k + index * MMU_PAGE_SIZE);
    316315                dtlb_pte_copy(&t, index, false);
  • kernel/genarch/include/genarch/drivers/via-cuda/cuda.h

    r5773e82 r6de65f3  
    4242
    4343typedef struct {
    44         ioport8_t b;
     44        uint8_t b;
    4545        uint8_t pad0[0x1ff];
    4646
    47         ioport8_t a;
     47        uint8_t a;
    4848        uint8_t pad1[0x1ff];
    4949
    50         ioport8_t dirb;
     50        uint8_t dirb;
    5151        uint8_t pad2[0x1ff];
    5252
    53         ioport8_t dira;
     53        uint8_t dira;
    5454        uint8_t pad3[0x1ff];
    5555
    56         ioport8_t t1cl;
     56        uint8_t t1cl;
    5757        uint8_t pad4[0x1ff];
    5858
    59         ioport8_t t1ch;
     59        uint8_t t1ch;
    6060        uint8_t pad5[0x1ff];
    6161
    62         ioport8_t t1ll;
     62        uint8_t t1ll;
    6363        uint8_t pad6[0x1ff];
    6464
    65         ioport8_t t1lh;
     65        uint8_t t1lh;
    6666        uint8_t pad7[0x1ff];
    6767
    68         ioport8_t t2cl;
     68        uint8_t t2cl;
    6969        uint8_t pad8[0x1ff];
    7070
    71         ioport8_t t2ch;
     71        uint8_t t2ch;
    7272        uint8_t pad9[0x1ff];
    7373
    74         ioport8_t sr;
     74        uint8_t sr;
    7575        uint8_t pad10[0x1ff];
    7676
    77         ioport8_t acr;
     77        uint8_t acr;
    7878        uint8_t pad11[0x1ff];
    7979
    80         ioport8_t pcr;
     80        uint8_t pcr;
    8181        uint8_t pad12[0x1ff];
    8282
    83         ioport8_t ifr;
     83        uint8_t ifr;
    8484        uint8_t pad13[0x1ff];
    8585
    86         ioport8_t ier;
     86        uint8_t ier;
    8787        uint8_t pad14[0x1ff];
    8888
    89         ioport8_t anh;
     89        uint8_t anh;
    9090        uint8_t pad15[0x1ff];
    9191} cuda_t;
  • uspace/drv/bus/adb/cuda_adb/cuda_hw.h

    r5773e82 r6de65f3  
    3737#define CUDA_HW_H_
    3838
    39 #include <ddi.h>
    40 
    4139#include <stdint.h>
    4240
    4341typedef struct cuda_regs {
    44         ioport8_t b;
     42        uint8_t b;
    4543        uint8_t pad0[0x1ff];
    4644
    47         ioport8_t a;
     45        uint8_t a;
    4846        uint8_t pad1[0x1ff];
    4947
    50         ioport8_t dirb;
     48        uint8_t dirb;
    5149        uint8_t pad2[0x1ff];
    5250
    53         ioport8_t dira;
     51        uint8_t dira;
    5452        uint8_t pad3[0x1ff];
    5553
    56         ioport8_t t1cl;
     54        uint8_t t1cl;
    5755        uint8_t pad4[0x1ff];
    5856
    59         ioport8_t t1ch;
     57        uint8_t t1ch;
    6058        uint8_t pad5[0x1ff];
    6159
    62         ioport8_t t1ll;
     60        uint8_t t1ll;
    6361        uint8_t pad6[0x1ff];
    6462
    65         ioport8_t t1lh;
     63        uint8_t t1lh;
    6664        uint8_t pad7[0x1ff];
    6765
    68         ioport8_t t2cl;
     66        uint8_t t2cl;
    6967        uint8_t pad8[0x1ff];
    7068
    71         ioport8_t t2ch;
     69        uint8_t t2ch;
    7270        uint8_t pad9[0x1ff];
    7371
    74         ioport8_t sr;
     72        uint8_t sr;
    7573        uint8_t pad10[0x1ff];
    7674
    77         ioport8_t acr;
     75        uint8_t acr;
    7876        uint8_t pad11[0x1ff];
    7977
    80         ioport8_t pcr;
     78        uint8_t pcr;
    8179        uint8_t pad12[0x1ff];
    8280
    83         ioport8_t ifr;
     81        uint8_t ifr;
    8482        uint8_t pad13[0x1ff];
    8583
    86         ioport8_t ier;
     84        uint8_t ier;
    8785        uint8_t pad14[0x1ff];
    8886
    89         ioport8_t anh;
     87        uint8_t anh;
    9088        uint8_t pad15[0x1ff];
    9189} cuda_regs_t;
  • uspace/lib/c/arch/ppc32/src/rtld/reloc.c

    r5773e82 r6de65f3  
    240240                        }
    241241
     242                        sym_size = sym->st_size;
     243                        if (sym_size != sym_def->st_size) {
     244#if 0
     245                                printf("Warning: Mismatched symbol sizes.\n");
     246#endif
     247                                /* Take the lower value. */
     248                                if (sym_size > sym_def->st_size)
     249                                        sym_size = sym_def->st_size;
     250                        }
     251
    242252                        DPRINTF("sym_addr = 0x%zx\n", sym_addr);
    243253                        DPRINTF("r_offset=0x%zx\n", r_offset);
  • uspace/lib/c/arch/sparc64/src/rtld/reloc.c

    r5773e82 r6de65f3  
    206206                        }
    207207
     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
    208216                        DPRINTF("sym_addr = 0x%zx\n", sym_addr);
    209217                        DPRINTF("r_offset=0x%zx\n", r_offset);
Note: See TracChangeset for help on using the changeset viewer.