From: Rene B. <re...@we...> - 2002-08-19 19:34:21
|
Hi, Ken! On 2002.08.13 23:04 Ken Tyler wrote: > > > On Tue, 13 Aug 2002, Rene Brothuhn wrote: > > > On 2002.08.13 00:26 Ken Tyler wrote: > > > Can you describe what happens before the machine hangs? > > Everything appears to be working perfectly, then stops dead, cursor stops > flashing, no heartbeat LED, no magic sysrequest, no kb. > > > Realy odd. As I said, I copied my system (approx. 1.3GB) to the UW > drive > > and booted from it whithout any problem. > > The mean difference I see is that Giorgio and I using the Permedia card > > and you not. Maybe there is something with the PCI stuff in the driver. > > Can you send me the compiler warnings you get when the 53c770 is > compiled? > > I don't have any PCI enabled. I have made some tests this weekend, just to see if the SCSI-deadlocks has something todo with the PCI stuff. I have compiled a kernel without PCI, have removed my Permedia card and used a RetinaZ3 instead (borrowed from a friend). I could not notice any problem (except the CD-ROM problem) when using UW-SCSI. So maybe the problem lies somewhere in your configuration. Maybe you are using old CS-PPC firmware and/or old ppc.library/680x0.library. Because I'm wondering why you must use ElfLoadSeg in startup-sequence to load the ppc.library and starting linux. This is not necessary on my machine, if I start linux with a simple startup-squence. Also you should use PPCInstall to load the ppc.library instead of ElfLoadSeg. As far as I know, you can find the latest ppc/flash stuff under: ftp://ftp.meanmachine.ch/pub/amiga/ppclib/ I hope this will help... Ciao, Renè |
From: Ken T. <ke...@we...> - 2002-08-19 21:04:58
|
On Mon, 19 Aug 2002, Rene Brothuhn wrote: Hello, I've compiled a kernel with PCI enabled but not tested it yet due to other goings on around here. I flashed the card with the latest (last ?) update some time ago but I didn't do the SCSI if it needs to be done seperately. I looked into why I needed ElfLoadSeg in the Startup-Sequence of the small direct Linux boot partition and not on my ususal boot. The reason is that the small boot partition doesn't have support for the CV-64/3d, no cgxsytem.library. It appears the library loads the ppc.library and fires up the PPC. Move the cgxsystem.library out of the way and boot ADOS in AGA and the bootstrap won't work - assuming nothing else loads the ppc.library. Are you sure about PPCInstall vs. ElfLoadSeg ? I got the idea from the documentation PPCInstall was a temporary measure and ElfLoadSeg was the proper way. Thanks for looking into this, I'll test my PCI enabled kernel and read up on if I need flash the SCSI. Might also explain the internet slowdowns I see with a UW drive connected. Ken. > I have made some tests this weekend, just to see if the SCSI-deadlocks has > something todo with the PCI stuff. I have compiled a kernel without PCI, > have removed my Permedia card and used a RetinaZ3 instead (borrowed from a > friend). I could not notice any problem (except the CD-ROM problem) when > using UW-SCSI. > > So maybe the problem lies somewhere in your configuration. Maybe you are > using old CS-PPC firmware and/or old ppc.library/680x0.library. Because > I'm wondering why you must use ElfLoadSeg in startup-sequence to load the > ppc.library and starting linux. This is not necessary on my machine, if I > start linux with a simple startup-squence. Also you should use PPCInstall > to load the ppc.library instead of ElfLoadSeg. > As far as I know, you can find the latest ppc/flash stuff under: > > ftp://ftp.meanmachine.ch/pub/amiga/ppclib/ |
From: Rene B. <re...@we...> - 2002-08-22 16:19:31
|
Hello! > > I've compiled a kernel with PCI enabled but not tested it yet due to > other goings on around here. > > I flashed the card with the latest (last ?) update some time ago but I > didn't do the SCSI if it needs to be done seperately. Are you sure? I think this was many yaers ago, now the SCSI and PPC stuff are in only one flash. > I looked into why I needed ElfLoadSeg in the Startup-Sequence of the > small > direct Linux boot partition and not on my ususal boot. The reason is that > the small boot partition doesn't have support for the CV-64/3d, no > cgxsytem.library. It appears the library loads the ppc.library and fires > up the PPC. Move the cgxsystem.library out of the way and boot ADOS in > AGA > and the bootstrap won't work - assuming nothing else loads the > ppc.library. I do the same, a small partition containing C:, S:, LIBS: and the kernel stuff. In S: there is a simple startup-sequence which only contains the bootstrap command, not even setpatch is loaded. Using PPCInstall or ElfLoadSeg is not necessary. > Are you sure about PPCInstall vs. ElfLoadSeg ? I got the idea from the > documentation PPCInstall was a temporary measure and ElfLoadSeg was the > proper way. Hmm... My PPCInstall.doc says: PPCInstall (Not necessary for BlizzardPPCs where the ppc.library is in the flashrom. Only remuve ElfLoadSeg if you installed it) This program loads the ppc.library which enables the ELF DOS patch. The functionality of ElfLoadSeg is now inside of the ppc.library since V46. Put PPCInstall >NIL: in your s:user-startup if you always want to start the ppc.library. Ciao, Renè |
From: Ken T. <ke...@we...> - 2002-09-02 22:54:28
|
On Thu, 22 Aug 2002, Rene Brothuhn wrote: > Hello! G'day ! > > I've compiled a kernel with PCI enabled but not tested it yet due to > > other goings on around here. Still not tested this as I've been away for the last 10 days but I will. > Are you sure? I think this was many yaers ago, now the SCSI and PPC stuff > are in only one flash. You're probably right on this so my ROM should be upto date. > I do the same, a small partition containing C:, S:, LIBS: and the kernel > stuff. In S: there is a simple startup-sequence which only contains the > bootstrap command, not even setpatch is loaded. Using PPCInstall or > ElfLoadSeg is not necessary. It certainly won't work for me. On my boot partition I need ElfLoadSeg or PPCInstall to get the ppc.library loaded and the PPC started On my AmigaDOS partition I don't have ElfLoadSeg or PPCInstall. As I said before, If I remove cgxsytem.library and boot in AGA np PPC prog will run. Can you tell me if the ppc.library is loaded before bootstrap runs or does the bootstrap cause it to be loaded ? > Hmm... My PPCInstall.doc says: > PPCInstall ... > Put PPCInstall >NIL: in your s:user-startup if you > always want to start the ppc.library. OK I believe you ! I'll use PPCInstall instead but I'd like to know why I need it and you dont. Ken. |
From: Ken T. <ke...@we...> - 2002-09-16 12:21:18
|
On Thu, 22 Aug 2002, Rene Brothuhn wrote: > > I've compiled a kernel with PCI enabled but not tested it yet due to > > other goings on around here. > > Hello, I've been away on holiday for a while and not done any testing of the UW SCSI controller. The problem I was having was ethernet blocking or stalling if anything was connected to the UW 53c770 contoller. Compiling in PCI didn't help but removing the 53c710 A4091 driver did. Without the A4091, the UW controller is almost perfect... Almost because I still get the system freezes when accessing SCSI disks that I always got with the A4091 ! What can be going on ? The 53c710 driver for the A4091 works perfectly (I'm told) in the A4000T and I can't imagine there's a problem in the higher level SCSI code. What is unique with A4000 and CVPPC combination ? Could it be as simple as a hardware ram problem ? Ken. |
From: Reinhard N. <rn...@gm...> - 2002-09-16 15:59:47
|
Ken Tyler wrote: > > On Thu, 22 Aug 2002, Rene Brothuhn wrote: > > >>>I've compiled a kernel with PCI enabled but not tested it yet due to >>>other goings on around here. >>> >> > > Hello, > > I've been away on holiday for a while and not done any testing of the UW > SCSI controller. > > The problem I was having was ethernet blocking or stalling if anything was > connected to the UW 53c770 contoller. Compiling in PCI didn't help but > removing the 53c710 A4091 driver did. Without the A4091, the UW > controller is almost perfect... > > Almost because I still get the system freezes when accessing SCSI disks > that I always got with the A4091 ! Sounds interesting. Would you please lookup my mail in the linux-apus-user list (Kernel 2.4.x & A3000T) and tell me, if you experience similar problems? > What can be going on ? > > The 53c710 driver for the A4091 works perfectly (I'm told) in the A4000T > and I can't imagine there's a problem in the higher level SCSI code. > > What is unique with A4000 and CVPPC combination ? Maybe PPC 604e? > Could it be as simple as a hardware ram problem ? I've thought about that too. How can we test this? I thought about making a diskless station and try a kernel compile then. Bye. -- Dipl.-Inform. (FH) Reinhard Nissl mailto:rn...@gm... |
From: Fred H. <hei...@am...> - 2002-08-21 11:44:19
|
On Tue, 13 Aug 2002, Rene Brothuhn wrote: > On 2002.08.13 00:26 Ken Tyler wrote: > > > > > > On Mon, 12 Aug 2002, Rene Brothuhn wrote: > > > > > Log message: > > > fisrt working version of the CSPPC-SCSI driver > > > > Congratulations to Rene for this ! > > > > Fred H. also who did a lot of work on this driver > > > Oh yes, Fred Heitkamp has done realy good work on the driver. I forgot to > mention. Thank you. I'm glad I could help. I haven't been using my Amiga much lately since my Ariadne went bad. I just have a problem with paying over $100 for a 10mbit ethernet card. Maybe if a 100mbit card was available I'd get one. Of course maybe the old Amiga Zorro bus would not support the speeds required. I may try the new driver though. Has the driver been installed in the CVS version of the kernel? Fred |
From: Rene B. <re...@we...> - 2002-08-22 16:21:24
|
Hi, Fred! On 2002.08.21 13:43 Fred Heitkamp wrote: > > Thank you. I'm glad I could help. I haven't been using my Amiga > much lately since my Ariadne went bad. I just have a problem with > paying over $100 for a 10mbit ethernet card. Maybe if a 100mbit > card was available I'd get one. Of course maybe the old Amiga > Zorro bus would not support the speeds required. > > I may try the new driver though. Has the driver been installed in > the CVS version of the kernel? Yes, its in the CVS. Just a replacement of your old version. Ciao, Renè |
From: Roman Z. <zi...@us...> - 2002-09-25 22:24:51
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/ide/ Changes by: zippel@usw-pr-cvs1. 02/09/25 15:24:50 Log message: acknowledge interrupt also during probing Modified files: 2.3/drivers/ide/: ide-probe.c Revision Changes Path 1.6 +1 -0 2.3/drivers/ide/ide-probe.c |
From: Roman Z. <zi...@us...> - 2002-12-08 21:36:19
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/scripts/cramfs/ Changes by: zippel@sc8-pr-cvs1. 02/12/08 13:36:18 Log message: conflict fixes from import linuxppc (2.4.20) Modified files: ./: Makefile 2.3/Documentation/: Configure.help 2.3/arch/ppc/: Makefile config.in defconfig 2.3/arch/ppc/amiga/: amiints.c cia.c config.c 2.3/arch/ppc/configs/: apus_defconfig 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 ppc_mmu.c 2.3/arch/ppc/platforms/: apus_setup.c 2.3/drivers/char/: Config.in Makefile amiserial.c genrtc.c mem.c 2.3/drivers/ide/: Config.in ide-probe.c ide.c 2.3/drivers/net/: 8390.h Makefile ariadne2.c 2.3/drivers/parport/: init.c 2.3/drivers/scsi/: Config.in Makefile fastlane.c 2.3/drivers/sound/dmasound/: dmasound_core.c 2.3/drivers/video/: Config.in amifb.c fbcon.c fbmem.c pm2fb.c virgefb.c 2.3/fs/proc/: proc_misc.c 2.3/include/asm-ppc/: amigaints.h bootinfo.h mpc8xx.h page.h pgtable.h ppc4xx.h rtc.h 2.3/include/linux/: parport.h rtc.h 2.3/mm/: page_alloc.c Added files: 2.3/arch/mips/: defconfig-cobalt 2.3/arch/mips/cobalt/: Makefile int-handler.S pci.c reset.c setup.c via.c 2.3/drivers/video/sis/: sis.h 2.3/include/asm-mips/: highmem.h Removed files: 2.3/arch/ia64/hp/: hpsim_console.c hpsim_irq.c hpsim_machvec.c hpsim_setup.c hpsim_ssc.h 2.3/arch/ia64/sn/: Makefile 2.3/arch/ia64/sn/fprom/: Makefile README fpmem.c fpmem.h fprom.lds fpromasm.S fw-emu.c main.c runsim 2.3/arch/ia64/sn/io/: devsupport.c huberror.c ip37.c mem_refcnt.c ml_SN_intr.c pcibr.c 2.3/arch/ia64/sn/sn1/: Makefile discontig.c error.c iomv.c irq.c llsc4.c llsc4.h machvec.c mm.c probe.c setup.c smp.c sn1_asm.S sn1_ksyms.c sv.c synergy.c 2.3/arch/mips/ddb5476/: Makefile dbg_io.c int-handler.S irq.c nile4.c pci.c prom.c setup.c time.c 2.3/arch/mips/ddb5xxx/common/: irq_cpu.c pci.c pci_auto.c 2.3/arch/mips/dec/: irq.c 2.3/arch/mips/kernel/: r2300_misc.S r4k_misc.S 2.3/arch/mips/mm/: andes.c mips32.c r2300.c r4xx0.c r5432.c rm7k.c sb1.c 2.3/arch/mips/philips/nino/: kgdb.c reset.c rtc.c time.c 2.3/arch/mips/philips/nino/ramdisk/: Makefile ld.script 2.3/arch/mips/sgi/kernel/: Makefile indyIRQ.S indy_hpc.c indy_int.c indy_mc.c indy_rtc.c indy_sc.c reset.c setup.c system.c time.c 2.3/arch/mips64/arc/: Makefile arc_con.c cmdline.c console.c env.c file.c identify.c init.c memory.c misc.c salone.c time.c tree.c 2.3/arch/mips64/kernel/: r4k_tlb.S r4k_tlb_debug.c r4k_tlb_glue.S softfp.S 2.3/arch/mips64/math-emu/: Makefile cp1emu.c dp_add.c dp_cmp.c dp_div.c dp_fint.c dp_flong.c dp_frexp.c dp_fsp.c dp_logb.c dp_modf.c dp_mul.c dp_scalb.c dp_simple.c dp_sqrt.c dp_sub.c dp_tint.c dp_tlong.c ieee754.c ieee754.h ieee754d.c ieee754dp.c ieee754dp.h ieee754int.h ieee754m.c ieee754sp.c ieee754sp.h ieee754xcpt.c kernel_linkage.c sp_add.c sp_cmp.c sp_div.c sp_fdp.c sp_fint.c sp_flong.c sp_frexp.c sp_logb.c sp_modf.c sp_mul.c sp_scalb.c sp_simple.c sp_sqrt.c sp_sub.c sp_tint.c sp_tlong.c 2.3/arch/mips64/mips-boards/atlas/: Makefile atlas_int.c atlas_rtc.c atlas_setup.c 2.3/arch/mips64/mips-boards/generic/: Makefile cmdline.c display.c gdb_hook.c init.c memory.c mipsIRQ.S pci.c printf.c reset.c time.c 2.3/arch/mips64/mips-boards/malta/: Makefile malta_int.c malta_rtc.c malta_setup.c 2.3/arch/mips64/sgi-ip22/: Makefile ip22-berr.c ip22-hpc.c ip22-int.c ip22-irq.S ip22-mc.c ip22-reset.c ip22-rtc.c ip22-sc.c ip22-setup.c ip22-timer.c system.c time.c 2.3/arch/mips64/sgi-ip27/: Makefile TODO ip27-berr.c ip27-console.c ip27-init.c ip27-irq-glue.S ip27-irq.c ip27-klconfig.c ip27-klnuma.c ip27-memory.c ip27-nmi.c ip27-pci-dma.c ip27-pci.c ip27-reset.c ip27-rtc.c ip27-setup.c ip27-timer.c 2.3/arch/mips64/sgi-ip32/: Makefile crime.c ip32-berr.c ip32-irq-glue.S ip32-irq.c ip32-pci-dma.c ip32-pci.c ip32-rtc.c ip32-setup.c ip32-timer.c 2.3/arch/mips64/tools/: Makefile offset.c 2.3/arch/parisc/kernel/: pdc.c real1.c 2.3/arch/parisc/mm/: kmap.c pa11.c pa20.c 2.3/arch/ppc/kernel/: apus_pci.c apus_pci.h apus_setup.c chrp_pci.c chrp_setup.c chrp_smp.c chrp_time.c error_log.c error_log.h gemini_pci.c gemini_prom.S gemini_setup.c i8259.h local_irq.h oak_setup.c oak_setup.h open_pic.h pmac_backlight.c pmac_feature.c pmac_nvram.c pmac_pci.c pmac_pic.c pmac_pic.h pmac_setup.c pmac_smp.c pmac_time.c ppc4xx_pic.h ppc_asm.h ppc_asm.tmpl prep_pci.c prep_setup.c prep_time.c proc_rtas.c residual.c sleep.S walnut_setup.c walnut_setup.h xics.c xics.h 2.3/arch/s390/kernel/: ieee.h 2.3/drivers/bluetooth/: hci_uart.c 2.3/drivers/char/: acpi_serial.c 2.3/drivers/net/: starfire_firmware.pl zlib.c zlib.h 2.3/drivers/scsi/: cpqioctl.c 2.3/drivers/scsi/aacraid/: sap1sup.c 2.3/drivers/scsi/aic7xxx/: aic7770_linux.c aic7xxx.c aic7xxx_linux.c aic7xxx_linux_host.h aic7xxx_linux_pci.c 2.3/drivers/usb/: ibmcam.h 2.3/drivers/video/: sti-bmode.h sti.h sticon-bmode.c sticon.c sticore.c stifb.c 2.3/drivers/video/sis/: 325vtbl.h 2.3/fs/inflate_fs/: Makefile adler32.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inffixed.h inflate.c inflate_syms.c inftrees.c inftrees.h infutil.c infutil.h zconf.h zutil.h 2.3/fs/intermezzo/: kml.c kml_decode.c kml_setup.c kml_utils.c 2.3/fs/jffs2/: zlib.c zlib.h 2.3/fs/qnx4/: BUGS TODO 2.3/include/asm-arm/: vt.h 2.3/include/asm-arm/arch-sa1100/: pcmcia.h 2.3/include/asm-ia64/: acpi-ext.h acpikcfg.h efi.h 2.3/include/asm-ia64/sn/: agent.h hubspc.h hwcntrs.h iobus.h mem_refcnt.h mmzone.h mmzone_default.h mmzone_sn1.h nodemask.h synergy.h 2.3/include/asm-ia64/sn/ksys/: i2c.h 2.3/include/asm-ia64/sn/sn1/: kldir.h leds.h promlog.h router.h sn1.h uart16550.h 2.3/include/asm-mips/: fp.h 2.3/include/asm-mips/ddb5xxx/: debug.h pci.h 2.3/include/asm-mips/pmc/: ev64120.h ev64120int.h 2.3/include/asm-parisc/: bootdata.h hil.h md.h pdcpat.h real.h semaphore-helper.h 2.3/include/asm-ppc/: board.h bseip.h est8260.h fads.h gemini.h gemini_serial.h ivms8.h mbx.h oak.h rpxclassic.h rpxhiox.h rpxlite.h spd8xx.h tqm8xx.h 2.3/include/asm-sparc/: clock.h eeprom.h ultra.h 2.3/include/linux/: acpi_serial.h udf_167.h udf_udf.h zlib_fs.h 2.3/include/net/bluetooth/: bluez.h hci_uart.h hci_usb.h hci_vhci.h l2cap_core.h 2.3/net/bluetooth/: l2cap_core.c l2cap_proc.c 2.3/scripts/cramfs/: GNUmakefile cramfsck.c mkcramfs.c Revision Changes Path 1.34 +58 -26 2.3/Makefile 1.25 +2356 -504 2.3/Documentation/Configure.help 1.13 +17 -7 2.3/arch/ppc/Makefile 1.33 +28 -7 2.3/arch/ppc/config.in 1.24 +53 -88 2.3/arch/ppc/defconfig 1.10 +3 -3 2.3/arch/ppc/amiga/amiints.c 1.6 +3 -4 2.3/arch/ppc/amiga/cia.c 1.16 +64 -91 2.3/arch/ppc/amiga/config.c 1.19 +53 -88 2.3/arch/ppc/configs/apus_defconfig 1.28 +188 -40 2.3/arch/ppc/kernel/head.S 1.16 +16 -27 2.3/arch/ppc/kernel/irq.c 1.32 +14 -9 2.3/arch/ppc/kernel/ppc_ksyms.c 1.25 +61 -68 2.3/arch/ppc/kernel/setup.c 1.19 +21 -18 2.3/arch/ppc/kernel/time.c 1.27 +40 -19 2.3/arch/ppc/mm/init.c 1.5 +2 -0 2.3/arch/ppc/mm/mmu_decl.h 1.5 +74 -92 2.3/arch/ppc/mm/ppc_mmu.c 1.2 +84 -23 2.3/arch/ppc/platforms/apus_setup.c 1.8 +129 -45 2.3/drivers/char/Config.in 1.21 +52 -3 2.3/drivers/char/Makefile 1.6 +8 -34 2.3/drivers/char/amiserial.c 1.3 +222 -222 2.3/drivers/char/genrtc.c 1.12 +5 -3 2.3/drivers/char/mem.c 1.6 +30 -19 2.3/drivers/ide/Config.in 1.7 +174 -12 2.3/drivers/ide/ide-probe.c 1.7 +431 -91 2.3/drivers/ide/ide.c 1.5 +12 -1 2.3/drivers/net/8390.h 1.14 +16 -1 2.3/drivers/net/Makefile 1.10 +2 -0 2.3/drivers/net/ariadne2.c 1.3 +1 -0 2.3/drivers/parport/init.c 1.14 +6 -4 2.3/drivers/scsi/Config.in 1.10 +10 -4 2.3/drivers/scsi/Makefile 1.9 +2 -0 2.3/drivers/scsi/fastlane.c 1.7 +19 -23 2.3/drivers/sound/dmasound/dmasound_core.c 1.9 +55 -22 2.3/drivers/video/Config.in 1.14 +0 -1 2.3/drivers/video/amifb.c 1.4 +2 -6 2.3/drivers/video/fbcon.c 1.15 +44 -10 2.3/drivers/video/fbmem.c 1.7 +1 -1 2.3/drivers/video/pm2fb.c 1.11 +6 -5 2.3/drivers/video/virgefb.c 1.3 +63 -38 2.3/fs/proc/proc_misc.c 1.7 +1 -1 2.3/include/asm-ppc/amigaints.h 1.9 +5 -1 2.3/include/asm-ppc/bootinfo.h 1.7 +11 -13 2.3/include/asm-ppc/mpc8xx.h 1.7 +10 -6 2.3/include/asm-ppc/page.h 1.16 +23 -18 2.3/include/asm-ppc/pgtable.h 1.4 +5 -3 2.3/include/asm-ppc/ppc4xx.h 1.2 +24 -11 2.3/include/asm-ppc/rtc.h 1.6 +4 -1 2.3/include/linux/parport.h 1.2 +30 -2 2.3/include/linux/rtc.h 1.23 +141 -84 2.3/mm/page_alloc.c |
From: Roman Z. <zi...@us...> - 2002-12-10 18:50:54
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/ide/ Changes by: zippel@sc8-pr-cvs1. 02/12/10 10:50:53 Log message: add an another ide_ack_intr until I find the right place for it Modified files: 2.3/drivers/ide/: ide-probe.c Revision Changes Path 1.8 +4 -1 2.3/drivers/ide/ide-probe.c |
From: Michel D. <mda...@us...> - 2002-12-14 23:28:39
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/include/linux/ Changes by: mdaenzer@sc8-pr-cvs1. 02/12/14 15:28:38 Log message: ext3 data corruption fix by Andrew Morton Modified files: 2.3/fs/: buffer.c super.c 2.3/fs/ext3/: super.c 2.3/include/linux/: fs.h Revision Changes Path 1.4 +1332 -997 2.3/fs/buffer.c 1.5 +339 -555 2.3/fs/super.c 1.2 +60 -26 2.3/fs/ext3/super.c 1.5 +65 -15 2.3/include/linux/fs.h |
From: Roman Z. <zi...@us...> - 2003-06-28 21:33:40
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/include/linux/ Changes by: zippel@sc8-pr-cvs1. 03/06/28 14:33:39 Log message: support for ASFS Modified files: 2.3/Documentation/: Configure.help 2.3/Documentation/filesystems/: 00-INDEX 2.3/fs/: Config.in Makefile 2.3/include/linux/: fs.h Added files: 2.3/Documentation/filesystems/: asfs.txt 2.3/fs/asfs/: Makefile inode.c 2.3/include/linux/: asfs_fs.h asfs_fs_i.h asfs_fs_sb.h Revision Changes Path 1.26 +20 -0 2.3/Documentation/Configure.help 1.2 +14 -2 2.3/Documentation/filesystems/00-INDEX 1.2 +54 -8 2.3/fs/Config.in 1.4 +10 -4 2.3/fs/Makefile 1.6 +4 -0 2.3/include/linux/fs.h |
From: Geert U. <ge...@li...> - 2003-06-29 10:33:21
|
On Sat, 28 Jun 2003, Roman Zippel wrote: > CVSROOT: /cvsroot/linux-apus > Module name: 2.3 > Repository: 2.3/include/linux/ > Changes by: zippel@sc8-pr-cvs1. 03/06/28 14:33:39 > > Log message: > support for ASFS Is this the original version or does it already contain your cleanups? I cannot check myself, since cvs.linux-apus.sourceforge.net is currently down (Connection reset by peer). 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: Roman Z. <zi...@li...> - 2003-06-29 17:00:15
|
Hi, On Sun, 29 Jun 2003, Geert Uytterhoeven wrote: > Is this the original version or does it already contain your cleanups? I cannot > check myself, since cvs.linux-apus.sourceforge.net is currently down > (Connection reset by peer). I committed the modified version. bye, Roman |
From: Geert U. <ge...@li...> - 2003-06-30 14:27:24
|
Hi Roman, > > Is this the original version or does it already contain your cleanups? I cannot > > check myself, since cvs.linux-apus.sourceforge.net is currently down > > (Connection reset by peer). > > I committed the modified version. Can you please update m68k CVS, too? I still can't receive anything from linux-apus CVS on SF. 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: Roman Z. <zi...@us...> - 2003-07-03 12:14:30
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/include/linux/ Changes by: zippel@sc8-pr-cvs1. 03/07/03 05:14:29 Log message: conflict fixes from import linuxppc (2.4.21) Modified files: ./: Makefile 2.3/Documentation/: Configure.help 2.3/arch/ppc/: Makefile config.in defconfig 2.3/arch/ppc/amiga/: amiints.c cia.c config.c 2.3/arch/ppc/configs/: apus_defconfig 2.3/arch/ppc/kernel/: head.S ppc-stub.c ppc_ksyms.c setup.c time.c 2.3/arch/ppc/mm/: pgtable.c 2.3/arch/ppc/platforms/: apus_setup.c 2.3/drivers/char/: Config.in Makefile mem.c 2.3/drivers/ide/: ide-probe.c 2.3/drivers/net/: 8390.h Makefile 2.3/drivers/scsi/: Config.in Makefile amiga7xx.c fastlane.c 2.3/drivers/sound/dmasound/: dmasound_core.c 2.3/drivers/video/: Config.in fbmem.c 2.3/fs/: buffer.c 2.3/include/asm-ppc/: bootinfo.h io.h mpc8xx.h 2.3/include/linux/: fs.h rtc.h Removed files: 2.3/Documentation/usb/: scanner-hp-sane.txt 2.3/arch/ia64/sn/configs/sn1/: defconfig-bigsur-mp defconfig-bigsur-sp defconfig-dig-mp defconfig-dig-sp defconfig-generic-mp defconfig-generic-sp defconfig-hp-sp defconfig-prom-medusa defconfig-sn1-mp defconfig-sn1-mp-modules defconfig-sn1-mp-syn1-0 defconfig-sn1-sp 2.3/arch/ia64/sn/configs/sn2/: defconfig-dig-numa defconfig-sn2-dig-mp defconfig-sn2-dig-sp defconfig-sn2-mp defconfig-sn2-mp-modules defconfig-sn2-prom-medusa defconfig-sn2-sp 2.3/arch/ppc/boot/simple/: direct.S 2.3/arch/ppc/kernel/: pci.h 2.3/drivers/ide/: aec62xx.c ali14xx.c alim15x3.c amd74xx.c ataraid.c ataraid.h buddha.c cmd640.c cmd64x.c cs5530.c cy82c693.c dtc2278.c falconide.c gayle.c hd.c hpt34x.c hpt366.c hptraid.c hptraid.h ht6560b.c icside.c ide-adma.c ide-cs.c ide-features.c ide-m8xx.c ide-pci.c ide-pmac.c ide-sibyte.c it8172.c macide.c ns87415.c opti621.c pdc202xx.c pdc4030.c pdc4030.h pdcraid.c pdcraid.h piix.c q40ide.c qd65xx.c qd65xx.h rapide.c rz1000.c serverworks.c sis5513.c sl82c105.c slc90e66.c trm290.c umc8672.c via82cxxx.c 2.3/drivers/isdn/hisax/: amd7930.c rawhdlc.c rawhdlc.h 2.3/drivers/mtd/: bootldr.c 2.3/drivers/net/: daynaport.c 2.3/drivers/net/e100/: e100_proc.c e100_vendor.h 2.3/drivers/net/e1000/: e1000_proc.c 2.3/drivers/net/wan/: hdlc.c 2.3/drivers/s390/: idals.c 2.3/drivers/usb/: auerswald.c uhci-debug.h uhci.c uhci.h usb-ohci.c usb-ohci.h usb-uhci-debug.h usb-uhci.c usb-uhci.h vicam.h vicamurbs.h 2.3/drivers/usb/hcd/: Config.in Makefile ehci-dbg.c ehci-hcd.c ehci-hub.c ehci-mem.c ehci-q.c ehci-sched.c ehci.h 2.3/fs/befs/: befs_fs.h compatibility.h 2.3/include/asm-ia64/: offsets.h Revision Changes Path 1.35 +7 -6 2.3/Makefile 1.27 +497 -90 2.3/Documentation/Configure.help 1.14 +0 -1 2.3/arch/ppc/Makefile 1.34 +46 -10 2.3/arch/ppc/config.in 1.25 +46 -12 2.3/arch/ppc/defconfig 1.11 +0 -3 2.3/arch/ppc/amiga/amiints.c 1.7 +0 -3 2.3/arch/ppc/amiga/cia.c 1.17 +0 -3 2.3/arch/ppc/amiga/config.c 1.20 +46 -12 2.3/arch/ppc/configs/apus_defconfig 1.29 +53 -220 2.3/arch/ppc/kernel/head.S 1.8 +15 -38 2.3/arch/ppc/kernel/ppc-stub.c 1.33 +15 -9 2.3/arch/ppc/kernel/ppc_ksyms.c 1.26 +18 -102 2.3/arch/ppc/kernel/setup.c 1.20 +1 -6 2.3/arch/ppc/kernel/time.c 1.6 +20 -10 2.3/arch/ppc/mm/pgtable.c 1.3 +0 -3 2.3/arch/ppc/platforms/apus_setup.c 1.9 +19 -1 2.3/drivers/char/Config.in 1.22 +24 -2 2.3/drivers/char/Makefile 1.13 +85 -1 2.3/drivers/char/mem.c 1.9 +660 -331 2.3/drivers/ide/ide-probe.c 1.6 +4 -3 2.3/drivers/net/8390.h 1.15 +13 -5 2.3/drivers/net/Makefile 1.15 +2 -0 2.3/drivers/scsi/Config.in 1.11 +6 -1 2.3/drivers/scsi/Makefile 1.5 +2 -2 2.3/drivers/scsi/amiga7xx.c 1.10 +4 -4 2.3/drivers/scsi/fastlane.c 1.8 +1 -1 2.3/drivers/sound/dmasound/dmasound_core.c 1.10 +18 -9 2.3/drivers/video/Config.in 1.16 +7 -0 2.3/drivers/video/fbmem.c 1.5 +23 -28 2.3/fs/buffer.c 1.10 +4 -6 2.3/include/asm-ppc/bootinfo.h 1.14 +45 -11 2.3/include/asm-ppc/io.h 1.8 +19 -21 2.3/include/asm-ppc/mpc8xx.h 1.7 +34 -15 2.3/include/linux/fs.h 1.3 +4 -4 2.3/include/linux/rtc.h |
From: Roman Z. <zi...@us...> - 2003-07-03 22:59:51
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/amiga/ Changes by: zippel@sc8-pr-cvs1. 03/07/03 15:59:50 Log message: synchronize with m68k config.c Modified files: 2.3/arch/ppc/amiga/: config.c Revision Changes Path 1.18 +125 -122 2.3/arch/ppc/amiga/config.c |
From: Roman Z. <zi...@us...> - 2003-07-03 23:00:14
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/include/asm-ppc/ Changes by: zippel@sc8-pr-cvs1. 03/07/03 16:00:12 Log message: add ide_ack_intr Modified files: 2.3/include/asm-ppc/: ide.h Revision Changes Path 1.2 +34 -109 2.3/include/asm-ppc/ide.h |
From: Roman Z. <zi...@us...> - 2003-07-03 23:01:41
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/include/asm-ppc/ Changes by: zippel@sc8-pr-cvs1. 03/07/03 16:01:40 Log message: add casts to avoid warnings add z_ioremap functions Modified files: 2.3/include/asm-ppc/: zorro.h Revision Changes Path 1.2 +33 -7 2.3/include/asm-ppc/zorro.h |
From: Marek S. <mar...@us...> - 2003-07-09 23:47:51
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/fs/asfs/ Changes by: march123@sc8-pr-cvs1. 03/07/09 16:47:50 Log message: ASFS driver update Modified files: 2.3/fs/asfs/: inode.c Revision Changes Path 1.2 +95 -90 2.3/fs/asfs/inode.c |
From: Marek S. <mar...@us...> - 2003-07-09 23:53:22
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/include/linux/ Changes by: march123@sc8-pr-cvs1. 03/07/09 16:53:22 Log message: ASFS driver update Modified files: 2.3/include/linux/: asfs_fs_i.h asfs_fs_sb.h Revision Changes Path 1.2 +3 -2 2.3/include/linux/asfs_fs_i.h 1.2 +2 -0 2.3/include/linux/asfs_fs_sb.h |
From: Marek S. <mar...@us...> - 2003-07-09 23:54:47
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/Documentation/filesystems/ Changes by: march123@sc8-pr-cvs1. 03/07/09 16:54:46 Log message: ASFS driver update Modified files: 2.3/Documentation/filesystems/: asfs.txt Revision Changes Path 1.2 +2 -3 2.3/Documentation/filesystems/asfs.txt |
From: Marek S. <mar...@us...> - 2003-07-10 19:46:57
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/sound/dmasound/ Changes by: march123@sc8-pr-cvs1. 03/07/10 12:46:53 Log message: Fix sound distortion during console change Modified files: 2.3/drivers/sound/dmasound/: dmasound.h Revision Changes Path 1.4 +28 -20 2.3/drivers/sound/dmasound/dmasound.h |
From: Geert U. <ge...@li...> - 2003-07-11 08:31:57
|
On Thu, 10 Jul 2003, Marek Szyprowski wrote: > CVSROOT: /cvsroot/linux-apus > Module name: 2.3 > Repository: 2.3/drivers/sound/dmasound/ > Changes by: march123@sc8-pr-cvs1. 03/07/10 12:46:53 > > Log message: > Fix sound distortion during console change > > Modified files: > 2.3/drivers/sound/dmasound/: > dmasound.h > > Revision Changes Path > 1.4 +28 -20 2.3/drivers/sound/dmasound/dmasound.h Interesting... Can you please also provide a patch, so I can apply it to Linux/m68k CVS? Anonymous Linux/APUS CVS is really flaky these days. Yesterday I finally managed to run a cvs update (only once it succeeded)... 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 |