From: Bradley D. L. <br...@us...> - 2000-10-30 00:58:41
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv16217/arch/mips/vr41xx Modified Files: serial.c Log Message: Allow shared serial console irq. Without this patch, echo "1" > /dev/ttyS1 from a serial console on ttyS0 hangs my machine. |
From: Bradley D. L. <br...@us...> - 2000-10-30 04:53:03
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv13643/include/asm-mips Modified Files: vr4181.h Log Message: Add high GPIO defines. |
From: Michael K. <mf...@us...> - 2000-10-30 05:48:56
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv17112/arch/mips/vr41xx Modified Files: serial.c Log Message: Fix the mutual exclusivity handling between the IrDA and RS-232 modes of the shared VR41xx UART, and clean up a bit. The locking seems to work now, but it's not properly setting the hardware to IrDA mode for some reason. |
From: Michael K. <mf...@us...> - 2000-10-30 05:48:56
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv17112/include/asm-mips Modified Files: serial.h Log Message: Fix the mutual exclusivity handling between the IrDA and RS-232 modes of the shared VR41xx UART, and clean up a bit. The locking seems to work now, but it's not properly setting the hardware to IrDA mode for some reason. |
From: Jay C. <no...@us...> - 2000-11-01 01:21:32
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv19013/arch/mips/r39xx Modified Files: int-handler.S Log Message: Comments added to high pri interrupt table |
From: Jay C. <no...@us...> - 2000-11-01 03:02:27
|
Update of /cvsroot/linux-vr/linux/arch/mips/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv27410/arch/mips/kernel Modified Files: process.c Log Message: Merge of pocketlinux.com updates. Rewrites of the touchpanel/SIB driver. New Helio button driver, and irq updates to match. Power management core, including full hibernate. Serial and framebuffer PM support. STOPCPU moved to r39xx_wait function. New defines in r39xx.h. time.c now uses RTC as timebase, to survive suspend/ clock switching. This somewhat breaks other r39xx platforms, where I couldn't decide what the right thing to do to merge---kbd_velo needs to be tweaked, for instance. |
From: Jay C. <no...@us...> - 2000-11-01 03:02:27
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv27410/arch/mips/r39xx Modified Files: Makefile irq.c irq_table.c kbd_velo.c power.c setup.c sib.c sib.h time.c tpanel.c Added Files: buttons.c power.h powerint.c sibint.c sibint.h Log Message: Merge of pocketlinux.com updates. Rewrites of the touchpanel/SIB driver. New Helio button driver, and irq updates to match. Power management core, including full hibernate. Serial and framebuffer PM support. STOPCPU moved to r39xx_wait function. New defines in r39xx.h. time.c now uses RTC as timebase, to survive suspend/ clock switching. This somewhat breaks other r39xx platforms, where I couldn't decide what the right thing to do to merge---kbd_velo needs to be tweaked, for instance. |
From: Jay C. <no...@us...> - 2000-11-01 03:02:28
|
Update of /cvsroot/linux-vr/linux/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv27410/drivers/char Modified Files: r39xx_serial.c r39xx_serial.h Log Message: Merge of pocketlinux.com updates. Rewrites of the touchpanel/SIB driver. New Helio button driver, and irq updates to match. Power management core, including full hibernate. Serial and framebuffer PM support. STOPCPU moved to r39xx_wait function. New defines in r39xx.h. time.c now uses RTC as timebase, to survive suspend/ clock switching. This somewhat breaks other r39xx platforms, where I couldn't decide what the right thing to do to merge---kbd_velo needs to be tweaked, for instance. |
From: Jay C. <no...@us...> - 2000-11-01 03:02:28
|
Update of /cvsroot/linux-vr/linux/drivers/video In directory slayer.i.sourceforge.net:/tmp/cvs-serv27410/drivers/video Modified Files: r3912fb.c Log Message: Merge of pocketlinux.com updates. Rewrites of the touchpanel/SIB driver. New Helio button driver, and irq updates to match. Power management core, including full hibernate. Serial and framebuffer PM support. STOPCPU moved to r39xx_wait function. New defines in r39xx.h. time.c now uses RTC as timebase, to survive suspend/ clock switching. This somewhat breaks other r39xx platforms, where I couldn't decide what the right thing to do to merge---kbd_velo needs to be tweaked, for instance. |
From: Jay C. <no...@us...> - 2000-11-01 03:02:28
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv27410/include/asm-mips Modified Files: r39xx.h Log Message: Merge of pocketlinux.com updates. Rewrites of the touchpanel/SIB driver. New Helio button driver, and irq updates to match. Power management core, including full hibernate. Serial and framebuffer PM support. STOPCPU moved to r39xx_wait function. New defines in r39xx.h. time.c now uses RTC as timebase, to survive suspend/ clock switching. This somewhat breaks other r39xx platforms, where I couldn't decide what the right thing to do to merge---kbd_velo needs to be tweaked, for instance. |
From: Michael K. <mf...@us...> - 2000-11-05 18:28:54
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv21013/include/asm-mips Modified Files: unistd.h Log Message: Pull in the _syscall* macro fix from SGI's CVS. This will be necessary when compiling some (arguably broken) user apps that use inline syscalls against newer glibc headers that define a per-thread errno. Revert this file on next import |
From: Harald K. <ha...@us...> - 2000-11-06 20:25:29
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv19607/linux/include/asm-mips Modified Files: r39xx.h Log Message: Let it compile again for Mobilons |
From: Jay C. <no...@us...> - 2000-11-10 02:09:42
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv3092/include/asm-mips Modified Files: elf.h Log Message: Allow execution of ELF files with any flagged ISA, as per discussion on linux-mips. Intended to allow -mips2. |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:51
|
Update of /cvsroot/linux-vr/linux/mm In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/mm Modified Files: filemap.c slab.c Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:51
|
Update of /cvsroot/linux-vr/linux/scripts In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/scripts Modified Files: mkdep.c Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:52
|
Update of /cvsroot/linux-vr/linux/net In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/net Modified Files: socket.c Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:52
|
Update of /cvsroot/linux-vr/linux/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/kernel Modified Files: exit.c Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:52
|
Update of /cvsroot/linux-vr/linux/include/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/include/pcmcia Modified Files: ss.h Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:53
|
Update of /cvsroot/linux-vr/linux/fs In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/fs Modified Files: buffer.c Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:53
|
Update of /cvsroot/linux-vr/linux/include/linux In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/include/linux Modified Files: miscdevice.h sched.h Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:53
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/include/asm-mips Modified Files: bootinfo.h cpu.h io.h mipsregs.h pgtable.h serial.h stackframe.h unaligned.h Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:53
|
Update of /cvsroot/linux-vr/linux/drivers/video In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/drivers/video Modified Files: Config.in Makefile fbcon.c fbmem.c Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:53
|
Update of /cvsroot/linux-vr/linux/drivers/sound In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/drivers/sound Modified Files: Config.in Makefile Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:54
|
Update of /cvsroot/linux-vr/linux/drivers/net/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/drivers/net/pcmcia Modified Files: 3c574_cs.c 3c589_cs.c netwave_cs.c nmclan_cs.c pcnet_cs.c ray_cs.c smc91c92_cs.c xirc2ps_cs.c Log Message: Merge with linux-sgi-2000-11-08 |
From: Michael K. <mf...@us...> - 2000-11-10 19:08:54
|
Update of /cvsroot/linux-vr/linux/drivers/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv6938/drivers/pcmcia Modified Files: cs.c ds.c Log Message: Merge with linux-sgi-2000-11-08 |