You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(165) |
Sep
(240) |
Oct
(424) |
Nov
(526) |
Dec
(293) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(242) |
Feb
(149) |
Mar
(143) |
Apr
(143) |
May
(76) |
Jun
(59) |
Jul
(20) |
Aug
(2) |
Sep
(49) |
Oct
(1) |
Nov
(4) |
Dec
|
2003 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(72) |
Jul
(36) |
Aug
(9) |
Sep
(16) |
Oct
(23) |
Nov
(9) |
Dec
(3) |
2010 |
Jan
|
Feb
(1) |
Mar
(35) |
Apr
(44) |
May
(56) |
Jun
(71) |
Jul
(41) |
Aug
(41) |
Sep
(22) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(25) |
Oct
(105) |
Nov
(15) |
Dec
|
2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Steve L. <slo...@us...> - 2001-09-12 21:31:08
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv29027/include/asm-mips Modified Files: au1000.h Log Message: Added function prototypes from arch/mips/au1000/common/clocks.c to include/asm-mips/au1000.h. Index: au1000.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/au1000.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** au1000.h 2001/08/28 07:23:54 1.5 --- au1000.h 2001/09/12 21:31:06 1.6 *************** *** 70,75 **** --- 70,80 ---- } + /* arch/mips/au1000/common/clocks.c */ extern void set_au1000_speed(unsigned int new_freq); extern unsigned int get_au1000_speed(void); + extern void set_au1000_uart_baud_base(unsigned long new_baud_base); + extern unsigned long get_au1000_uart_baud_base(void); + extern void set_au1000_lcd_clock(void); + extern unsigned int get_au1000_lcd_clock(void); #ifdef CONFIG_PM |
From: Steve L. <slo...@us...> - 2001-09-12 21:31:08
|
Update of /cvsroot/linux-mips/linux/arch/mips/au1000/common In directory usw-pr-cvs1:/tmp/cvs-serv29027/arch/mips/au1000/common Modified Files: time.c Log Message: Added function prototypes from arch/mips/au1000/common/clocks.c to include/asm-mips/au1000.h. Index: time.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/common/time.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** time.c 2001/08/30 21:52:39 1.6 --- time.c 2001/09/12 21:31:06 1.7 *************** *** 43,49 **** extern void startup_match20_interrupt(void); - extern void set_au1000_uart_baud_base(unsigned long new_baud_base); - extern void set_au1000_speed(unsigned int new_freq); - extern void set_au1000_lcd_clock(void); extern volatile unsigned long wall_jiffies; --- 43,46 ---- |
From: Paul M. <le...@us...> - 2001-09-12 19:19:30
|
Update of /cvsroot/linux-mips/web/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv28698 Modified Files: index.html Log Message: Added mailing list and IRC information. Index: index.html =================================================================== RCS file: /cvsroot/linux-mips/web/htdocs/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 2001/09/07 20:26:45 1.2 --- index.html 2001/09/12 19:19:27 1.3 *************** *** 16,19 **** --- 16,42 ---- </ul> + <h2>Mailing Lists</h2> + + <p> + <ul> + <li><a + href="http://lists.sourceforge.net/mailman/listinfo/linux-mips-commits">linux-mips-commits</a> (<a href="http://www.geocrawler.com/redir-sf.php3?list=linux-mips-commits">archives</a>) + <li><a + href="http://lists.sourceforge.net/mailman/listinfo/linux-mips-kernel">linux-mips-kernel</a> (<a href="http://www.geocrawler.com/redir-sf.php3?list=linux-mips-kernel">archives</a>) + </ul> + + <h2>IRC Information</h2> + + <p>There are a number of IRC channels located on the <a + href="http://www.openprojects.net">OpenProjects</a> network related to MIPS + development: + + <p> + <table border="0"> + <tr><th>Channel<th>Description + <tr><td>#mipslinux<td>Ralf's channel, for discussion over Ralf's tree + <tr><td>#linux-mips<td>sf's channel, for discussion over the sf tree + </table> + <h2>Status</h2> |
From: James S. <jsi...@us...> - 2001-09-12 16:25:55
|
Update of /cvsroot/linux-mips/linux/arch/mips/configs In directory usw-pr-cvs1:/tmp/cvs-serv18025 Modified Files: defconfig-it8172 Log Message: Fix make menuconfig for ITE8172. Index: defconfig-it8172 =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/configs/defconfig-it8172,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** defconfig-it8172 2001/08/22 16:40:04 1.5 --- defconfig-it8172 2001/09/12 16:25:52 1.6 *************** *** 32,37 **** CONFIG_MIPS_ITE8172=y # CONFIG_IT8172_REVC is not set - CONFIG_QTRONIX_KEYBOARD=y - CONFIG_IT8172_CIR=y # CONFIG_IT8172_SCR0 is not set # CONFIG_IT8172_SCR1 is not set --- 32,35 ---- *************** *** 425,428 **** --- 423,427 ---- # CONFIG_ACENIC is not set # CONFIG_ACENIC_OMIT_TIGON_I is not set + # CONFIG_DL2K is not set # CONFIG_MYRI_SBUS is not set # CONFIG_HAMACHI is not set *************** *** 519,522 **** --- 518,522 ---- # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set + # CONFIG_SONYPI is not set # |
From: James S. <jsi...@us...> - 2001-09-12 16:18:26
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv15939 Modified Files: config.in Log Message: Fix make menuconfig for ITE8172. Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** config.in 2001/09/12 00:35:06 1.21 --- config.in 2001/09/12 16:18:23 1.22 *************** *** 58,78 **** if [ "$CONFIG_MIPS_ITE8172" = "y" ]; then bool ' Support for older IT8172 (Rev C)' CONFIG_IT8172_REVC - bool ' Enable Qtronix 990P Keyboard Support' CONFIG_QTRONIX_KEYBOARD - if [ "$CONFIG_QTRONIX_KEYBOARD" = "y" ]; then - define_bool CONFIG_IT8172_CIR y - else - bool ' Enable PS2 Keyboard Support ' CONFIG_PC_KEYB - fi - bool ' Enable Smart Card Reader 0 Support ' CONFIG_IT8172_SCR0 - bool ' Enable Smart Card Reader 1 Support ' CONFIG_IT8172_SCR1 fi bool 'Support for Globespan IVR board' CONFIG_MIPS_IVR - if [ "$CONFIG_MIPS_IVR" = "y" ]; then - bool ' Enable Qtronix 990P Keyboard Support' CONFIG_QTRONIX_KEYBOARD - if [ "$CONFIG_QTRONIX_KEYBOARD" = "y" ]; then - define_bool CONFIG_IT8172_CIR y - fi - bool ' Enable Smart Card Reader 0 Support ' CONFIG_IT8172_SCR0 - fi bool 'Support for Alchemy Semi PB1000 board' CONFIG_MIPS_PB1000 --- 58,63 ---- *************** *** 223,226 **** --- 208,212 ---- define_bool CONFIG_NEW_PCI y define_bool CONFIG_PCI_AUTO y + define_bool CONFIG_IT8172_CIR y fi if [ "$CONFIG_MIPS_IVR" = "y" ]; then *************** *** 229,232 **** --- 215,219 ---- define_bool CONFIG_NEW_PCI y define_bool CONFIG_PCI_AUTO y + define_bool CONFIG_IT8172_CIR y fi if [ "$CONFIG_MIPS_PB1000" = "y" ]; then |
From: James S. <jsi...@us...> - 2001-09-12 16:15:17
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv14440 Added Files: debug.h Log Message: Moved debiug.h here so everyone can use it. --- NEW FILE: debug.h --- /*********************************************************************** * * Copyright 2001 MontaVista Software Inc. * Author: js...@mv... or js...@ju... * * include/asm-mips/debug.h * Some debug macros. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * *********************************************************************** */ #ifndef __ASM_DEBUG_H #define __ASM_DEBUG_H #include <linux/config.h> /* * macro for catching spurious errors. Eable to LL_DEBUG in kernel hacking * config menu. */ #ifdef CONFIG_LL_DEBUG #include <linux/kernel.h> #define MIPS_ASSERT(x) if (!(x)) { panic("MIPS_ASSERT failed at %s:%d\n", __FILE__, __LINE__); } #define MIPS_VERIFY(x, y) MIPS_ASSERT(x y) #define MIPS_DEBUG(x) do { x; } while (0) #else #define MIPS_ASSERT(x) #define MIPS_VERIFY(x, y) x #define MIPS_DEBUG(x) #endif #endif /* __ASM_DEBUG_H */ |
From: Jun S. <ju...@us...> - 2001-09-12 00:35:09
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv3105/arch/mips Modified Files: config.in Log Message: Add CONFIG_SERIAL_MANY_PORTS to Korva config. Korva uses run-time serial initialization scheme, where currently there is not good way to reserve rs_table size. Using CONFIG_SERIAL_MANY_PORTS would force rs_table to have 64 entries. *ick* Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** config.in 2001/09/04 15:52:48 1.20 --- config.in 2001/09/12 00:35:06 1.21 *************** *** 212,215 **** --- 212,216 ---- define_bool CONFIG_CPU_VR41XX y define_bool CONFIG_SERIAL y + define_bool CONFIG_SERIAL_MANY_PORTS y define_bool CONFIG_NEW_IRQ y define_bool CONFIG_NEW_TIME_C y |
From: Jun S. <ju...@us...> - 2001-09-11 22:22:46
|
Update of /cvsroot/linux-mips/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv30389/include/linux Modified Files: module.h Log Message: Update module.h to sync with oss.sgi.com CVS tree. Otherwise module.c does not compile. Index: module.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/linux/module.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** module.h 2001/09/06 17:13:41 1.1 --- module.h 2001/09/11 22:22:43 1.2 *************** *** 131,134 **** --- 131,144 ---- <= (mod)->size_of_struct) + /* + * Ditto for archdata. Assumes mod->archdata_start and mod->archdata_end + * are validated elsewhere. + */ + #define mod_archdata_member_present(mod, type, member) \ + (((unsigned long)(&((type *)0L)->member) + \ + sizeof(((type *)0L)->member)) <= \ + ((mod)->archdata_end - (mod)->archdata_start)) + + /* Check if an address p with number of entries n is within the body of module m */ #define mod_bound(p, n, m) ((unsigned long)(p) >= ((unsigned long)(m) + ((m)->size_of_struct)) && \ |
From: James S. <jsi...@us...> - 2001-09-10 18:07:36
|
Update of /cvsroot/linux-mips/linux/arch/mips/au1000/pb1000 In directory usw-pr-cvs1:/tmp/cvs-serv14032 Modified Files: setup.c Log Message: Needed to make initrd_start and initrd_end extern. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/pb1000/setup.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** setup.c 2001/08/30 21:55:28 1.7 --- setup.c 2001/09/10 18:07:33 1.8 *************** *** 53,57 **** #ifdef CONFIG_BLK_DEV_INITRD ! unsigned long initrd_start, initrd_end; extern void * __rd_start, * __rd_end; #endif --- 53,57 ---- #ifdef CONFIG_BLK_DEV_INITRD ! extern unsigned long initrd_start, initrd_end; extern void * __rd_start, * __rd_end; #endif |
From: James S. <jsi...@us...> - 2001-09-10 16:41:34
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv19841 Modified Files: setup.c Log Message: Already had fix for compilation for non-CONFIG_CPU_MIPS32. Just nice code aligment cleanup. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/setup.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** setup.c 2001/09/06 17:16:51 1.14 --- setup.c 2001/09/10 16:41:31 1.15 *************** *** 382,386 **** } break; ! #endif case PRID_COMP_SIBYTE: switch (mips_cpu.processor_id & 0xff00) { --- 382,386 ---- } break; ! #endif /* CONFIG_CPU_MIPS32 */ case PRID_COMP_SIBYTE: switch (mips_cpu.processor_id & 0xff00) { *************** *** 538,545 **** void nino_setup(void); void nec_osprey_setup(void); ! void nec_eagle_setup(void); ! void nec_korva_setup(void); void ps2_setup(void); ! unsigned long bootmap_size; unsigned long start_pfn, max_pfn, first_usable_pfn; --- 538,545 ---- void nino_setup(void); void nec_osprey_setup(void); ! void nec_eagle_setup(void); ! void nec_korva_setup(void); void ps2_setup(void); ! unsigned long bootmap_size; unsigned long start_pfn, max_pfn, first_usable_pfn; *************** *** 569,575 **** #endif #ifdef CONFIG_COBALT_MICRO_SERVER ! case MACH_GROUP_COBALT: ! cobalt_setup(); ! break; #endif #ifdef CONFIG_DECSTATION --- 569,575 ---- #endif #ifdef CONFIG_COBALT_MICRO_SERVER ! case MACH_GROUP_COBALT: ! cobalt_setup(); ! break; #endif #ifdef CONFIG_DECSTATION *************** *** 625,641 **** #endif #ifdef CONFIG_NEC_OSPREY ! case MACH_GROUP_NEC_VR41XX: ! nec_osprey_setup(); ! break; #endif #ifdef CONFIG_NEC_EAGLE ! case MACH_GROUP_NEC_VR41XX: ! nec_eagle_setup(); ! break; #endif #ifdef CONFIG_NEC_KORVA ! case MACH_GROUP_NEC_VR41XX: ! nec_korva_setup(); ! break; #endif #ifdef CONFIG_MIPS_EV96100 --- 625,641 ---- #endif #ifdef CONFIG_NEC_OSPREY ! case MACH_GROUP_NEC_VR41XX: ! nec_osprey_setup(); ! break; #endif #ifdef CONFIG_NEC_EAGLE ! case MACH_GROUP_NEC_VR41XX: ! nec_eagle_setup(); ! break; #endif #ifdef CONFIG_NEC_KORVA ! case MACH_GROUP_NEC_VR41XX: ! nec_korva_setup(); ! break; #endif #ifdef CONFIG_MIPS_EV96100 |
From: James S. <jsi...@us...> - 2001-09-10 16:31:36
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv16545 Modified Files: traps.c Log Message: Skip over copX instructions for X != 1 also. Index: traps.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/traps.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** traps.c 2001/07/12 18:46:11 1.2 --- traps.c 2001/09/10 16:31:34 1.3 *************** *** 348,356 **** void do_ri(struct pt_regs *regs) { - printk("Cpu%d[%s:%d] Illegal instruction at %08lx ra=%08lx\n", - smp_processor_id(), current->comm, current->pid, regs->cp0_epc, - regs->regs[31]); if (compute_return_epc(regs)) return; force_sig(SIGILL, current); } --- 348,354 ---- void do_ri(struct pt_regs *regs) { if (compute_return_epc(regs)) return; + force_sig(SIGILL, current); } *************** *** 389,392 **** --- 387,391 ---- bad_cid: + compute_return_epc(regs); force_sig(SIGILL, current); } |
From: James S. <jsi...@us...> - 2001-09-10 16:30:47
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv16282 Modified Files: traps.c Log Message: Skip over copX instructions for X != 1 also. Index: traps.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/traps.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** traps.c 2001/09/06 17:13:41 1.13 --- traps.c 2001/09/10 16:30:44 1.14 *************** *** 607,613 **** asmlinkage void do_ri(struct pt_regs *regs) { - unsigned int opcode; - - get_insn_opcode(regs, &opcode); if (compute_return_epc(regs)) return; --- 607,610 ---- *************** *** 660,663 **** --- 657,661 ---- bad_cid: + compute_return_epc(regs); force_sig(SIGILL, current); } |
From: James S. <jsi...@us...> - 2001-09-10 16:29:39
|
Update of /cvsroot/linux-mips/linux/arch/mips/configs In directory usw-pr-cvs1:/tmp/cvs-serv15954 Modified Files: defconfig-ip22 Log Message: Yet more menuconfig fixes. Index: defconfig-ip22 =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/configs/defconfig-ip22,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** defconfig-ip22 2001/08/22 16:39:20 1.4 --- defconfig-ip22 2001/09/10 16:29:36 1.5 *************** *** 288,291 **** --- 288,292 ---- # CONFIG_ACENIC is not set # CONFIG_ACENIC_OMIT_TIGON_I is not set + # CONFIG_DL2K is not set # CONFIG_MYRI_SBUS is not set # CONFIG_HAMACHI is not set *************** *** 356,360 **** # # CONFIG_BUSMOUSE is not set ! # CONFIG_MOUSE is not set # --- 357,364 ---- # # CONFIG_BUSMOUSE is not set ! CONFIG_MOUSE=y ! CONFIG_PSMOUSE=y ! # CONFIG_82C710_MOUSE is not set ! # CONFIG_PC110_PAD is not set # *************** *** 378,381 **** --- 382,386 ---- # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set + # CONFIG_SONYPI is not set # *************** *** 394,404 **** # SGI Character devices # - CONFIG_VT=y - CONFIG_VT_CONSOLE=y CONFIG_SGI_NEWPORT_CONSOLE=y CONFIG_FONT_8x16=y - # CONFIG_PSMOUSE is not set - CONFIG_UNIX98_PTYS=y - CONFIG_UNIX98_PTY_COUNT=256 # --- 399,404 ---- *************** *** 482,485 **** --- 482,486 ---- # CONFIG_SOLARIS_X86_PARTITION is not set # CONFIG_UNIXWARE_DISKLABEL is not set + # CONFIG_LDM_PARTITION is not set CONFIG_SGI_PARTITION=y # CONFIG_ULTRIX_PARTITION is not set |
From: James S. <jsi...@us...> - 2001-09-10 16:28:03
|
Update of /cvsroot/linux-mips/linux/arch/mips/configs In directory usw-pr-cvs1:/tmp/cvs-serv15544 Modified Files: defconfig-decstation Log Message: Yet more menuconfig fixes. Index: defconfig-decstation =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/configs/defconfig-decstation,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** defconfig-decstation 2001/08/22 16:31:16 1.4 --- defconfig-decstation 2001/09/10 16:28:00 1.5 *************** *** 66,72 **** # CONFIG_CPU_MIPS64 is not set # CONFIG_CPU_ADVANCED is not set ! CONFIG_CPU_HAS_LLSC=y ! CONFIG_CPU_HAS_LLDSCD=y ! # CONFIG_CPU_HAS_WB is not set # --- 66,72 ---- # CONFIG_CPU_MIPS64 is not set # CONFIG_CPU_ADVANCED is not set ! # CONFIG_CPU_HAS_LLSC is not set ! # CONFIG_CPU_HAS_LLDSCD is not set ! CONFIG_CPU_HAS_WB=y # *************** *** 274,277 **** --- 274,278 ---- # CONFIG_ACENIC is not set # CONFIG_ACENIC_OMIT_TIGON_I is not set + # CONFIG_DL2K is not set # CONFIG_MYRI_SBUS is not set # CONFIG_HAMACHI is not set *************** *** 364,367 **** --- 365,369 ---- # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set + # CONFIG_SONYPI is not set # *************** *** 380,390 **** # DECStation Character devices # - # CONFIG_VT is not set CONFIG_SERIAL=y # CONFIG_DZ is not set CONFIG_ZS=y CONFIG_SERIAL_CONSOLE=y - CONFIG_UNIX98_PTYS=y - CONFIG_UNIX98_PTY_COUNT=256 # CONFIG_RTC is not set --- 382,389 ---- *************** *** 469,472 **** --- 468,472 ---- # CONFIG_SOLARIS_X86_PARTITION is not set # CONFIG_UNIXWARE_DISKLABEL is not set + # CONFIG_LDM_PARTITION is not set # CONFIG_SGI_PARTITION is not set CONFIG_ULTRIX_PARTITION=y |
From: James S. <jsi...@us...> - 2001-09-10 16:27:10
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv15318 Modified Files: defconfig Log Message: Yet more menuconfig fixes. Index: defconfig =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/defconfig,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** defconfig 2001/08/25 06:24:45 1.7 --- defconfig 2001/09/10 16:27:08 1.8 *************** *** 357,361 **** # # CONFIG_BUSMOUSE is not set ! # CONFIG_MOUSE is not set # --- 357,364 ---- # # CONFIG_BUSMOUSE is not set ! CONFIG_MOUSE=y ! CONFIG_PSMOUSE=y ! # CONFIG_82C710_MOUSE is not set ! # CONFIG_PC110_PAD is not set # *************** *** 396,406 **** # SGI Character devices # - CONFIG_VT=y - CONFIG_VT_CONSOLE=y CONFIG_SGI_NEWPORT_CONSOLE=y CONFIG_FONT_8x16=y - # CONFIG_PSMOUSE is not set - CONFIG_UNIX98_PTYS=y - CONFIG_UNIX98_PTY_COUNT=256 # --- 399,404 ---- |
From: Paul M. <le...@us...> - 2001-09-09 20:17:18
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv7496/linux/arch/mips64/kernel Modified Files: scall_o32.S Log Message: IP22 build fixes Index: scall_o32.S =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/scall_o32.S,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** scall_o32.S 2001/09/04 16:02:05 1.7 --- scall_o32.S 2001/09/09 20:17:15 1.8 *************** *** 228,235 **** END(mips_atomic_set) - LEAF(sys_sysmips) beq a0, MIPS_ATOMIC_SET, mips_atomic_set ! j _sys_sysmips ! END(sys_sysmips) .macro syscalltable --- 228,233 ---- END(mips_atomic_set) beq a0, MIPS_ATOMIC_SET, mips_atomic_set ! j sys_sysmips .macro syscalltable |
From: Paul M. <le...@us...> - 2001-09-09 20:17:18
|
Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22 In directory usw-pr-cvs1:/tmp/cvs-serv7496/linux/arch/mips64/sgi-ip22 Modified Files: ip22-berr.c ip22-setup.c Log Message: IP22 build fixes Index: ip22-berr.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-berr.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ip22-berr.c 2001/09/06 17:13:41 1.4 --- ip22-berr.c 2001/09/09 20:17:15 1.5 *************** *** 20,23 **** --- 20,26 ---- extern asmlinkage void handle_dbe(void); + extern void dump_tlb_addr(unsigned long addr); + extern void dump_tlb_all(void); + extern const struct exception_table_entry __start___dbe_table[]; extern const struct exception_table_entry __stop___dbe_table[]; Index: ip22-setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip22/ip22-setup.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ip22-setup.c 2001/09/04 16:03:38 1.4 --- ip22-setup.c 2001/09/09 20:17:15 1.5 *************** *** 37,40 **** --- 37,44 ---- extern void ip22_volume_set(unsigned char); + #if defined(CONFIG_SERIAL_CONSOLE) || defined(CONFIG_ARC_CONSOLE) + extern void console_setup(char *); + #endif + #define sgi_kh ((struct hpc_keyb *) (KSEG1 + 0x1fbd9800 + 64)) |
From: Paul M. <le...@us...> - 2001-09-09 20:17:18
|
Update of /cvsroot/linux-mips/linux/include/asm-mips64 In directory usw-pr-cvs1:/tmp/cvs-serv7496/linux/include/asm-mips64 Modified Files: asm.h Log Message: IP22 build fixes Index: asm.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/asm.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** asm.h 2001/09/04 16:15:14 1.5 --- asm.h 2001/09/09 20:17:15 1.6 *************** *** 135,140 **** prefx hint,addr #else ! #define PREF ! #define PREFX #endif --- 135,140 ---- prefx hint,addr #else ! #define PREF(hint,addr) ! #define PREFX(hint,addr) #endif |
From: Paul M. <le...@us...> - 2001-09-09 20:17:17
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv7496/linux/include/asm-mips Modified Files: asm.h Log Message: IP22 build fixes Index: asm.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/asm.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** asm.h 2001/09/04 16:12:54 1.2 --- asm.h 2001/09/09 20:17:15 1.3 *************** *** 154,159 **** prefx hint,addr #else ! #define PREF ! #define PREFX #endif --- 154,159 ---- prefx hint,addr #else ! #define PREF(hint,addr) ! #define PREFX(hint,addr) #endif |
From: Bradley D. L. <br...@us...> - 2001-09-07 20:26:48
|
Update of /cvsroot/linux-mips/web/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv19308 Modified Files: index.html Log Message: Add links to SourceForge project page and cvs browser. Index: index.html =================================================================== RCS file: /cvsroot/linux-mips/web/htdocs/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html 2001/09/07 20:19:14 1.1 --- index.html 2001/09/07 20:26:45 1.2 *************** *** 10,13 **** --- 10,19 ---- <p>The CVS repository is a "staging-ground" for eventual merging into Linux-MIPS tree in CVS at oss.sgi.com maintained by Ralf Baechle, or possibly directly back to Linus' tree, depending on the nature of the diffs (MIPS specific or not). + <p> + <ul> + <li><a href="http://sourceforge.net/projects/linux-mips">SourceForge Project Summary</a> + <li><a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-mips/">Browse CVS</a> + </ul> + <h2>Status</h2> |
From: Bradley D. L. <br...@us...> - 2001-09-07 20:19:17
|
Update of /cvsroot/linux-mips/web/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv15090/web/htdocs Added Files: index.html Log Message: Add home page. --- NEW FILE: index.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE>Linux MIPS</TITLE> </HEAD> <BODY> <h1>Linux MIPS</h1> <h2>Overview</h2> <p>The purpose of this project is to provide a secondary tree to test and merge patches for Linux on the MIPS platform. This tree will span any device that uses MIPS from PDAs to high end SGI servers. <p>The CVS repository is a "staging-ground" for eventual merging into Linux-MIPS tree in CVS at oss.sgi.com maintained by Ralf Baechle, or possibly directly back to Linus' tree, depending on the nature of the diffs (MIPS specific or not). <h2>Status</h2> <p>As of 2001-09-07, the tree is mostly in sync with the oss tree, with these notable exceptions: <p> <table border="1"> <tr><th>What<th>Status<th>Who <tr><td>arch/mips/au1000<td>Pretty big diff to oss.<td>James Simmons, Pete Popov <tr><td>arch/mips/cobalt<td>Only in sf.<td>James Simmons <tr><td>arch/mips/korva<td>Only in sf.<td>Jun Sun <tr><td>arch/mips/pci<td>Significant diff to oss.<td>Jun Sun <tr><td>arch/mips/ps2<td>Only in sf. Beginnings of support for the ps2 (primary port work is being done in another tree).<td>Paul Mundt <tr><td>arch/mips/vr41xx<td>Only in sf. Some stuff still straggling in Linux VR.<td>Paul Mundt <tr><td>fs/jffs2<td>From the MTD project. Not in oss or Linus' tree. </table> </BODY> </HTML> |
From: Bradley D. L. <br...@us...> - 2001-09-07 20:18:18
|
Update of /cvsroot/linux-mips/web/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv14860/htdocs Log Message: Directory /cvsroot/linux-mips/web/htdocs added to the repository |
From: Bradley D. L. <br...@us...> - 2001-09-07 20:18:18
|
Update of /cvsroot/linux-mips/web/cgi-bin In directory usw-pr-cvs1:/tmp/cvs-serv14860/cgi-bin Log Message: Directory /cvsroot/linux-mips/web/cgi-bin added to the repository |
From: Bradley D. L. <br...@us...> - 2001-09-07 20:18:00
|
Update of /cvsroot/linux-mips/web In directory usw-pr-cvs1:/tmp/cvs-serv14616/web Log Message: Directory /cvsroot/linux-mips/web added to the repository |
From: Bradley D. L. <br...@us...> - 2001-09-07 18:43:44
|
Update of /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/ddb5477 In directory usw-pr-cvs1:/tmp/cvs-serv28074/arch/mips/ddb5xxx/ddb5477 Modified Files: irq.c Log Message: Eliminate some whitespace-only diffs against oss. Index: irq.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/ddb5477/irq.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** irq.c 2001/08/25 06:24:45 1.5 --- irq.c 2001/09/07 18:43:41 1.6 *************** *** 67,71 **** reg_value &= ~reg_bitmask; reg_value |= (active | trigger) << (intn * 2); ! ddb_out32(pci, reg_value); } --- 67,71 ---- reg_value &= ~reg_bitmask; reg_value |= (active | trigger) << (intn * 2); ! ddb_out32(pci, reg_value); } |