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


Ignore:
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r6de65f3 r5773e82  
    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 (n/y)
     557! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_TTY (y)
    558558
    559559% Macintosh ADB keyboard support
  • contrib/qemu/build-from-scratch.sh

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

    r6de65f3 r5773e82  
    311311                t.a = true;
    312312                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,
    314315                    page_16k + index * MMU_PAGE_SIZE);
    315316                dtlb_pte_copy(&t, index, false);
  • kernel/genarch/include/genarch/drivers/via-cuda/cuda.h

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

    r6de65f3 r5773e82  
    3737#define CUDA_HW_H_
    3838
     39#include <ddi.h>
     40
    3941#include <stdint.h>
    4042
    4143typedef struct cuda_regs {
    42         uint8_t b;
     44        ioport8_t b;
    4345        uint8_t pad0[0x1ff];
    4446
    45         uint8_t a;
     47        ioport8_t a;
    4648        uint8_t pad1[0x1ff];
    4749
    48         uint8_t dirb;
     50        ioport8_t dirb;
    4951        uint8_t pad2[0x1ff];
    5052
    51         uint8_t dira;
     53        ioport8_t dira;
    5254        uint8_t pad3[0x1ff];
    5355
    54         uint8_t t1cl;
     56        ioport8_t t1cl;
    5557        uint8_t pad4[0x1ff];
    5658
    57         uint8_t t1ch;
     59        ioport8_t t1ch;
    5860        uint8_t pad5[0x1ff];
    5961
    60         uint8_t t1ll;
     62        ioport8_t t1ll;
    6163        uint8_t pad6[0x1ff];
    6264
    63         uint8_t t1lh;
     65        ioport8_t t1lh;
    6466        uint8_t pad7[0x1ff];
    6567
    66         uint8_t t2cl;
     68        ioport8_t t2cl;
    6769        uint8_t pad8[0x1ff];
    6870
    69         uint8_t t2ch;
     71        ioport8_t t2ch;
    7072        uint8_t pad9[0x1ff];
    7173
    72         uint8_t sr;
     74        ioport8_t sr;
    7375        uint8_t pad10[0x1ff];
    7476
    75         uint8_t acr;
     77        ioport8_t acr;
    7678        uint8_t pad11[0x1ff];
    7779
    78         uint8_t pcr;
     80        ioport8_t pcr;
    7981        uint8_t pad12[0x1ff];
    8082
    81         uint8_t ifr;
     83        ioport8_t ifr;
    8284        uint8_t pad13[0x1ff];
    8385
    84         uint8_t ier;
     86        ioport8_t ier;
    8587        uint8_t pad14[0x1ff];
    8688
    87         uint8_t anh;
     89        ioport8_t anh;
    8890        uint8_t pad15[0x1ff];
    8991} cuda_regs_t;
  • uspace/lib/c/arch/ppc32/src/rtld/reloc.c

    r6de65f3 r5773e82  
    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 
    252242                        DPRINTF("sym_addr = 0x%zx\n", sym_addr);
    253243                        DPRINTF("r_offset=0x%zx\n", r_offset);
  • uspace/lib/c/arch/sparc64/src/rtld/reloc.c

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