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: Michel <dae...@st...> - 2000-09-17 13:24:55
|
Ken Tyler schrieb: > I was about to commit the heartbeat/soundfilter patch when I noticed this > from a cvs ... status command : > > File: ppc_ksyms.c Status: File had conflicts on merge > > Working revision: 1.3 > Repository revision: 1.3 /cvsroot/linux-apus/2.2/arch/ppc/kernel/ppc_ksyms.c,v > Sticky Tag: (none) > Sticky Date: (none) > Sticky Options: (none) > > This error/warning doesn't rate a mention in my book Look at the file. If there's a conflict, there is at least one line that consists only of a lot of '<', then some lines of code, then a line with only '=', some code again and finally a line with only '>'. CVS couldn't merge the two code bits on its own. Do it manually and you should be able to commit. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project |
From: Jesper S. <js...@re...> - 2000-09-17 08:55:08
|
>>>>> "Alan" == Alan Buxey <al...@ms...> writes: Alan> hi, I've now installed an SGML environment (and documented the Alan> parts required for future/other document developers/helpers), Alan> however I cant convert the classic faq.sgml into HTML, PS, DVI Alan> or anything! Please post (and CC me) the output you get. It may be something trivial, but it's a long time since I used anything SGML so I probably can't help. Alan> Any SGML experts out there? Otherwise my only recourse is to Alan> break this up into HTML (or just keep the current HTML and Alan> abandon the SGML) only - i'd much prefer to keep the SGML, its a Alan> better way to keep with outputing other document styles. SGML/DocBook is indeed the best solution. I suspect a lot of people would like to the PDF output, and you can get that from SGML. Alan> PS Any editors that I can use with SGML, or is it a case of just Alan> loading into jed/emacs asI am doing now? emacs has an SGML mode. However, for something more GUIsh, see http://www.conglomerate.org/ (project seems dead, but the shoots are juicy - don't know if it's actually usable). There's also http://members.nextra.at/hfbuch/edoc/ but I don't know if it's any good. As for SGML/DocBook info, you are aware of http://www.docbook.org/, right? And http://sgmltools-lite.sourceforge.net/ Jesper |
From: Ken T. <ke...@we...> - 2000-09-17 02:24:53
|
Hello, I was about to commit the heartbeat/soundfilter patch when I noticed this from a cvs ... status command : File: ppc_ksyms.c Status: File had conflicts on merge Working revision: 1.3 Repository revision: 1.3 /cvsroot/linux-apus/2.2/arch/ppc/kernel/ppc_ksyms.c,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) This error/warning doesn't rate a mention in my book All I'm trying to do is add 4 lines to ppc_ksyms.c : diff -u -u -r1.3 ppc_ksyms.c --- arch/ppc/kernel/ppc_ksyms.c 2000/09/12 12:15:19 1.3 +++ arch/ppc/kernel/ppc_ksyms.c 2000/09/16 11:32:35 @@ -231,6 +231,11 @@ EXPORT_SYMBOL(memory); #endif /* CONFIG_APUS */ +#ifdef CONFIG_HEARTBEAT +EXPORT_SYMBOL(enable_heartbeat); +EXPORT_SYMBOL(disable_heartbeat); +#endif + #ifdef CONFIG_MOL #include <asm/mmu_context.h> extern PTE *Hash; Is it safe to commit or what's wrong ? Ken. |
From: F. H. <fh...@at...> - 2000-09-17 00:03:51
|
I've spent most of the afternoon working on the PUP SCSI driver. I found a major typo in a change I had made. After I fixed that, the cache test script *seemed* to run, but it did not swap the values like it was supposed to, however the scratch_a register did change. That's at least something. I've been comparing the code in the 53c770 driver with some other versions of the ncr/symbios/lsi drivers and trying different bits of code. Anyone have any ideas why the chip is not accessing memory properly? -- Fred |
From: Michel <dae...@st...> - 2000-09-15 21:00:18
|
Alan Buxey wrote: > I've now installed an SGML environment (and documented the parts required > for future/other document developers/helpers), however I cant convert the > classic faq.sgml into HTML, PS, DVI or anything! > > Any SGML experts out there? This sounds rather like problems with the tools, so I think you are looking for a Docbook expert? ;) Why not ask Jesper how he did it? > Otherwise my only recourse is to break this up into HTML (or just keep the > current HTML and abandon the SGML) only - i'd much prefer to keep the SGML, > its a better way to keep with outputing other document styles. Right. If anything, let's move to another general language which can easily converted to everything. > PS Any editors that I can use with SGML, or is it a case of just loading > into jed/emacs asI am doing now? Latte/Code Commander/glimmer has syntax highlighting for SGML. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project |
From: Ken T. <ke...@we...> - 2000-09-15 20:36:26
|
On Fri, 15 Sep 2000, Alan Buxey wrote: > I've now installed an SGML environment (and documented the parts required > for future/other document developers/helpers), however I cant convert the > classic faq.sgml into HTML, PS, DVI or anything! I tried again a few nights ago, installed sgml and got severel versions of Docbook from rpmfind and tried each of those - no good. All I got was 'Element name undefined' and can't open `/usr/lib/sgml-tools/dist/aid'. What do you see ? Ken. |
From: Roman Z. <zi...@fh...> - 2000-09-15 16:51:37
|
Hi, > After the cvs update yesterday, a freshly compiles -test8 kernel did > not boot. test7 boots (same config). dmesg output? > BTW, I saw a patch for the MFC parallel driver, is there something for > the serial driver, too? That patch was more a compile fix. For most of the stuff I can only test if it compiles, but I can't test if it really works. bye, Roman |
From: Alan B. <al...@ms...> - 2000-09-15 15:18:38
|
hi, I've now installed an SGML environment (and documented the parts required for future/other document developers/helpers), however I cant convert the classic faq.sgml into HTML, PS, DVI or anything! Any SGML experts out there? Otherwise my only recourse is to break this up into HTML (or just keep the current HTML and abandon the SGML) only - i'd much prefer to keep the SGML, its a better way to keep with outputing other document styles. alan PS Any editors that I can use with SGML, or is it a case of just loading into jed/emacs asI am doing now? PPS Any 604e users have any luck with the MOL 2.2 CVS patch? |
From: <fp...@zu...> - 2000-09-15 06:15:02
|
After the cvs update yesterday, a freshly compiles -test8 kernel did not boot. test7 boots (same config). BTW, I saw a patch for the MFC parallel driver, is there something for the serial driver, too? -- Frank Petzold, IBM Zurich Research Laboratory, Säumerstrasse 4, CH-8803 Rüschlikon/Switzerland, Tel. +41-1-724-84-42 Fax. +41-1-724-89-56 Business email: fp...@zu... Private email: pe...@he... The opinions expressed here are mine and not necessarily those of IBM. |
From: Ken T. <ke...@we...> - 2000-09-15 01:25:58
|
On Wed, 13 Sep 2000, Geert Uytterhoeven wrote: > On Wed, 13 Sep 2000, Ken Tyler wrote: > > Sounds interesting, my kid is always wanting MacOS for some reason. > > Doh, where is the time parents raised their kids properly ;-) Could be alot worse, at least he doesn't think billy boy invented multitasking.... ken |
From: Adam Di C. <ad...@on...> - 2000-09-15 00:26:56
|
Sven LUTHER <lu...@dp...> writes: > > I'm working only on a Potato upgrade. > > Ok, ... > > Any time frame so that i can manage my time for it ? We're shooting for oct 1 I think. I would say earlier but if we wanna wait for 2.2.17-1 we have little choice -- there are no idepci and compact images, not to mention non-i386 architecture kernel upgrades, and testing all that. -- .....Adam Di Carlo....ad...@on........<URL:http://www.onShore.com/> |
From: <fh...@at...> - 2000-09-15 00:00:12
|
In <39C...@st...>, on 09/14/00 at 04:19 PM, Michel Dänzer <dae...@st...> said: >Michel Dänzer wrote: >> >Fred, can you please look at it and share with us if you think it's of >any use? They appear to be the same files I have been experimenting with. I have not gotten those files to execute past the cache test. I can't say if they're any use or not. The main problem I have is that I have heard no one indicate whether the driver *ever* worked on any PPC (or bigendian) system that had a 53c770 chip. Fred |
From: Roman Z. <zi...@fh...> - 2000-09-14 17:53:43
|
Hi, On Thu, 14 Sep 2000, Robert Ramiega wrote: > Is it bootable/working on APUS or needs some twiddling ? If you update to the latest version, it should work (+/- some special drivers I can't test). > (can i have some working .config please =o))) I've put my test config into ftp://linux-apus.sourceforge.net/pub/linux-apus/test/ If you think I missed something just tell me. bye, Roman |
From: Geert U. <ge...@li...> - 2000-09-14 17:02:09
|
On Thu, 14 Sep 2000, Geert Uytterhoeven wrote: > I'll try to cook an (untested) patch... Does this sound OK? Please remove the debug code (marked with FIXME) after testing. These cases just shouldn't happen. One caveat: you must not call amiga_chip_free() for regions allocated with a static resource. --- linux-2.4.0-test8/include/asm-m68k/amigahw.h Mon Jul 17 15:13:48 2000 +++ geert-chipram-2.4.0-test8/include/asm-m68k/amigahw.h Thu Sep 14 16:31:23 2000 @@ -281,7 +281,8 @@ #define CHIP_PHYSADDR (0x000000) #define chipaddr ((unsigned long)(zTwoBase + CHIP_PHYSADDR)) void amiga_chip_init (void); -void *amiga_chip_alloc (long size, const char *name); +void *__amiga_chip_alloc (long size, const char *name, struct resource *res); +#define amiga_chip_alloc(size, name) __amiga_chip_alloc(size, name, NULL) void amiga_chip_free (void *); unsigned long amiga_chip_avail( void ); /*MILAN*/ --- linux-2.4.0-test8/arch/ppc/amiga/chipram.c Tue Jul 18 14:08:47 2000 +++ geert-chipram-2.4.0-test8/arch/ppc/amiga/chipram.c Thu Sep 14 16:34:06 2000 @@ -75,7 +75,7 @@ #endif } -void *amiga_chip_alloc(long size, const char *name) +void *__amiga_chip_alloc(long size, const char *name, struct resource *res) { /* last chunk */ struct chip_desc *dp; @@ -145,9 +145,16 @@ chipavail -= size + (2*sizeof(*dp)); /*MILAN*/ - if (!request_mem_region(ZTWO_PADDR(ptr), size, name)) - printk(KERN_WARNING "amiga_chip_alloc: region of size %ld at 0x%08lx " - "is busy\n", size, ZTWO_PADDR(ptr)); + if (res) { + res.start = ZTWO_PADDR(ptr); + res.end = res.start+size-1; + /* FIXME: remove the actual test and the printk */ + if (!request_resource(&iomem_resource, res)) + printk("amiga_chip_alloc: failed for %s [1]\n", res->name); + } else + /* FIXME: remove the actual test and the printk */ + if (!request_mem_region(ZTWO_PADDR(ptr), size, name)) + printk("amiga_chip_alloc: failed for %s [2]\n", name); return ptr; } --- linux-2.4.0-test8/arch/ppc/amiga/config.c Mon Jul 17 14:57:32 2000 +++ geert-chipram-2.4.0-test8/arch/ppc/amiga/config.c Thu Sep 14 16:35:29 2000 @@ -732,9 +732,12 @@ } } +static struct resource debug_res = { "Debug" }; + static void amiga_savekmsg_init(void) { - savekmsg = (struct savekmsg *)amiga_chip_alloc(SAVEKMSG_MAXMEM); + savekmsg = (struct savekmsg *)amiga_chip_alloc(SAVEKMSG_MAXMEM, NULL, + &debug_res); savekmsg->magic1 = SAVEKMSG_MAGIC1; savekmsg->magic2 = SAVEKMSG_MAGIC2; savekmsg->magicptr = virt_to_phys(savekmsg); --- linux-2.4.0-test8/arch/m68k/amiga/chipram.c Tue Jul 18 14:04:31 2000 +++ geert-chipram-2.4.0-test8/arch/m68k/amiga/chipram.c Thu Sep 14 16:33:18 2000 @@ -67,7 +67,7 @@ #endif } -void *amiga_chip_alloc(long size, const char *name) +void *__amiga_chip_alloc(long size, const char *name, struct resource *res) { /* last chunk */ struct chip_desc *dp; @@ -137,9 +137,16 @@ chipavail -= size + (2*sizeof(*dp)); /*MILAN*/ - if (!request_mem_region(ZTWO_PADDR(ptr), size, name)) - printk(KERN_WARNING "amiga_chip_alloc: region of size %ld at 0x%08lx " - "is busy\n", size, ZTWO_PADDR(ptr)); + if (res) { + res.start = ZTWO_PADDR(ptr); + res.end = res.start+size-1; + /* FIXME: remove the actual test and the printk */ + if (!request_resource(&iomem_resource, res)) + printk("amiga_chip_alloc: failed for %s [1]\n", res->name); + } else + /* FIXME: remove the actual test and the printk */ + if (!request_mem_region(ZTWO_PADDR(ptr), size, name)) + printk("amiga_chip_alloc: failed for %s [2]\n", name); return ptr; } --- linux-2.4.0-test8/arch/m68k/amiga/amisound.c Fri Jul 28 21:19:00 2000 +++ geert-chipram-2.4.0-test8/arch/m68k/amiga/amisound.c Thu Sep 14 16:27:21 2000 @@ -11,6 +11,7 @@ #include <linux/sched.h> #include <linux/timer.h> #include <linux/init.h> +#include <linux/ioport.h> #include <asm/system.h> #include <asm/amigahw.h> @@ -40,9 +41,11 @@ static u_long clock_constant; +static struct resource beep_res = { "Beep" }; + void __init amiga_init_sound(void) { - snd_data = amiga_chip_alloc(sizeof(sine_data), "Beep"); + snd_data = __amiga_chip_alloc(sizeof(sine_data), NULL, &beep_res); if (!snd_data) { printk (KERN_CRIT "amiga init_sound: failed to allocate chipmem\n"); return; --- linux-2.4.0-test8/arch/m68k/amiga/amiga_ksyms.c Tue Jul 18 14:04:31 2000 +++ geert-chipram-2.4.0-test8/arch/m68k/amiga/amiga_ksyms.c Thu Sep 14 16:25:15 2000 @@ -18,7 +18,7 @@ EXPORT_SYMBOL(amiga_hw_present); EXPORT_SYMBOL(amiga_eclock); EXPORT_SYMBOL(amiga_colorclock); -EXPORT_SYMBOL(amiga_chip_alloc); +EXPORT_SYMBOL(__amiga_chip_alloc); EXPORT_SYMBOL(amiga_chip_free); EXPORT_SYMBOL(amiga_chip_avail); EXPORT_SYMBOL(amiga_chip_size); --- linux-2.4.0-test8/arch/m68k/amiga/config.c Mon Jul 17 15:13:27 2000 +++ geert-chipram-2.4.0-test8/arch/m68k/amiga/config.c Thu Sep 14 16:29:34 2000 @@ -828,9 +828,12 @@ } } +static struct resource debug_res = { "Debug" }; + static void amiga_savekmsg_init(void) { - savekmsg = (struct savekmsg *)amiga_chip_alloc(SAVEKMSG_MAXMEM, "Debug"); + savekmsg = (struct savekmsg *)amiga_chip_alloc(SAVEKMSG_MAXMEM, NULL, + &debug_res); savekmsg->magic1 = SAVEKMSG_MAGIC1; savekmsg->magic2 = SAVEKMSG_MAGIC2; savekmsg->magicptr = virt_to_phys(savekmsg); Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Geert U. <ge...@li...> - 2000-09-14 17:02:04
|
On Wed, 13 Sep 2000, Roman Zippel wrote: > I applied now also the zorro bus patches and here is the new /proc/iomem > output: > > 00000000-001fffff : Chip RAM > 000b71e8-000be717 : Floppy > 000be728-000be73f : Beep > 000be750-001ffff7 : amifb [RAM] > 00200000-009fffff : Zorro II mem > 00bfe100-00bfe1ff : parallel > 00bfeb00-00bfebff : amikeyb > 00dd2000-00dd3fff : IDE > 00dff00a-00dff00b : amigamouse [Denise] > 00dff020-00dff027 : amiflop [Paula] > 00dff030-00dff033 : amiserial [Paula] > 00dff0e0-00dff1ff : amifb [Denise/Lisa] > 00e80000-00efffff : Zorro II exp > 00e90000-00e9ffff : Village Tronic Ariadne II [Ethernet Card] > 00e90600-00e9067f : RTL8019AS > 00f01060-00f2105f : Phase 5 CyberStorm Mk III [Accelerator and SCSI Host Adapter] > 07400000-07ffffff : 32-bit Fast RAM > 08000000-09ffffff : 32-bit Fast RAM > 40000000-7fffffff : Zorro III cfg > ff000000-ffffffff : Zorro III exp I'm still missing some things (CIA, custom[*]). I suppose arch/ppc/amiga/config.c is still not 100% in sync with arch/m68k/amiga/config.c? BTW, the RAM on the CyberStorm is probably 64-bit and not 32-bit? Unfortunately I see no simple solution to autodetect this. Perhaps if (CyberStorm && address >= 08000000)? > (BTW there is really no ZIII card :-) ). What a pity... /me has no ZIII cards neither... Gr{oetje,eeting}s, Geert [*] If Denise, Agnus and Paula were not that tangled together (actually they're one large IC from an era such large ICs were too expensive), I would separate custom into 3 parts as well. -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Geert U. <ge...@li...> - 2000-09-14 17:02:02
|
On Thu, 14 Sep 2000, Roman Zippel wrote: > I know now why debug=mem wasn't working. It calls amiga_chip_alloc(), > which calls request_mem_region(), what doesn't work yet at that time yet. > I had the same problem for amiga_init_sound(), that I could easily delay, > but for debugging output we need that memory as early as possible. > Right now I simply don't call request_mem_region() when mem_init_done > isn't true yet, but somehow I don't like this. Anyone any better idea? > Anyway, debug=mem is now usable again... So on APUS that doesn't work? On m68k (I have to admit using an older kernel) the request_mem_region() just fails. Usually the solution is to provide your own struct resource and call request_resource(&iomem_resource, &my_resource) for `early' resource management. I'll try to cook an (untested) patch... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Geert U. <ge...@li...> - 2000-09-14 17:01:55
|
On Thu, 14 Sep 2000, Geert Uytterhoeven wrote: > On Thu, 14 Sep 2000, Geert Uytterhoeven wrote: > > I'll try to cook an (untested) patch... > > Does this sound OK? Please remove the debug code (marked with FIXME) after > testing. These cases just shouldn't happen. Hmmm... since we need the struct resource anyway, perhaps it's even better to always use the static struct resource. And it doesn't make much sense to have two types of resource management (struct resource and struct chip_desc), so I'll remove the latter. Wait and see... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Michel <dae...@st...> - 2000-09-14 14:20:11
|
Michel Dänzer wrote: > > CVSROOT: /cvsroot/linux-apus > Module name: 2.2 > Repository: 2.2/drivers/scsi/ > Changes by: mda...@sl.... 00/09/14 07:03:44 > > Added files: > 2.2/drivers/scsi/: 53c770.c 53c770.h > > Log message: > CSPPC driver code in unknown state I got this code from François Prowse via Michel De Meerleer. Fred, can you please look at it and share with us if you think it's of any use? Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project |
From: Michel D. <mda...@us...> - 2000-09-14 14:03:45
|
CVSROOT: /cvsroot/linux-apus Module name: 2.2 Repository: 2.2/drivers/scsi/ Changes by: mda...@sl.... 00/09/14 07:03:44 Added files: 2.2/drivers/scsi/: 53c770.c 53c770.h Log message: CSPPC driver code in unknown state |
From: Michel D. <mda...@us...> - 2000-09-14 14:03:02
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/scsi/ Changes by: mda...@sl.... 00/09/14 07:03:01 Added files: 2.3/drivers/scsi/: 53c770.c 53c770.h Log message: CSPPC driver code in unknown state |
From: Michel <dae...@st...> - 2000-09-14 13:17:44
|
Robert Ramiega wrote: > > On Thu, Sep 14, 2000 at 01:31:21AM +0200, Michel Dänzer wrote: > > > > I feel guilty... I've been playing a bit with pm2fb, trying to get some > > stuff from our 2.2 version back in, and I also had display problems the > > last time I tried, and now I haven't had any time no more. > You mean backporting from 2.4 to 2.2 or vice versa ? The latter. Unfortunately, our latest 2.2 version of pm2fb has never been integrated into Linus' tree... > with 2.2 i have this problem permanently (uptill now it was just inconvience > for me; right now it started to bother me as i can't check kernel progress). I haven't seen problems with 2.2, and all the problems I had were in Linux and non-fatal. > With 2.4.0-test4 the problem was almost non-existant (and test4 was too > unstable for me to use <<my machine needs to be up 24/7>>) > > > > Please try reverting pm2fb to a revision before I broke it ;) > Did You changed anything between test7 and test4 ? I think so. Or maybe it's even changes from the bitkeeper import? > (ok, i'll try to get sources of test4 and see for myself - looks like nice > experience with cvs =o))) I think looking at the changes in pm2fb.[ch] should suffice. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project |
From: Geert U. <ge...@li...> - 2000-09-14 11:16:32
|
On Wed, 13 Sep 2000, Ken Tyler wrote: > On Wed, 13 Sep 2000, Michel [iso-8859-1] Dänzer wrote: > > Mac-On-Linux (MOL) lets you run MacOS natively in Linux, much like VMWare. > > Sounds interesting, my kid is always wanting MacOS for some reason. Doh, where is the time parents raised their kids properly ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Robert R. <ro...@pl...> - 2000-09-14 09:26:07
|
On Wed, Sep 13, 2000 at 11:58:32AM +0000, Roman Zippel wrote: > import bitkeeper (2.4.0-test8) Is it bootable/working on APUS or needs some twiddling ? (can i have some working .config please =o))) -- Robert Ramiega | ro...@pl... IRC: _Jedi_ | Don't underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
From: Robert R. <ro...@pl...> - 2000-09-14 09:08:33
|
On Thu, Sep 14, 2000 at 01:31:21AM +0200, Michel Dänzer wrote: > > I feel guilty... I've been playing a bit with pm2fb, trying to get some stuff > from our 2.2 version back in, and I also had display problems the last time I > tried, and now I haven't had any time no more. You mean backporting from 2.4 to 2.2 or vice versa ? with 2.2 i have this problem permanently (uptill now it was just inconvience for me; right now it started to bother me as i can't check kernel progress). With 2.4.0-test4 the problem was almost non-existant (and test4 was too unstable for me to use <<my machine needs to be up 24/7>>) > > Please try reverting pm2fb to a revision before I broke it ;) Did You changed anything between test7 and test4 ? (ok, i'll try to get sources of test4 and see for myself - looks like nice experience with cvs =o))) -- Robert Ramiega | ro...@pl... IRC: _Jedi_ | Don't underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
From: Michel <dae...@st...> - 2000-09-13 23:31:47
|
Robert Ramiega wrote: > > On Wed, Sep 13, 2000 at 09:02:25AM +0200, Frank Petzold wrote: > > fter the patches to mm -test7 boots again (for me). But I can't load > So You are more lucky than me =o))) Can You please send me Your .config ? > > Today i tried to boot 2.4-test7 compiled with and without "PCI for > Permedia" in both cases it didn't boot. Unfortunately i can't check progress > with bootmesg or dmesg due to problems with Permedia display (i have to turn > Amiga off for a couple of minutes to get rid of them). This is somewhat > strange at first i suspected overheating problems but CGFX logo looks > perfectly ok while 9 out of 10 times WB screen is heavily screwed (somtimes > i'm able to see some parts of my X root) and amiga just hangs there. To add > confusion i now remember that after using 2.4test4 for some days (and > rebooting a couple of times) i had no such problems. Anyway soon i;ll add > some fan/cooler on Permedia and see if i can get any further with 2.4 =o)) I feel guilty... I've been playing a bit with pm2fb, trying to get some stuff from our 2.2 version back in, and I also had display problems the last time I tried, and now I haven't had any time no more. Please try reverting pm2fb to a revision before I broke it ;) Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project |