From: Michael K. <mf...@us...> - 2000-08-20 20:35:44
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv3937 Modified Files: Makefile Added Files: dsiu_aux.c Log Message: Kernel driver for TrackPoint device in IBM Workpad z50, connected to DSIU Untested at this point, other than to cat /dev/psaux, but it seems to work... DSIU and TPM754 chip init still TBD, for now relies on some other operating system to set those up.... |
From: Michael K. <mf...@us...> - 2000-08-21 03:31:54
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv14338 Modified Files: vr41xx-platdep.h Log Message: MobilePro 750c defs from Graeme Smecher |
From: Hiroshi K. <ke...@us...> - 2000-08-22 04:37:41
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv28144 Modified Files: ite8181.c Log Message: Added save_and_cli()/restore_flags() for critical region. |
From: Bradley D. L. <br...@us...> - 2000-08-22 04:49:35
|
Update of /cvsroot/linux-vr/linux/arch/mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv28561/arch/mips Modified Files: config.in Log Message: Attempt (possibly misguided and/or futile) to clear up the meaning of the power management options. |
From: Michael K. <mf...@us...> - 2000-08-22 05:45:58
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv8346 Modified Files: gpiobtns.c Log Message: Typo fix: there are 16 bits in a 16-bit register, not 46... |
From: Bradley D. L. <br...@us...> - 2000-08-23 16:45:20
|
Update of /cvsroot/linux-vr/linux/arch/mips/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv2090/arch/mips/boot Modified Files: Makefile Log Message: Clean new targets. |
From: Hiroshi K. <ke...@us...> - 2000-08-25 13:17:24
|
Update of /cvsroot/linux-vr/linux/drivers/video In directory slayer.i.sourceforge.net:/tmp/cvs-serv24347 Modified Files: hpcsfb.c Log Message: Keep backlight settings when suspend/resume. Contributed by SATO Kazumi. |
From: Hiroshi K. <ke...@us...> - 2000-08-25 13:16:05
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv22753 Modified Files: gpiolcd.c ite8181.c mq200.c Log Message: Small changes to keep backlight/contrast at boot time if supported on that platform. Contributed by SATO Kazumi. |
From: Michael K. <mf...@us...> - 2000-08-26 16:23:53
|
Update of /cvsroot/linux-vr/linux/drivers/video In directory slayer.i.sourceforge.net:/tmp/cvs-serv25436 Modified Files: vrc4171fb.c Log Message: VRC4171 fb palette setting fix from Michael Coyne |
From: Pavel M. <pa...@us...> - 2000-08-26 21:16:21
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv29242 Modified Files: int-handler.S irq.c kbd_velo.c keymap.c Added Files: irq_table.c Log Message: Simplified interrupt handling + made low-priority interrupts work even with serial in use |
From: Pavel M. <pa...@us...> - 2000-08-27 20:13:06
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv8871 Modified Files: r39xx.h Log Message: Few more details guessed... |
From: Pavel M. <pa...@us...> - 2000-08-27 20:29:16
|
Update of /cvsroot/linux-vr/linux/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv10153 Modified Files: serial.c Log Message: serial_console_wait_key is usable outside of serial.c |
From: Mike K. <mf...@po...> - 2000-08-27 20:43:13
|
Maybe so, but anything that needs to use it should be going through the kernel console layer, no? (note: this is not the virtual console stuff, this is the very minimal console stuff that supports kernel boot messages) Mike Klar > -----Original Message----- > From: lin...@li... > [mailto:lin...@li...]On Behalf Of > Pavel Machek > Sent: Sunday, August 27, 2000 1:29 PM > To: lin...@li... > Subject: [linux-vr-cvsupdate] Update to module linux > > > Update of /cvsroot/linux-vr/linux/drivers/char > In directory slayer.i.sourceforge.net:/tmp/cvs-serv10153 > > Modified Files: > serial.c > Log Message: > serial_console_wait_key is usable outside of serial.c > > _______________________________________________ > linux-vr-cvsupdate mailing list > lin...@li... > http://lists.sourceforge.net/mailman/listinfo/linux-vr-cvsupdate > |
From: Pavel M. <pa...@us...> - 2000-08-28 11:18:25
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv32669 Modified Files: io.h Log Message: It is probably bad idea to access port 0x80 on MIPS machines, and yes, we need to slow down io even on this machies. You never know when broken PC hardware finds its way into a MIPS. |
From: Hiroshi K. <ke...@us...> - 2000-08-28 16:06:31
|
Update of /cvsroot/linux-vr/linux/drivers/net/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv15734/drivers/net/pcmcia Modified Files: Config.in Makefile Log Message: Added 802.11 (wireless ether) device support for MELCO WLI-PCM-L11 or Lucent WaveLAN/IEEE. Contributed by TAKANO Ryouesi. |
From: Hiroshi K. <ke...@us...> - 2000-08-28 16:06:31
|
Update of /cvsroot/linux-vr/linux/drivers/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv15734/drivers/pcmcia Modified Files: pccard.h Log Message: Added 802.11 (wireless ether) device support for MELCO WLI-PCM-L11 or Lucent WaveLAN/IEEE. Contributed by TAKANO Ryouesi. |
From: Hiroshi K. <ke...@us...> - 2000-08-28 16:17:52
|
Update of /cvsroot/linux-vr/linux/drivers/net/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv20468 Added Files: wvlan_cs.c wvlan_hcf.c wvlan_hcfio.c wvlan_hcfcfg.h wvlan_hcfdef.h wvlan_hcf.h wvlan_mdd.h Log Message: Added 802.11 (wireless ether) device support for MELCO WLI-PCM-L11 or Lucent WaveLAN/IEEE. Contributed by TAKANO Ryouesi. |
From: Pavel M. <pa...@us...> - 2000-08-28 21:02:40
|
Update of /cvsroot/linux-vr/linux/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv24998 Modified Files: r39xx_serial.c Log Message: Make it compile as a module |
From: Pavel M. <pa...@us...> - 2000-08-28 21:07:26
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv29068 Modified Files: kbd_velo.c Log Message: Less printk() noise, and power-esc now dumps interrupt status. |
From: Michael K. <mf...@us...> - 2000-08-29 04:37:31
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv30293 Modified Files: tpanel.c Log Message: Another typo fix from Mike McDonald. At least this one wasn't my typo... |
From: Hiroshi K. <ke...@us...> - 2000-08-31 02:43:52
|
Update of /cvsroot/linux-vr/linux/drivers/video In directory slayer.i.sourceforge.net:/tmp/cvs-serv28048 Modified Files: hpcsfb.c Log Message: Bug fix of backlight control. (auto -> static int). Contributed by SATO Kazumi. |
From: Pavel M. <pa...@us...> - 2000-09-02 15:46:07
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv11337 Modified Files: r39xx.h Log Message: Added guesses of bits. |
From: Hiroshi K. <ke...@us...> - 2000-09-04 15:28:23
|
Update of /cvsroot/linux-vr/linux/arch/mips/fpu_emulator In directory slayer.i.sourceforge.net:/tmp/cvs-serv3641 Modified Files: sp_flong.c sp_fint.c Log Message: Fixed typo existed in original code. (if (x == -1 | x == -1) -> if (x == -1 || x == -1)). |
From: Hiroshi K. <ke...@us...> - 2000-09-04 16:42:18
|
Update of /cvsroot/linux-vr/linux/arch/mips/fpu_emulator In directory slayer.i.sourceforge.net:/tmp/cvs-serv32537 Modified Files: cp1emu.c Log Message: Disable div0 FPE for soft-float compatibility... |
From: Pavel M. <pa...@us...> - 2000-09-05 18:14:47
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv20194 Modified Files: irq.c Log Message: Fix serial interrupt (hopefully) |