From: Alan b. <ala...@us...> - 2002-02-09 23:22:32
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/amiga/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/09 15:22:31 Log message: Changed the A2000 clock entry in same way as the A3000 changed by Roman Zippel...after a recommendation by Roman. It allows the A1200 to now boot. Modified files: 2.3/arch/ppc/amiga/: config.c Revision Changes Path 1.15 +16 -8 2.3/arch/ppc/amiga/config.c |
From: Alan B. <al...@ms...> - 2002-02-11 09:48:36
|
hi, > Log message: > Changed the A2000 clock entry in same way as the A3000 changed by > Roman Zippel...after a recommendation by Roman. It allows the A1200 > to now boot. ...sorry, badly worded. It allows the A1200 to now get past the timer part at the beginning. The A1200 603ePPC machine now gets to some nastiness down at the IDE initialisation alan |
From: Alan b. <ala...@us...> - 2002-02-12 12:19:36
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/char/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/12 04:19:35 Log message: Removal of duplicate A2232 support option. A2232 is configured with the other Amiga devices in the General Tab Perhaps we should move these to their rightful places? Modified files: 2.3/drivers/char/: Config.in Revision Changes Path 1.4 +62 -114 2.3/drivers/char/Config.in |
From: Geert U. <ge...@li...> - 2002-02-12 12:25:47
|
On Tue, 12 Feb 2002, Alan buxey wrote: > CVSROOT: /cvsroot/linux-apus > Module name: 2.3 > Repository: 2.3/drivers/char/ > Changes by: alanbuxey@usw-pr-cvs1. 02/02/12 04:19:35 > > Log message: > Removal of duplicate A2232 support option. > A2232 is configured with the other Amiga devices in the General Tab > Perhaps we should move these to their rightful places? > > Modified files: > 2.3/drivers/char/: > Config.in Actually drivers/char/Config.in is the correct place. On m68k it's also in arch/m68k/config.in, since the m68k config doesn't include drivers/char/Config.in (yet) due to lots of irrelevant ISA drivers. But you can safely remove it from arch/ppc/config.in. 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: Alan B. <al...@ms...> - 2002-02-12 12:31:48
|
hi, > Actually drivers/char/Config.in is the correct place. this is what I thought. okay, I propose to move all of char devices Amiga builtin serial support Multiface Card III serial support A2232 serial support RBM IOBlix Zorro2 serial support to the devices/char/Config.in t'is okay? alan |
From: Geert U. <ge...@li...> - 2002-02-12 13:18:59
|
On Tue, 12 Feb 2002, Alan Buxey wrote: > > Actually drivers/char/Config.in is the correct place. > > this is what I thought. > > okay, I propose to move all of char devices > > Amiga builtin serial support > Multiface Card III serial support > A2232 serial support > RBM IOBlix Zorro2 serial support > > to the devices/char/Config.in > > > t'is okay? Yes, assumed you protect the first one by CONFIG_AMIGA, and the others by CONFIG_ZORRO. We're not gonna make the same mistakes as the PeeCee boys, are we? :-) 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: Alan b. <ala...@us...> - 2002-02-12 12:21:35
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/12 04:21:35 Log message: Removal of GVP IO Extender from the config. As it needs to be updated to work with the new generic serial and parallel code. Modified files: 2.3/arch/ppc/: config.in Revision Changes Path 1.26 +3 -3 2.3/arch/ppc/config.in |
From: Alan b. <ala...@us...> - 2002-02-12 12:22:31
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/12 04:22:30 Log message: Updated the default config to match the removal/changes with GVP IOExtender and A2232 serial board Modified files: 2.3/arch/ppc/: defconfig Revision Changes Path 1.19 +3 -4 2.3/arch/ppc/defconfig |
From: Alan b. <ala...@us...> - 2002-02-12 12:59:47
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/char/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/12 04:59:46 Log message: Moved the Amiga char devices to the Character config menu, updated the defconfig accordingly. Left the PCMCIA options alone for now. Modified files: 2.3/arch/ppc/: config.in defconfig 2.3/drivers/char/: Config.in Revision Changes Path 1.27 +0 -14 2.3/arch/ppc/config.in 1.20 +9 -9 2.3/arch/ppc/defconfig 1.5 +16 -0 2.3/drivers/char/Config.in |
From: Alan b. <ala...@us...> - 2002-02-12 13:48:04
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/char/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/12 05:48:03 Log message: Enclosed APUS checking around the Amiga char devices in their new location Moved Whippet back to the General Tab - sat under PCMCIA enable/disable Updated the defconfig accordingly Modified files: 2.3/arch/ppc/: config.in defconfig 2.3/drivers/char/: Config.in Revision Changes Path 1.28 +3 -0 2.3/arch/ppc/config.in 1.21 +1 -1 2.3/arch/ppc/defconfig 1.6 +3 -4 2.3/drivers/char/Config.in |
From: Alan b. <ala...@us...> - 2002-02-12 15:38:06
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/scsi/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/12 07:11:55 Log message: Modified the entry for Cyberstorm Mk III SCSI. make xconfig should now work beautifully again...for those that want it 8-) Modified files: 2.3/drivers/scsi/: Config.in Revision Changes Path 1.13 +1 -1 2.3/drivers/scsi/Config.in |
From: Alan b. <ala...@us...> - 2002-02-12 15:45:14
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/12 07:45:12 Log message: Contexted the non-APUS options. IEEE, Memory devices, IrDA, Mac devices, USB and Bluetooth. Modified files: 2.3/arch/ppc/: config.in Revision Changes Path 1.29 +16 -4 2.3/arch/ppc/config.in |
From: Roman Z. <zi...@li...> - 2002-02-12 19:15:02
|
Hi, On Tue, 12 Feb 2002, Alan buxey wrote: > Log message: > Contexted the non-APUS options. IEEE, Memory devices, IrDA, Mac devices, > USB and Bluetooth. Was there any problem with that? I'd prefer not to have all these ifs, simply ignore these entries. If they cause any problem, if they are enabled, fix the real problem. Could you also merge the two CONFIG_AMIGA_PCMCIA tests? bye, Roman |
From: Alan b. <ala...@us...> - 2002-02-15 12:34:51
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/15 04:34:50 Log message: Combined the two CONFIG_AMIGA_PCMCIA checks (for Whippet and NE2000) Modified files: 2.3/arch/ppc/: config.in Revision Changes Path 1.30 +0 -2 2.3/arch/ppc/config.in |
From: Giorgio T. <gt...@us...> - 2002-02-15 17:42:09
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/Documentation/ Changes by: gterzi@usw-pr-cvs1. 02/02/15 09:42:06 Log message: added IOBlix description Modified files: 2.3/Documentation/: Configure.help Revision Changes Path 1.22 +10006 -49262.3/Documentation/Configure.help |
From: Alan b. <ala...@us...> - 2002-02-18 10:18:59
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/ Changes by: alanbuxey@usw-pr-cvs1. 02/02/18 02:18:58 Log message: Fixed missing/wrong "]" warning/error on make config. spaces were absent Modified files: 2.3/arch/ppc/: config.in Revision Changes Path 1.31 +2 -2 2.3/arch/ppc/config.in |
From: Roman Z. <zi...@us...> - 2002-03-22 21:31:38
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/mm/ Changes by: zippel@usw-pr-cvs1. 02/03/22 13:31:37 Log message: conflict fixes from import bitkeeper (2.4.18) Modified files: ./: Makefile 2.3/Documentation/: Configure.help 2.3/arch/ppc/: config.in 2.3/arch/ppc/kernel/: head.S irq.c ppc_ksyms.c setup.c time.c 2.3/arch/ppc/mm/: init.c mmu_decl.h pgtable.c ppc_mmu.c 2.3/drivers/char/: Config.in Makefile 2.3/drivers/net/: Makefile 2.3/drivers/parport/: share.c 2.3/drivers/scsi/: Makefile 2.3/drivers/video/: Config.in fbmem.c 2.3/include/asm-ppc/: pgtable.h 2.3/mm/: page_alloc.c Removed files: 2.3/arch/ppc/boot/common/: no_initrd.c 2.3/arch/ppc/boot/mbx/: Makefile embed_config.c gzimage.c head.S head_8260.S iic.c m8260_tty.c m8xx_tty.c misc.c pci.c qspan_pci.c rdimage.c 2.3/arch/ppc/boot/pmac/: dummy.c ld.script 2.3/arch/ppc/boot/tree/: Makefile irSect.c irSect.h ld.script main.c misc.S 2.3/arch/ppc/boot/utils/: mkevimg mkirimg mksimage.c offset piggyback.c sioffset sisize size 2.3/drivers/sound/cs4281/: cs4281_wrapper-24.c 2.3/include/asm-s390/: s390-gdbregs.h 2.3/include/asm-s390x/: s390-gdbregs.h Revision Changes Path 1.33 +13 -10 2.3/Makefile 1.23 +242 -94 2.3/Documentation/Configure.help 1.32 +5 -1 2.3/arch/ppc/config.in 1.27 +1 -1 2.3/arch/ppc/kernel/head.S 1.15 +1 -1 2.3/arch/ppc/kernel/irq.c 1.31 +2 -1 2.3/arch/ppc/kernel/ppc_ksyms.c 1.24 +3 -3 2.3/arch/ppc/kernel/setup.c 1.18 +1 -3 2.3/arch/ppc/kernel/time.c 1.26 +5 -14 2.3/arch/ppc/mm/init.c 1.4 +2 -1 2.3/arch/ppc/mm/mmu_decl.h 1.5 +73 -5 2.3/arch/ppc/mm/pgtable.c 1.4 +6 -27 2.3/arch/ppc/mm/ppc_mmu.c 1.7 +12 -1 2.3/drivers/char/Config.in 1.20 +3 -2 2.3/drivers/char/Makefile 1.13 +12 -12 2.3/drivers/net/Makefile 1.5 +6 -2 2.3/drivers/parport/share.c 1.9 +1 -1 2.3/drivers/scsi/Makefile 1.8 +3 -2 2.3/drivers/video/Config.in 1.14 +6 -0 2.3/drivers/video/fbmem.c 1.15 +2 -11 2.3/include/asm-ppc/pgtable.h 1.22 +6 -9 2.3/mm/page_alloc.c |
From: Roman Z. <zi...@us...> - 2002-03-23 01:32:47
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/ Changes by: zippel@usw-pr-cvs1. 02/03/22 17:32:47 Log message: update defconfig Modified files: 2.3/arch/ppc/configs/: apus_defconfig 2.3/arch/ppc/: defconfig Revision Changes Path 1.17 +21 -137 2.3/arch/ppc/configs/apus_defconfig 1.22 +17 -132 2.3/arch/ppc/defconfig |
From: Roman Z. <zi...@us...> - 2002-03-23 01:48:49
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/amiga/ Changes by: zippel@usw-pr-cvs1. 02/03/22 17:48:49 Log message: disable interrupts in the custom chip to avoid early spurious interrupts Modified files: 2.3/arch/ppc/amiga/: amiints.c cia.c Revision Changes Path 1.9 +45 -43 2.3/arch/ppc/amiga/amiints.c 1.5 +5 -0 2.3/arch/ppc/amiga/cia.c |
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: 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: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: 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-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-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 |