You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(9) |
Apr
(27) |
May
(5) |
Jun
(8) |
Jul
(50) |
Aug
(286) |
Sep
(2) |
Oct
(43) |
Nov
(4) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(79) |
Feb
(102) |
Mar
(29) |
Apr
(2) |
May
(22) |
Jun
(41) |
Jul
(11) |
Aug
(28) |
Sep
(58) |
Oct
(4) |
Nov
(18) |
Dec
(8) |
2002 |
Jan
(2) |
Feb
(2) |
Mar
(1) |
Apr
(478) |
May
(469) |
Jun
(78) |
Jul
(16) |
Aug
(2) |
Sep
(7) |
Oct
(47) |
Nov
(5) |
Dec
(227) |
2003 |
Jan
(155) |
Feb
(188) |
Mar
(160) |
Apr
(172) |
May
(41) |
Jun
(205) |
Jul
(104) |
Aug
(289) |
Sep
(31) |
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5407/MOTOROLA In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5407/MOTOROLA Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5272/MOTOROLA In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5272/MOTOROLA Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5307/CLEOPATRA In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5307/CLEOPATRA Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5206e/eLITE In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5206e/eLITE Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5307/ARNEWSH In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5307/ARNEWSH Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/68360/uCquicc In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/68360/uCquicc Removed Files: ram.ld rom.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- --- rom.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:23
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5407/CLEOPATRA In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5407/CLEOPATRA Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:10:22
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv2561/arch/vax Modified Files: vmlinux.lds.S Log Message: Make the symtab stuff look just like i386 Index: vmlinux.lds.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/vmlinux.lds.S,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- vmlinux.lds.S 3 Aug 2003 12:07:31 -0000 1.6 +++ vmlinux.lds.S 3 Aug 2003 12:10:19 -0000 1.7 @@ -46,11 +46,14 @@ __ksymtab : { *(__ksymtab) } __stop___ksymtab = .; - __gpl_ksymtab : { /* Kernel symbol table: GPL-only */ - __start___gpl_ksymtab = .; - *(__gpl_ksymtab) - __stop___gpl_ksymtab = .; - } + __start___gpl_ksymtab = .; /* Kernel symbol table: GPL-only symbols */ + __gpl_ksymtab : { *(__gpl_ksymtab) } + __stop___gpl_ksymtab = .; + + __start___kallsyms = .; /* All kernel symbols */ + __kallsyms : { *(__kallsyms) } + __stop___kallsyms = .; + /* writeable */ .data : { /* Data */ |
From: Kenn H. <ke...@us...> - 2003-08-03 12:07:34
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv2185/arch/vax Modified Files: vmlinux.lds.S Log Message: 'typedef mmu_gather_t' becomes 'struct mmu_gather' in 2.5.57 Index: vmlinux.lds.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/vmlinux.lds.S,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- vmlinux.lds.S 10 Jul 2003 00:12:16 -0000 1.5 +++ vmlinux.lds.S 3 Aug 2003 12:07:31 -0000 1.6 @@ -46,6 +46,12 @@ __ksymtab : { *(__ksymtab) } __stop___ksymtab = .; + __gpl_ksymtab : { /* Kernel symbol table: GPL-only */ + __start___gpl_ksymtab = .; + *(__gpl_ksymtab) + __stop___gpl_ksymtab = .; + } + /* writeable */ .data : { /* Data */ *(.data) |
From: Kenn H. <ke...@us...> - 2003-08-03 12:07:34
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv2185/arch/vax/mm Modified Files: init.c Log Message: 'typedef mmu_gather_t' becomes 'struct mmu_gather' in 2.5.57 Index: init.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/init.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- init.c 24 Jan 2003 00:28:32 -0000 1.11 +++ init.c 3 Aug 2003 12:07:31 -0000 1.12 @@ -31,7 +31,7 @@ /* We don't use the TLB shootdown stuff yet, but we need this to keep the generic TLB shootdown code happy */ -mmu_gather_t mmu_gathers[NR_CPUS]; +struct mmu_gather mmu_gathers[NR_CPUS]; /* This is task 0's PGD structure. Entries 4 and 5 will be filled with the system page table base and size by head.S. The remaining |
From: Uns L. <uns...@us...> - 2003-08-03 05:17:46
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/video In directory sc8-pr-cvs1:/tmp/cvs-serv12950 Modified Files: vmonofb.c Log Message: vmonofb changes: - change line_length from 1280/8 to 1024/8 - add (red,green,blue).length which i guess are used when userspace modifies the palette - when loading the ramdac, get the intensity value from a weighted r/g/b sum - when loading cmap data, don't load a 0 into the data reg first (or you'll end up with a mostly empty-colormap) - fbgen_get_var(&the_fb_info.gen.info.var) instead of &disp.var. this is "wrong" but it seems to work better - init the_fb_info.gen.fbhw _before_ trying to use it i'm not sure how correct these changes are. Index: vmonofb.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/video/vmonofb.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vmonofb.c 9 Jun 2002 20:47:23 -0000 1.1 +++ vmonofb.c 3 Aug 2003 05:17:30 -0000 1.2 @@ -67,7 +67,7 @@ fix->type = FB_TYPE_PACKED_PIXELS; fix->type_aux = 0; fix->visual = FB_VISUAL_PSEUDOCOLOR; - fix->line_length = 1280 / 8; + fix->line_length = 1024 / 8; if(par->bpp == 2) fix->line_length *= 2; fix->smem_start = 0x21000000; @@ -118,9 +118,12 @@ var->green.offset = 0; var->blue.offset = 0; + var->red.length = 0; + var->green.length = 4; + var->blue.length = 0; + var->bits_per_pixel = par->bpp; var->grayscale = 1; - /* uh. do we need to set red.length, green.length, blue.length? */ var->xoffset = 0; var->yoffset = 0; @@ -162,8 +165,10 @@ if(regno < 0 || regno > 3) return 1; + if (fbinfo->var.grayscale) + red = green = blue = (19595 * red + 38470 * green + 7471 * blue) >> 16; + info->regs->bt455_cmap_addr = regno; - info->regs->bt455_cmap_data = 0; info->regs->bt455_cmap_data = green >> 12; return 0; @@ -289,7 +294,11 @@ info->updatevar = fbgen_update_var; info->blank = fbgen_blank; +#if 0 fbgen_get_var(&disp.var, -1, &the_fb_info.gen.info); +#else + fbgen_get_var(&the_fb_info.gen.info.var, -1, &the_fb_info.gen.info); +#endif disp.var.activate = FB_ACTIVATE_NOW; fbgen_do_set_var(&disp.var, 1, &the_fb_info.gen); fbgen_set_disp(-1, &the_fb_info.gen); @@ -323,8 +332,8 @@ vmonofb_reset(); - init_fb_info(&the_fb_info.gen.info); the_fb_info.gen.fbhw = &vmono_hwswitch; + init_fb_info(&the_fb_info.gen.info); if(register_framebuffer(&the_fb_info.gen.info) < 0) { printk("vmonofb: unable to register framebuffer!\n"); |
From: Kenn H. <ke...@us...> - 2003-08-03 01:06:04
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/ide/pci In directory sc8-pr-cvs1:/tmp/cvs-serv17432/drivers/ide/pci Removed Files: nvidia.c nvidia.h Log Message: Merge with 2.5.57 --- nvidia.c DELETED --- --- nvidia.h DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 01:06:04
|
Update of /cvsroot/linux-vax/kernel-2.5/Documentation/arm/SA1100 In directory sc8-pr-cvs1:/tmp/cvs-serv17432/Documentation/arm/SA1100 Removed Files: DMA Log Message: Merge with 2.5.57 --- DMA DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 01:06:04
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv17432 Modified Files: Makefile Log Message: Merge with 2.5.57 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- Makefile 3 Aug 2003 00:27:59 -0000 1.64 +++ Makefile 3 Aug 2003 01:06:01 -0000 1.65 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 56 +SUBLEVEL = 57 EXTRAVERSION = # *DOCUMENTATION* |
From: Kenn H. <ke...@us...> - 2003-08-03 00:36:49
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv13922/include/asm/mm Modified Files: mmu_context.h Log Message: 2.5.56 needs a definition for deactivate_mm() Index: mmu_context.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/mmu_context.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mmu_context.h 12 Dec 2002 01:19:21 -0000 1.4 +++ mmu_context.h 3 Aug 2003 00:36:44 -0000 1.5 @@ -66,4 +66,6 @@ switch_mm(prev, next, current, smp_processor_id()); } +#define deactivate_mm(tsk,mm) do { } while (0) + #endif |
From: Kenn H. <ke...@us...> - 2003-08-03 00:28:05
|
Update of /cvsroot/linux-vax/kernel-2.5/Documentation/usb In directory sc8-pr-cvs1:/tmp/cvs-serv12961/Documentation/usb Removed Files: scanner-hp-sane.txt Log Message: Merge with 2.5.56 --- scanner-hp-sane.txt DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 00:28:05
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv12961 Modified Files: Makefile Log Message: Merge with 2.5.56 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- Makefile 21 Jul 2003 23:52:05 -0000 1.63 +++ Makefile 3 Aug 2003 00:27:59 -0000 1.64 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 55 +SUBLEVEL = 56 EXTRAVERSION = # *DOCUMENTATION* |
From: Kenn H. <ke...@us...> - 2003-08-02 23:53:44
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv8347 Modified Files: uaccess.h Log Message: search_exception_table() now superseded by search_exception_tables() Index: uaccess.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/uaccess.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- uaccess.h 16 Feb 2003 23:51:31 -0000 1.5 +++ uaccess.h 2 Aug 2003 23:53:41 -0000 1.6 @@ -59,9 +59,6 @@ unsigned long insn, fixup; }; -/* Returns 0 if exception not found and fixup otherwise. */ -extern unsigned long search_exception_table(unsigned long); - /* * These are the main single-value transfer routines. They automatically |
From: Kenn H. <ke...@us...> - 2003-08-02 23:47:43
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv7493/arch/vax/mm Modified Files: extable.c fault.c Log Message: 2.5.55 can have multiple exception tables and moves a lot of the functionality into the core Index: extable.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/extable.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- extable.c 20 May 2002 00:33:34 -0000 1.4 +++ extable.c 2 Aug 2003 23:47:38 -0000 1.5 @@ -1,21 +1,19 @@ /* - * $Id$ + * linux/arch/vax/mm/extable.c * - * This file handles the exception tables created by the put_user() - * and get_user() macros. + * Copied verbatim from arch/x86_64/mm/extable.c */ #include <linux/config.h> #include <linux/module.h> +#include <linux/spinlock.h> #include <asm/uaccess.h> -extern const struct exception_table_entry __start___ex_table[]; -extern const struct exception_table_entry __stop___ex_table[]; - -static inline unsigned long -search_one_table(const struct exception_table_entry *first, - const struct exception_table_entry *last, - unsigned long value) +/* Simple binary search */ +const struct exception_table_entry * +search_extable(const struct exception_table_entry *first, + const struct exception_table_entry *last, + unsigned long value) { while (first <= last) { const struct exception_table_entry *mid; @@ -24,35 +22,11 @@ mid = (last - first) / 2 + first; diff = mid->insn - value; if (diff == 0) - return mid->fixup; + return mid; else if (diff < 0) first = mid+1; else last = mid-1; } - return 0; -} - -unsigned long -search_exception_table(unsigned long addr) -{ - unsigned long ret; - -#ifndef CONFIG_MODULES - /* There is only the kernel to search. */ - ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); - if (ret) return ret; -#else - /* The kernel is the last "module" -- no need to treat it special. */ - struct module *mp; - for (mp = module_list; mp != NULL; mp = mp->next) { - if (mp->ex_table_start == NULL) - continue; - ret = search_one_table(mp->ex_table_start, - mp->ex_table_end - 1, addr); - if (ret) return ret; - } -#endif - - return 0; + return NULL; } Index: fault.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/fault.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fault.c 9 Feb 2003 01:31:34 -0000 1.5 +++ fault.c 2 Aug 2003 23:47:38 -0000 1.6 @@ -10,6 +10,7 @@ #include <linux/sched.h> #include <linux/kernel.h> #include <linux/mm.h> +#include <linux/module.h> #include <asm/io.h> #include <asm/pgtable.h> @@ -57,7 +58,7 @@ struct vm_area_struct * vma; struct task_struct *tsk = current; struct mm_struct *mm = NULL; - unsigned fixup; + const struct exception_table_entry *fixup; #ifdef VAX_MM_DEBUG printk("mmfault: pid %d fault at %8x, pc %8x, psl %8x, reason %8x\n",current->pid,info->addr, info->pc, info->psl, info->reason); @@ -152,8 +153,8 @@ no_context: /* Are we prepared to handle this fault as an exception? */ - if ((fixup = search_exception_table(regs->pc)) != 0) { - regs->pc = fixup; + if ((fixup = search_exception_tables(regs->pc)) != NULL) { + regs->pc = fixup->fixup; return; } |
From: Uns L. <uns...@us...> - 2003-08-02 23:44:51
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv7102 Modified Files: setup.c Log Message: When CONFIG_FB is enabled, set a dummy console before cons_init so that VT's will be allocated. This is commented out for now since it causes problems. Index: setup.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/setup.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- setup.c 9 Apr 2002 13:50:55 -0000 1.18 +++ setup.c 2 Aug 2003 23:44:46 -0000 1.19 @@ -16,6 +16,7 @@ #include <linux/string.h> #include <linux/delay.h> #include <linux/seq_file.h> +#include <linux/console.h> #include <asm/rpb.h> #include <asm/page.h> @@ -176,6 +177,12 @@ #ifdef __SMP__ setup_smp(); +#endif + +#ifdef CONFIG_FB + /* we need a dummy console up at cons_init time, otherwise there'll be + no VT's allocated for the real fbdev console to later take over */ + /* conswitchp = &dummy_con; */ #endif } |
From: Uns L. <uns...@us...> - 2003-08-01 23:16:54
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv5151 Modified Files: pgtable.h Log Message: Increased SPT_MAX_IOMAP to 2 megs, so we'll have room to map a 1 meg framebuffer aperture Index: pgtable.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/pgtable.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- pgtable.h 31 Jul 2003 19:31:50 -0000 1.18 +++ pgtable.h 1 Aug 2003 23:16:52 -0000 1.19 @@ -43,7 +43,7 @@ * of IOMAP entries in the SPT, we could use get_free_page() to * alloc a real page of RAM and hijack its SPTE. */ -#define SPT_MAX_IOMAP 1024 +#define SPT_MAX_IOMAP 2048 #define SPT_MAX_VMALLOC 4096 /* entries is (1024 * 1024) >> PAGELET_SIZE */ #define SPT_HWPTES_IOMAP (SPT_MAX_IOMAP<<1) |
From: Uns L. <uns...@us...> - 2003-07-31 19:37:58
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv22939 Modified Files: keyboard.h Log Message: Put in stubs so we can compile VT support without a keyboard driver Index: keyboard.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/keyboard.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- keyboard.h 17 Jan 2001 16:18:52 -0000 1.1 +++ keyboard.h 31 Jul 2003 19:37:55 -0000 1.2 @@ -18,22 +18,14 @@ #define KEYBOARD_IRQ 1 #define DISABLE_KBD_DURING_INTERRUPTS 0 -extern int pckbd_setkeycode(unsigned int scancode, unsigned int keycode); -extern int pckbd_getkeycode(unsigned int scancode); -extern int pckbd_translate(unsigned char scancode, unsigned char *keycode, - char raw_mode); -extern char pckbd_unexpected_up(unsigned char keycode); -extern void pckbd_leds(unsigned char leds); -extern void pckbd_init_hw(void); -extern unsigned char pckbd_sysrq_xlate[128]; - -#define kbd_setkeycode pckbd_setkeycode -#define kbd_getkeycode pckbd_getkeycode -#define kbd_translate pckbd_translate -#define kbd_unexpected_up pckbd_unexpected_up -#define kbd_leds pckbd_leds -#define kbd_init_hw pckbd_init_hw -#define kbd_sysrq_xlate pckbd_sysrq_xlate +int kbd_setkeycode(unsigned int scancode, unsigned int keycode) {return 0;} +int kbd_getkeycode(unsigned int scancode) {return 0;} +int kbd_translate(unsigned char scancode, unsigned char *keycode, + char raw_mode) {return 0;} +char kbd_unexpected_up(unsigned char keycode) {return 0;} +void kbd_leds(unsigned char leds) {} +void kbd_init_hw(void) {} +unsigned char pckbd_sysrq_xlate[128]; #define INIT_KBD |
From: Uns L. <uns...@us...> - 2003-07-31 19:36:45
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/video In directory sc8-pr-cvs1:/tmp/cvs-serv22720 Modified Files: Makefile Log Message: Actually compile vmonofb when CONFIG_FB_VMONO is set Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/video/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 10 Jun 2003 01:47:01 -0000 1.3 +++ Makefile 31 Jul 2003 19:36:42 -0000 1.4 @@ -85,6 +85,7 @@ obj-$(CONFIG_FB_PMAGB_B) += pmagb-b-fb.o obj-$(CONFIG_FB_MAXINE) += maxinefb.o obj-$(CONFIG_FB_TX3912) += tx3912fb.o +obj-$(CONFIG_FB_VMONO) += vmonofb.o fbgen.o subdir-$(CONFIG_FB_MATROX) += matrox |
From: Uns L. <uns...@us...> - 2003-07-31 19:35:27
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/char In directory sc8-pr-cvs1:/tmp/cvs-serv22289 Modified Files: vt.c Log Message: We don't seem to have sys_ioperm, so disable the KDADDIO etc ioctls Index: vt.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/vt.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vt.c 11 Apr 2002 13:30:59 -0000 1.2 +++ vt.c 31 Jul 2003 19:35:24 -0000 1.3 @@ -481,7 +481,7 @@ ucval = keyboard_type; goto setchar; -#if !defined(__alpha__) && !defined(__ia64__) && !defined(__mips__) && !defined(__arm__) && !defined(__sh__) +#if !defined(__alpha__) && !defined(__ia64__) && !defined(__mips__) && !defined(__arm__) && !defined(__sh__) && !defined(__vax__) /* * These cannot be implemented on any machine that implements * ioperm() in user level (such as Alpha PCs). |
From: Uns L. <uns...@us...> - 2003-07-31 19:33:50
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/char In directory sc8-pr-cvs1:/tmp/cvs-serv22171 Modified Files: Makefile Log Message: Stop VAX builds from trying to compile in a peecee keyboard driver Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile 10 Jun 2003 01:46:20 -0000 1.5 +++ Makefile 31 Jul 2003 19:33:47 -0000 1.6 @@ -100,6 +100,10 @@ endif endif +ifeq ($(ARCH),vax) + KEYBD = +endif + ifeq ($(CONFIG_DECSTATION),y) KEYMAP = KEYBD = |