You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(210) |
Jun
(169) |
Jul
(167) |
Aug
(128) |
Sep
(218) |
Oct
(120) |
Nov
(86) |
Dec
(71) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(91) |
Feb
(179) |
Mar
(52) |
Apr
(56) |
May
(183) |
Jun
(62) |
Jul
(63) |
Aug
(49) |
Sep
(36) |
Oct
(35) |
Nov
(72) |
Dec
(30) |
2002 |
Jan
(53) |
Feb
(61) |
Mar
(56) |
Apr
(13) |
May
(1) |
Jun
(7) |
Jul
(80) |
Aug
(73) |
Sep
(30) |
Oct
(29) |
Nov
(8) |
Dec
(40) |
2003 |
Jan
(10) |
Feb
(2) |
Mar
(4) |
Apr
(9) |
May
(3) |
Jun
(19) |
Jul
(64) |
Aug
(53) |
Sep
(28) |
Oct
(7) |
Nov
(3) |
Dec
(21) |
2004 |
Jan
(11) |
Feb
(30) |
Mar
(18) |
Apr
(1) |
May
(13) |
Jun
(18) |
Jul
(13) |
Aug
|
Sep
(9) |
Oct
(5) |
Nov
|
Dec
|
2005 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(10) |
Aug
(21) |
Sep
(7) |
Oct
(10) |
Nov
(6) |
Dec
|
2006 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(6) |
Oct
(10) |
Nov
(8) |
Dec
(3) |
2007 |
Jan
(3) |
Feb
(6) |
Mar
(1) |
Apr
(6) |
May
(10) |
Jun
(7) |
Jul
(13) |
Aug
(8) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Reinhard N. <rn...@gm...> - 2002-05-20 10:52:16
|
Hi, attached you'll find a patch to adopt the implementation of kbdrate() for different archs (apus, amiga, atari, ...) to kernel 2.4.17. Below, you'll find the interesting part of a discussion with Geert Uytterhoeven about this issue, leading to the supplied patch. Geert asked me to send the patch to both mailing lists, as he is very busy at the moment and finds no time to integrate the patch into the kernel sources. So, would someone please be so kind and integrate it into the kernel sources. Thanks in advance. Bye. --- original discussion --- Hi, Geert Uytterhoeven wrote: > > On Tue, 26 Mar 2002, Reinhard Nissl wrote: > > Reinhard Nissl wrote: > > > I'm confused now, after doing some tests. > > > > > > The kbdrate binary from the distribution works with 2.2.10 und crashes with > > > 2.4.18 while accessing /dev/ports. > > > > I've investigated this further with strace. kbdrate does an ioctl() call. In > > 2.2.10, the call returns 0 and kbdrate exits. In 2.4.18, the call returns > > EINVAL and kbdrate tries to set the rate via /dev/ports, with fails on APUS. > > > > Looking at drivers/char/vt.c, I found that the ioctl() handler for KDKBDREP > > calls kbd_rate(). kbd_rate is a function pointer which initially points to > > _kbd_rate() and this is an empty implementation which simply returns EINVAL. > > > > Digging around further, I found a function amiga_kbdrate(), which has the same > > declaration as _kbd_rate(). There is also a function pointer mach_kbdrate that > > is similar to kbd_rate, and amiga_kbdrate gets assigned to it in > > arch/ppc/amiga/config.c. But I didn't find any location, that calls > > mach_kbdrate(). > > > > To make kbdrate work, I assume kbd_rate should be assigned the value of > > mach_kbdrate. (Where would an appropriate locaten be for this assignment?) > > > > A different solution would be, to drop mach_kbdrate and substitute it with > > kbd_rate. This would then be similar to kd_mksound. > > > > kd_mksound is also a function pointer, that is assigned a dummy implementation > > in drivers/char/vt.c. In arch/ppc/amiga/config.c, kd_mksound is overwritten > > with amiga_mksound. > > > > I would like to substitute mach_kbdrate with kdb_rate for all the archs that > > use it. What are your comments about doing so? > > I think the best solution is to kill mach_kbdrate and initialize _kbd_rate to > amiga_kbdrate in amiga_keyb_init(), cfr. pc_keyb.c. > > The same is true for atari_kbdrate, bvme6000_kbdrate, hp300_kbdrate, > mvme147_kbdrate, mvme16x_kbdrate, and sun3x_kbdrate. And dn_dummy_kbdrate() can > die as well. So I did. Attached you find a patch against current cvs kernel. I was only able to test the changes with APUS. Maybe you have access to a different arch. If the patch is ok, please forward it to someone that can integrate it into the kernel sources. Bye. -- Dipl.-Inform. (FH) Reinhard Nissl mailto:rn...@gm... |
From: Alan B. <al...@ms...> - 2002-04-25 10:01:52
|
hi, > Does anyone want to give this a spin? i'd love to, but kernels > 2.4.13 still dont run here alan |
From: Michel <mi...@da...> - 2002-04-25 08:52:30
|
Does anyone want to give this a spin? --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Geert U. <ge...@li...> - 2002-04-25 08:06:19
|
---------- Forwarded message ---------- Date: Wed, 24 Apr 2002 22:24:50 +0100 (BST) From: Jim Hague <jim...@ac...> To: lin...@li... Subject: [Linux-fbdev-devel] Permedia2 - testers wanted for updated driver I've merged the changes from Illo's last released driver into the current 2.4 driver, fixed a few bugs relating mainly to modes with low horizontal or vertical sync. I'm using the driver successfully now to drive an old Sun fixed-frequency monitor (which requires low [hv]sync) in conjunction with the glint driver from XFree 4.1.0. I need some kind folk to check I haven't buggered anything up, particularly in regard to non-x86 (esp. big endian) systems, before giving this wider circulation. More details and the updated driver or a patch to 2.4.18 at http://www.bear-cave.org.uk/linux/pm2fb/. All comments welcome. -- Jim Hague - jim...@in... (Work), ji...@be... (Play) Never trust a computer you can't lift or you don't control. _______________________________________________ Linux-fbdev-devel mailing list Lin...@li... https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel |
From: <no...@so...> - 2002-04-24 07:59:51
|
Feature Requests item #456310, was opened at 2001-08-29 00:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=456310&group_id=5907 Category: Kernel Group: None >Status: Closed Resolution: None Priority: 1 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Alan buxey (alanbuxey) Summary: Porting to AMIGA ONE? Initial Comment: Hello I read that EYETECH and MERLANCIA plan to release AMIGA ONE based computers. Is it possible to port LINUX APUS to the machines? Can APUS do the project? T.I.A. ---------------------------------------------------------------------- Comment By: Alan buxey (alanbuxey) Date: 2002-01-16 14:59 Message: Logged In: YES user_id=34303 I would hope that it could run standard Linux/PPC (perhaps with minor modifications). LinuxAPUS is designed to run on PowerUP cards. AmigaONE will access the rest of the Amiga in a completely different way ---------------------------------------------------------------------- Comment By: Alan buxey (alanbuxey) Date: 2001-08-29 11:41 Message: Logged In: YES user_id=34303 it might work...being stuck onto an Amiga A1200 'trapdoor'. however, i think you're looking at it the wrong way... look at it as a new Motherboard, with PPC..this should be able to run a standard PPC kernel (as the BPlan should be able to). THEN you have to think about how to access the old Legacy hardware - through the trapdoor..which apparently appears as a single multifunction PCI card to the AmigaONE motherboard. alan ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=456310&group_id=5907 |
From: <no...@so...> - 2002-04-24 07:58:17
|
Feature Requests item #547458, was opened at 2002-04-23 10:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=547458&group_id=5907 >Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Michel Daenzer (mdaenzer) Summary: Woody installer compat with CV643d Initial Comment: So far the installer doesn't work with the virgefb, upgrading from Potato it's a pain. it will be nice if it can also bring accelerated video to the CV643d , like the S3virge driver for XFree86-4.1.x provides. Regards. ---------------------------------------------------------------------- >Comment By: Michel Daenzer (mdaenzer) Date: 2002-04-24 09:58 Message: Logged In: YES user_id=34113 This is a bug in the Debian installer, the bogl library to be exact. Please go to http://bugs.debian.org and report a bug against boot-floppies or bogl if there isn't one about this problem already. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=547458&group_id=5907 |
From: <no...@so...> - 2002-04-23 08:31:13
|
Feature Requests item #547458, was opened at 2002-04-23 01:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=547458&group_id=5907 Category: Boothack Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Woody installer compat with CV643d Initial Comment: So far the installer doesn't work with the virgefb, upgrading from Potato it's a pain. it will be nice if it can also bring accelerated video to the CV643d , like the S3virge driver for XFree86-4.1.x provides. Regards. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=547458&group_id=5907 |
From: sreeram <Sre...@br...> - 2002-04-22 17:19:15
|
Hi people, I am new to this group. I am very much interested in developing linux kernel code. Actually I have little bit of experience in device drivers. I hope I will keep up myself to the expectations of the group. I must thank Michel D=E4nzer for this. I would like to get involved in th= e development. Please do give me a task to work on initially. I would also like to know the development going on which will help me to understand things easily. Awaiting your replies. Thanks and Regards Sreram |
From: Michel D. <mda...@us...> - 2002-04-08 17:06:42
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/configs/ Changes by: mdaenzer@usw-pr-cvs1. 02/04/08 06:35:27 Log message: update defconfig Modified files: 2.3/arch/ppc/: defconfig 2.3/arch/ppc/configs/: apus_defconfig Revision Changes Path 1.23 +11 -6 2.3/arch/ppc/defconfig 1.18 +11 -6 2.3/arch/ppc/configs/apus_defconfig |
From: Michel <mi...@da...> - 2002-04-06 16:56:10
|
On Fri, 2002-04-05 at 10:55, Ken Tyler wrote:=20 >=20 >=20 > On 5 Apr 2002, Michel D=E4nzer wrote: >=20 > > Ken, this is nice stuff you're doing; anything pending I should wait fo= r > > before putting up new binaries? >=20 > Nothing at the moment. I was planning to put ioext serial stuff back into > drivers/char but a post on the m68k suggests a) it's still in their tree > and b) it should be integrated into serial.c >=20 > It will be awhile before I get round to it. >=20 > Make some new binaries. I will when I come around to it, thanks for the info. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Ken T. <ke...@we...> - 2002-04-05 08:56:18
|
On 5 Apr 2002, Michel D=E4nzer wrote: > Ken, this is nice stuff you're doing; anything pending I should wait for > before putting up new binaries? Hello, Nothing at the moment. I was planning to put ioext serial stuff back into drivers/char but a post on the m68k suggests a) it's still in their tree and b) it should be integrated into serial.c It will be awhile before I get round to it. Make some new binaries. Ken. =20 |
From: Michel <mi...@da...> - 2002-04-05 00:48:40
|
On Son, 2002-03-31 at 01:25, Ken Tyler wrote:=20 >=20 > Log message: > Support for GVP IO-Extender parallel port Ken, this is nice stuff you're doing; anything pending I should wait for before putting up new binaries? --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Ken T. <ke...@we...> - 2002-04-01 00:40:46
|
On Mon, 1 Apr 2002, Roman Zippel wrote: > It has one, it just a strange log entry, which confused the commit > script. Anyway, otherwise it looks nice. Thanks. :) OK Thanks. Ken. |
From: Roman Z. <zi...@li...> - 2002-04-01 00:30:23
|
Hi, Ken Tyler wrote: > Is it too late to give gvp_ioext.txt a revision/version ? It has one, it just a strange log entry, which confused the commit script. Anyway, otherwise it looks nice. Thanks. :) bye, Roman |
From: Ken T. <ke...@us...> - 2002-03-31 23:32:37
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/video/ Changes by: kent@usw-pr-cvs1. 02/03/31 15:32:35 Log message: Now uses z_read/z_write macros Merged some functions Added some PCI code as a first step in an attempt to access the CV64-3D through the PCI 'aperture'... No modedb as yet Modified files: 2.3/drivers/video/: virgefb.c Revision Changes Path 1.10 +188 -185 2.3/drivers/video/virgefb.c |
From: Ken T. <ke...@we...> - 2002-03-31 02:04:50
|
Hi, Who is it that is the keeper of the bootstrap ? Ken. |
From: Ken T. <ke...@we...> - 2002-03-31 02:02:39
|
On Sat, 30 Mar 2002, Ken Tyler wrote: > Added files: > 2.3/Documentation/: > gvp_ioext.txt gvp_ioext.txt Note about possible interrupt > problem > Is it too late to give gvp_ioext.txt a revision/version ? How ? > No revision > No revision > No revision > No revision Ken. |
From: Ken T. <ke...@us...> - 2002-03-31 00:32:36
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/Documentation/ Changes by: kent@usw-pr-cvs1. 02/03/30 16:32:35 Log message: Modified files: 2.3/Documentation/: Configure.help Configure.help Added parport_gvpio configure (CONFIG_PARPORT_GVPIOEXT) Added files: 2.3/Documentation/: gvp_ioext.txt gvp_ioext.txt Note about possible interrupt problem Revision Changes Path 1.24 +16 -14 2.3/Documentation/Configure.help 1.24 +16 -14 2.3/Documentation/Configure.help No revision No revision No revision No revision |
From: Ken T. <ke...@us...> - 2002-03-31 00:28:13
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/include/linux/ Changes by: kent@usw-pr-cvs1. 02/03/30 16:28:13 Log message: 16c552.h needed by parport_gvpio.c parport.h modified for parport_gvpio Modified files: 2.3/include/linux/: parport.h Added files: 2.3/include/linux/: 16c552.h Revision Changes Path 1.5 +9 -0 2.3/include/linux/parport.h |
From: Ken T. <ke...@us...> - 2002-03-31 00:25:23
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/parport/ Changes by: kent@usw-pr-cvs1. 02/03/30 16:25:22 Log message: Support for GVP IO-Extender parallel port Modified files: 2.3/drivers/parport/: Makefile Config.in init.c Revision Changes Path 1.2 +29 -93 2.3/drivers/parport/Makefile 1.2 +24 -7 2.3/drivers/parport/Config.in 1.2 +15 -2 2.3/drivers/parport/init.c |
From: Ken T. <ke...@us...> - 2002-03-31 00:24:19
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/parport/ Changes by: kent@usw-pr-cvs1. 02/03/30 16:24:18 Log message: needed by parport_gvpio.c, driver for GVP IO-Extender parallel port Added files: 2.3/drivers/parport/: ioext.h |
From: Ken T. <ke...@us...> - 2002-03-31 00:23:18
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/parport/ Changes by: kent@usw-pr-cvs1. 02/03/30 16:23:16 Log message: parport driver for GVP IO-Extender parallel port Added files: 2.3/drivers/parport/: parport_gvpio.c |
From: Roman Z. <zi...@li...> - 2002-03-30 13:41:33
|
Hi, Ken Tyler wrote: > > What patch? > > Didn't put that very well. In all previous versions of Linux I have > needed a kludgey patch to flush... ... can I delete it now ? I need to see the patch, otherwise I can't say for sure. bye, Roman |
From: Ken T. <ke...@we...> - 2002-03-30 12:25:41
|
On Sat, 30 Mar 2002, Roman Zippel wrote: Hi, > > I have a kludgey addition to amiga7xx to flush outstanding interrupts > > before the driver is initialized, can this go now ? > What patch? Didn't put that very well. In all previous versions of Linux I have needed a kludgey patch to flush... ... can I delete it now ? >Did you try without it? I'm running now without it, have booted 5 or 6 times and it's OK so far but the problem only occured now and then. Ken |
From: Michel <mi...@da...> - 2002-03-30 12:04:30
|
I just compared our defconfig to the config in my Debian packages; see the diff below. Does anyone object to me committing this? --- /home/michdaen/src/apus-cvs/2.4/arch/ppc/configs/apus_defconfig =20 Sat Mar 30 11:50:16 2002 +++ config/apus Sat Mar 30 11:57:35 2002 @@ -127,7 +127,7 @@ # # Networking options # -CONFIG_PACKET=3Dm +CONFIG_PACKET=3Dy CONFIG_PACKET_MMAP=3Dy CONFIG_NETLINK_DEV=3Dm CONFIG_NETFILTER=3Dy @@ -652,8 +652,8 @@ CONFIG_AFFS_FS=3Dy CONFIG_HFS_FS=3Dy # CONFIG_BFS_FS is not set -CONFIG_EXT3_FS=3Dm -CONFIG_JBD=3Dm +CONFIG_EXT3_FS=3Dy +CONFIG_JBD=3Dy # CONFIG_JBD_DEBUG is not set CONFIG_FAT_FS=3Dy CONFIG_MSDOS_FS=3Dy @@ -667,7 +667,7 @@ CONFIG_RAMFS=3Dm CONFIG_ISO9660_FS=3Dy CONFIG_JOLIET=3Dy -# CONFIG_ZISOFS is not set +CONFIG_ZISOFS=3Dy CONFIG_MINIX_FS=3Dy CONFIG_VXFS_FS=3Dm # CONFIG_NTFS_FS is not set @@ -712,7 +712,7 @@ # CONFIG_NCPFS_SMALLDOS is not set # CONFIG_NCPFS_NLS is not set # CONFIG_NCPFS_EXTRAS is not set -# CONFIG_ZISOFS_FS is not set +CONFIG_ZISOFS_FS=3Dy CONFIG_ZLIB_FS_INFLATE=3Dy =20 # --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |