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: 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 |
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: Marek S. <ma...@st...> - 2003-07-10 08:00:58
|
Hello Roman I'm also sorry for the delay, but I had an unplaned hollidays... On 28.06.03, you wrote: >> > - wrap the access to asfs_inode_info/asfs_sb_info into macros, this >> > will make it easier to port to 2.5/6. > Yes, in 2.5 you'll find this in pretty much every driver. Done. > I had the time now to play a little with and you need to add the > sync_page function to asfs_aops, otherwise the I/O is started rather > randomly. Thanks. It was probably due to my lack of knowledge about linux file systems... > It makes further development simpler, at some point you have to remove > it anyway. First, it makes reading the source easier, if one knows which > structures are on disk and which are in memory and each should be in its > native order. Right now you don't cache any data, but as soon as you do > that, you will need separate structures to cache disk data. It becomes > even more important, if you want to add write support. I'll remove it when the support for hash tables will be added (this should really speed-up directiories reading). But now I'm waiting for a sample code from SFS team, showing how to use these hash tables... > I'll commit a version with a few small fixes. Here a few more things I > noticed while going over the driver: > - You should read the inode via the read_inode2 function (use iget4 and > you can pass it the fsObject), this avoids creating inodes with > duplicate inode numbers. Done. > - asfs_search_BNodeTree shouldn't return structures, use a pointer and > return a proper error value instead. Done. > - if asfs is case-insensitive, you'll probably want to add > dentry_operations similiar to affs. As I noticed it is only important for read/write filesystems. > - please make the lines shorter, they don't have to be exactly 80 > characters, but it's a good goal. I will try, but it hard to keep lines so short on console, which is almost two times larger... On 28.06.03, you wrote: >> My sf.net id is march123, but if you could, please commit my changes. > I added you as a developer, as Michel mentioned you only need to checkout > the files you need. I commited my changes. I hope I've made every thing in a proper way. Regards -- Marek Szyprowski .. GG:2309080 .. mailto:ma...@am... .. ...... happy AmigaOS, MacOS and Debian/Linux user ........ ........... http://march.home.staszic.waw.pl/ ............ |
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-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: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: Peter 'p. De S. <p2...@mi...> - 2003-07-05 19:50:22
|
On Sat, Jul 05, 2003 at 08:32:11PM +0200, Geert Uytterhoeven wrote: > > Thanks to Björn we now know that the HighwayUSB expansion card contains: > - a few bus transceivers > - a TransDimension TDUHC124 USB chip > http://www.transdimension.com/html/products_uhc124.html > - an unidentified chip (FPGA, PAL, ROM?) > Is this (http://www.udnimweb.de/Bilder/USB/PICT0189.JPG) the board ? In that case the unidentified chip is a CPLD which interfaces the TDUHC124 to zorro II. http://www.internix.co.jp/products/tdi/uhc124_eb_manual.pdf has the eval board manual which gives the pinout of the TransDimension chip. http://www.transdimension.com/assets/products/UHC124Datasheet2-5-02.pdf has the datasheet of the chip. Now someone needs to figure out how the chip is mapped into the zorro address space. Happy hacking, Peter. |
From: Geert U. <ge...@li...> - 2003-07-05 18:33:52
|
Thanks to Bj=F6rn we now know that the HighwayUSB expansion card contains= : - a few bus transceivers - a TransDimension TDUHC124 USB chip http://www.transdimension.com/html/products_uhc124.html - an unidentified chip (FPGA, PAL, ROM?) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m6= 8k.org 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 ---------- Forwarded message ---------- Date: Sat, 5 Jul 2003 13:40:31 +0100 From: Bj=F6rn Johansson <kh...@te...> To: Geert Uytterhoeven <ge...@li...> Subject: Re[8]: HighwayUSB drivers Geert Uytterhoeven wrote about HighwayUSB drivers: > Hi Bj=F6rn, >=20 > > > > > > > Anyone with hardware specs, first? E.g. what's inside? > > > > > > You mean my computer hardware? > > > > >=20 > > > > > No, I mean the HighwayUSB. E.g. what ICs are on the card? > > > >=20 > > > > How do I check this? > > >=20 > > > You open your computer, and look at the HighwayUSB card. You locate= all ICs > > > (black blocks) and mail a list of all markings on all ICs to linux-= apus-devel. > >=20 > > You want me to look at the black components on the HighwayUSB and rep= ort the > > little text which is marked on them? >=20 > Yes indeed. Thanks! >=20 > That way we can find out what USB chip is used and whether there alread= y exists > a Linux driver for it. >=20 > Gr{oetje,eeting}s, >=20 > Geert >=20 > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-= m68k.org > Maybe you can forward this: 4 components were marked: LC245A 1CK ARTH One component were marked: TransDimension TDUHC124B 56579A 0144 R1H1610 One component were marked: B202AA01 attice IM4A3-32 10VC-12V1 --=20 Bj=F6rn Johansson "Debian rocks!!" |
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: 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 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 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-02 23:04:38
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: ./ Changes by: zippel@sc8-pr-cvs1. 03/07/02 16:04:37 2.3 In directory sc8-pr-cvs1:/tmp/cvs-serv18541 Log Message: import linuxppc (2.4.21) Status: Vendor Tag: torvalds Release Tags: ppc-2_4_21 C 2.3/Makefile N 2.3/arch/alpha/kernel/core_marvel.c N 2.3/arch/alpha/kernel/err_common.c N 2.3/arch/alpha/kernel/err_impl.h N 2.3/arch/alpha/kernel/err_marvel.c N 2.3/arch/alpha/kernel/err_titan.c N 2.3/arch/alpha/kernel/gct.c N 2.3/arch/alpha/kernel/srmcons.c N 2.3/arch/alpha/kernel/sys_marvel.c N 2.3/arch/alpha/mm/remap.c N 2.3/arch/cris/drivers/bluetooth/bt.patch N 2.3/arch/ia64/configs/dig N 2.3/arch/ia64/configs/generic N 2.3/arch/ia64/configs/ski N 2.3/arch/ia64/configs/zx1 N 2.3/arch/ia64/lib/carta_random.S N 2.3/arch/ia64/sn/io/ifconfig_bus.c N 2.3/arch/ia64/sn/io/sn1/Makefile N 2.3/arch/ia64/sn/io/sn1/eeprom.c N 2.3/arch/ia64/sn/io/sn1/efi-rtc.c N 2.3/arch/ia64/sn/io/sn1/klconflib.c N 2.3/arch/ia64/sn/io/sn1/klgraph.c N 2.3/arch/ia64/sn/io/sn1/l1.c N 2.3/arch/ia64/sn/io/sn1/l1_command.c N 2.3/arch/ia64/sn/io/sn1/ml_SN_init.c N 2.3/arch/ia64/sn/io/sn1/ml_iograph.c N 2.3/arch/ia64/sn/io/sn1/module.c N 2.3/arch/ia64/sn/io/sn1/pci_bus_cvlink.c N 2.3/arch/ia64/sn/io/sn1/pciio.c N 2.3/arch/ia64/sn/io/sn1/sgi_io_init.c N 2.3/arch/ia64/sn/io/sn1/xbow.c N 2.3/arch/ia64/sn/io/sn1/xtalk.c N 2.3/arch/ia64/sn/io/sn2/Makefile N 2.3/arch/ia64/sn/io/sn2/efi-rtc.c N 2.3/arch/ia64/sn/io/sn2/geo_op.c N 2.3/arch/ia64/sn/io/sn2/klconflib.c N 2.3/arch/ia64/sn/io/sn2/klgraph.c N 2.3/arch/ia64/sn/io/sn2/l1.c N 2.3/arch/ia64/sn/io/sn2/l1_command.c N 2.3/arch/ia64/sn/io/sn2/ml_SN_init.c N 2.3/arch/ia64/sn/io/sn2/ml_iograph.c N 2.3/arch/ia64/sn/io/sn2/module.c N 2.3/arch/ia64/sn/io/sn2/pci_bus_cvlink.c N 2.3/arch/ia64/sn/io/sn2/pciio.c N 2.3/arch/ia64/sn/io/sn2/pic.c N 2.3/arch/ia64/sn/io/sn2/sgi_io_init.c N 2.3/arch/ia64/sn/io/sn2/shub.c N 2.3/arch/ia64/sn/io/sn2/shubio.c N 2.3/arch/ia64/sn/io/sn2/xbow.c N 2.3/arch/ia64/sn/io/sn2/xtalk.c N 2.3/arch/ia64/sn/io/sn2/pcibr/Makefile N 2.3/arch/ia64/sn/kernel/bte_regr_test.c N 2.3/arch/ia64/sn/kernel/sn2/ptc_deadlock.S N 2.3/arch/ia64/sn/kernel/sn2/sn_proc_fs.c N 2.3/arch/m68k/mm/sun3kmap.c N 2.3/arch/parisc/kernel/pdc_chassis.c N 2.3/arch/parisc/lib/locks.c C 2.3/arch/ppc/Makefile C 2.3/arch/ppc/config.in C 2.3/arch/ppc/defconfig N 2.3/arch/ppc/boot/common/mpc10x_memory.c N 2.3/arch/ppc/boot/common/serial_stub.c N 2.3/arch/ppc/boot/include/mpc10x.h N 2.3/arch/ppc/boot/lib/div64.S N 2.3/arch/ppc/boot/utils/mkbugboot.c C 2.3/arch/ppc/amiga/amiints.c C 2.3/arch/ppc/amiga/cia.c C 2.3/arch/ppc/amiga/config.c C 2.3/arch/ppc/amiga/ints.c C 2.3/arch/ppc/configs/apus_defconfig N 2.3/arch/ppc/kernel/cpu_setup_6xx.S N 2.3/arch/ppc/kernel/gen550_dbg.c N 2.3/arch/ppc/kernel/gen550_kgdb.c C 2.3/arch/ppc/kernel/head.S N 2.3/arch/ppc/kernel/mpc10x_common.c C 2.3/arch/ppc/kernel/ppc-stub.c C 2.3/arch/ppc/kernel/ppc_ksyms.c C 2.3/arch/ppc/kernel/setup.c C 2.3/arch/ppc/kernel/time.c N 2.3/arch/ppc/lib/div64.S C 2.3/arch/ppc/mm/init.c C 2.3/arch/ppc/mm/mmu_decl.h C 2.3/arch/ppc/mm/pgtable.c C 2.3/arch/ppc/mm/ppc_mmu.c C 2.3/arch/ppc/platforms/apus_setup.c N 2.3/arch/ppc/platforms/lopec_pci.c N 2.3/arch/ppc/platforms/lopec_serial.h N 2.3/arch/ppc/platforms/lopec_setup.c N 2.3/arch/ppc64/boot/README N 2.3/arch/ppc64/kernel/scanlog.c N 2.3/arch/ppc64/lib/copypage.S N 2.3/arch/ppc64/lib/copyuser.S N 2.3/arch/ppc64/lib/memcpy.S C 2.3/Documentation/Configure.help N 2.3/Documentation/IPMI.txt N 2.3/Documentation/tipar.txt N 2.3/Documentation/arm/Booting N 2.3/Documentation/arm/ConfigVars N 2.3/Documentation/arm/MEMC N 2.3/Documentation/arm/SA1100/SA1100_USB N 2.3/Documentation/BK-usage/00-INDEX N 2.3/Documentation/networking/generic-hdlc.txt N 2.3/drivers/bluetooth/btuart_cs.c N 2.3/drivers/bluetooth/hci_bcsp.c N 2.3/drivers/bluetooth/hci_bcsp.h C 2.3/drivers/char/Config.in C 2.3/drivers/char/Makefile C 2.3/drivers/char/genrtc.c C 2.3/drivers/char/mem.c N 2.3/drivers/char/mux.c N 2.3/drivers/char/scx200.c N 2.3/drivers/char/scx200_gpio.c N 2.3/drivers/char/scx200_wdt.c N 2.3/drivers/char/tipar.c N 2.3/drivers/char/ipmi/Makefile N 2.3/drivers/char/ipmi/ipmi_devintf.c N 2.3/drivers/char/ipmi/ipmi_kcs_intf.c N 2.3/drivers/char/ipmi/ipmi_kcs_sm.c N 2.3/drivers/char/ipmi/ipmi_kcs_sm.h N 2.3/drivers/char/ipmi/ipmi_msghandler.c N 2.3/drivers/char/ipmi/ipmi_watchdog.c N 2.3/drivers/i2c/scx200_acb.c N 2.3/drivers/i2c/scx200_i2c.c N 2.3/drivers/ide/ide-default.c N 2.3/drivers/ide/ide-io.c N 2.3/drivers/ide/ide-iops.c N 2.3/drivers/ide/ide-lib.c C 2.3/drivers/ide/ide-probe.c C 2.3/drivers/ide/ide.c N 2.3/drivers/ide/setup-pci.c N 2.3/drivers/ide/arm/Makefile N 2.3/drivers/ide/arm/icside.c N 2.3/drivers/ide/arm/rapide.c N 2.3/drivers/ide/legacy/Makefile N 2.3/drivers/ide/legacy/ali14xx.c N 2.3/drivers/ide/legacy/buddha.c N 2.3/drivers/ide/legacy/dtc2278.c N 2.3/drivers/ide/legacy/falconide.c N 2.3/drivers/ide/legacy/gayle.c N 2.3/drivers/ide/legacy/hd.c N 2.3/drivers/ide/legacy/ht6560b.c N 2.3/drivers/ide/legacy/ide-cs.c N 2.3/drivers/ide/legacy/macide.c N 2.3/drivers/ide/legacy/pdc4030.c N 2.3/drivers/ide/legacy/pdc4030.h N 2.3/drivers/ide/legacy/q40ide.c N 2.3/drivers/ide/legacy/qd65xx.c N 2.3/drivers/ide/legacy/qd65xx.h N 2.3/drivers/ide/legacy/umc8672.c N 2.3/drivers/ide/pci/Makefile N 2.3/drivers/ide/pci/adma100.c N 2.3/drivers/ide/pci/adma100.h N 2.3/drivers/ide/pci/aec62xx.c N 2.3/drivers/ide/pci/aec62xx.h N 2.3/drivers/ide/pci/alim15x3.c N 2.3/drivers/ide/pci/alim15x3.h N 2.3/drivers/ide/pci/amd74xx.c N 2.3/drivers/ide/pci/amd74xx.h N 2.3/drivers/ide/pci/cmd640.c N 2.3/drivers/ide/pci/cmd640.h N 2.3/drivers/ide/pci/cmd64x.c N 2.3/drivers/ide/pci/cmd64x.h N 2.3/drivers/ide/pci/cs5530.c N 2.3/drivers/ide/pci/cs5530.h N 2.3/drivers/ide/pci/cy82c693.c N 2.3/drivers/ide/pci/cy82c693.h N 2.3/drivers/ide/pci/generic.c N 2.3/drivers/ide/pci/generic.h N 2.3/drivers/ide/pci/hpt34x.c N 2.3/drivers/ide/pci/hpt34x.h N 2.3/drivers/ide/pci/hpt366.c N 2.3/drivers/ide/pci/hpt366.h N 2.3/drivers/ide/pci/it8172.c N 2.3/drivers/ide/pci/it8172.h N 2.3/drivers/ide/pci/ns87415.c N 2.3/drivers/ide/pci/ns87415.h N 2.3/drivers/ide/pci/opti621.c N 2.3/drivers/ide/pci/opti621.h N 2.3/drivers/ide/pci/pdc202xx_new.c N 2.3/drivers/ide/pci/pdc202xx_new.h N 2.3/drivers/ide/pci/pdc202xx_old.c N 2.3/drivers/ide/pci/pdc202xx_old.h N 2.3/drivers/ide/pci/piix.c N 2.3/drivers/ide/pci/piix.h N 2.3/drivers/ide/pci/rz1000.c N 2.3/drivers/ide/pci/rz1000.h N 2.3/drivers/ide/pci/sc1200.c N 2.3/drivers/ide/pci/sc1200.h N 2.3/drivers/ide/pci/serverworks.c N 2.3/drivers/ide/pci/serverworks.h N 2.3/drivers/ide/pci/siimage.c N 2.3/drivers/ide/pci/siimage.h N 2.3/drivers/ide/pci/sis5513.c N 2.3/drivers/ide/pci/sis5513.h N 2.3/drivers/ide/pci/sl82c105.c N 2.3/drivers/ide/pci/sl82c105.h N 2.3/drivers/ide/pci/slc90e66.c N 2.3/drivers/ide/pci/slc90e66.h N 2.3/drivers/ide/pci/triflex.c N 2.3/drivers/ide/pci/triflex.h N 2.3/drivers/ide/pci/trm290.c N 2.3/drivers/ide/pci/trm290.h N 2.3/drivers/ide/pci/via82cxxx.c N 2.3/drivers/ide/pci/via82cxxx.h N 2.3/drivers/ide/ppc/Makefile N 2.3/drivers/ide/ppc/mpc8xx.c N 2.3/drivers/ide/ppc/pmac.c N 2.3/drivers/ide/ppc/swarm.c N 2.3/drivers/ide/raid/Makefile N 2.3/drivers/ide/raid/ataraid.c N 2.3/drivers/ide/raid/ataraid.h N 2.3/drivers/ide/raid/hptraid.c N 2.3/drivers/ide/raid/hptraid.h N 2.3/drivers/ide/raid/pdcraid.c N 2.3/drivers/ide/raid/pdcraid.h N 2.3/drivers/ide/raid/silraid.c N 2.3/drivers/ide/raid/silraid.h N 2.3/drivers/ieee1394/dma.c N 2.3/drivers/ieee1394/dma.h N 2.3/drivers/ieee1394/ieee1394-ioctl.h N 2.3/drivers/ieee1394/iso.c N 2.3/drivers/ieee1394/iso.h N 2.3/drivers/ieee1394/raw1394-private.h N 2.3/drivers/isdn/hisax/isdnhdlc.c N 2.3/drivers/isdn/hisax/isdnhdlc.h N 2.3/drivers/media/radio/radio-sf16fmr2.c N 2.3/drivers/media/video/bt832.c N 2.3/drivers/media/video/bt832.h N 2.3/drivers/media/video/tda9887.c N 2.3/drivers/mtd/cmdlinepart.c N 2.3/drivers/mtd/maps/amd76xrom.c N 2.3/drivers/mtd/maps/ceiva.c N 2.3/drivers/mtd/maps/edb7312.c N 2.3/drivers/mtd/maps/fortunet.c N 2.3/drivers/mtd/maps/impa7.c N 2.3/drivers/mtd/maps/lasat.c N 2.3/drivers/mtd/maps/nettel.c N 2.3/drivers/mtd/maps/pcmciamtd.c N 2.3/drivers/mtd/maps/physmap64.c N 2.3/drivers/mtd/maps/redwood.c N 2.3/drivers/mtd/maps/scb2_flash.c N 2.3/drivers/mtd/maps/scx200_docflash.c N 2.3/drivers/mtd/maps/uclinux.c N 2.3/drivers/mtd/chips/cfi_cmdset_0020.c N 2.3/drivers/mtd/nand/autcpu12.c N 2.3/drivers/mtd/nand/edb7312.c N 2.3/drivers/mtd/nand/nand_ids.c C 2.3/drivers/net/8390.h C 2.3/drivers/net/Makefile N 2.3/drivers/net/amd8111e.c N 2.3/drivers/net/amd8111e.h N 2.3/drivers/net/cirrus.c N 2.3/drivers/net/cirrus.h N 2.3/drivers/net/ether00.c N 2.3/drivers/net/mac8390.c N 2.3/drivers/net/r8169.c N 2.3/drivers/net/typhoon-firmware.h N 2.3/drivers/net/typhoon.c N 2.3/drivers/net/typhoon.h N 2.3/drivers/net/sungem_phy.c N 2.3/drivers/net/sungem_phy.h N 2.3/drivers/net/irda/donauboe.c N 2.3/drivers/net/irda/donauboe.h N 2.3/drivers/net/sk98lin/build_no.c N 2.3/drivers/net/sk98lin/skgemib.c N 2.3/drivers/net/wan/hdlc_cisco.c N 2.3/drivers/net/wan/hdlc_fr.c N 2.3/drivers/net/wan/hdlc_generic.c N 2.3/drivers/net/wan/hdlc_ppp.c N 2.3/drivers/net/wan/hdlc_raw.c N 2.3/drivers/net/wan/hdlc_x25.c C 2.3/drivers/scsi/Config.in C 2.3/drivers/scsi/Makefile C 2.3/drivers/scsi/amiga7xx.c C 2.3/drivers/scsi/fastlane.c N 2.3/drivers/scsi/nsp32.c N 2.3/drivers/scsi/nsp32.h N 2.3/drivers/scsi/nsp32_debug.c N 2.3/drivers/scsi/nsp32_io.h N 2.3/drivers/scsi/sun3_scsi_vme.c N 2.3/drivers/scsi/aic79xx/CHANGELOG N 2.3/drivers/scsi/aic79xx/Config.in N 2.3/drivers/scsi/aic79xx/Makefile N 2.3/drivers/scsi/aic79xx/aic79xx.h N 2.3/drivers/scsi/aic79xx/aic79xx.reg N 2.3/drivers/scsi/aic79xx/aic79xx.seq N 2.3/drivers/scsi/aic79xx/aic79xx_core.c N 2.3/drivers/scsi/aic79xx/aic79xx_inline.h N 2.3/drivers/scsi/aic79xx/aic79xx_osm.c N 2.3/drivers/scsi/aic79xx/aic79xx_osm.h N 2.3/drivers/scsi/aic79xx/aic79xx_osm_pci.c N 2.3/drivers/scsi/aic79xx/aic79xx_pci.c N 2.3/drivers/scsi/aic79xx/aic79xx_proc.c N 2.3/drivers/scsi/aic79xx/aic79xx_reg.h N 2.3/drivers/scsi/aic79xx/aic79xx_reg_print.c N 2.3/drivers/scsi/aic79xx/aic79xx_seq.h N 2.3/drivers/scsi/aic79xx/aiclib.c N 2.3/drivers/scsi/aic79xx/aiclib.h N 2.3/drivers/scsi/aic79xx/cam.h N 2.3/drivers/scsi/aic79xx/queue.h N 2.3/drivers/scsi/aic79xx/scsi_iu.h N 2.3/drivers/scsi/aic79xx/scsi_message.h N 2.3/drivers/scsi/aic79xx/aicasm/Makefile N 2.3/drivers/scsi/aic79xx/aicasm/aicasm.c N 2.3/drivers/scsi/aic79xx/aicasm/aicasm.h N 2.3/drivers/scsi/aic79xx/aicasm/aicasm_gram.y N 2.3/drivers/scsi/aic79xx/aicasm/aicasm_insformat.h N 2.3/drivers/scsi/aic79xx/aicasm/aicasm_macro_gram.y N 2.3/drivers/scsi/aic79xx/aicasm/aicasm_macro_scan.l N 2.3/drivers/scsi/aic79xx/aicasm/aicasm_scan.l N 2.3/drivers/scsi/aic79xx/aicasm/aicasm_symbol.c N 2.3/drivers/scsi/aic79xx/aicasm/aicasm_symbol.h N 2.3/drivers/scsi/aic7xxx/scsi_iu.h N 2.3/drivers/sound/ad1889.c N 2.3/drivers/sound/ad1889.h N 2.3/drivers/sound/kahlua.c C 2.3/drivers/sound/dmasound/dmasound_core.c N 2.3/drivers/usb/auerbuf.c N 2.3/drivers/usb/auerbuf.h N 2.3/drivers/usb/auerchain.c N 2.3/drivers/usb/auerchain.h N 2.3/drivers/usb/auerchar.c N 2.3/drivers/usb/auerchar.h N 2.3/drivers/usb/auerisdn.c N 2.3/drivers/usb/auerisdn.h N 2.3/drivers/usb/auerisdn_b.c N 2.3/drivers/usb/auerisdn_b.h N 2.3/drivers/usb/auermain.c N 2.3/drivers/usb/auermain.h N 2.3/drivers/usb/auerserv.h N 2.3/drivers/usb/kbtab.c N 2.3/drivers/usb/konicawc.c N 2.3/drivers/usb/powermate.c N 2.3/drivers/usb/host/Config.in N 2.3/drivers/usb/host/Makefile N 2.3/drivers/usb/host/ehci-dbg.c N 2.3/drivers/usb/host/ehci-hcd.c N 2.3/drivers/usb/host/ehci-hub.c N 2.3/drivers/usb/host/ehci-mem.c N 2.3/drivers/usb/host/ehci-q.c N 2.3/drivers/usb/host/ehci-sched.c N 2.3/drivers/usb/host/ehci.h N 2.3/drivers/usb/host/uhci-debug.h N 2.3/drivers/usb/host/uhci.c N 2.3/drivers/usb/host/uhci.h N 2.3/drivers/usb/host/usb-ohci.c N 2.3/drivers/usb/host/usb-ohci.h N 2.3/drivers/usb/host/usb-uhci-debug.h N 2.3/drivers/usb/host/usb-uhci.c N 2.3/drivers/usb/host/usb-uhci.h N 2.3/drivers/usb/serial/keyspan_mpr_fw.h N 2.3/drivers/usb/serial/keyspan_usa49wlc_fw.h N 2.3/drivers/usb/serial/kobil_sct.c N 2.3/drivers/usb/serial/kobil_sct.h C 2.3/drivers/video/Config.in C 2.3/drivers/video/amifb.c C 2.3/drivers/video/fbmem.c N 2.3/drivers/video/intel/Makefile N 2.3/drivers/video/intel/builtinmodes.c N 2.3/drivers/video/intel/intelfb.h N 2.3/drivers/video/intel/intelfbdrv.c N 2.3/drivers/video/intel/intelfbhw.c N 2.3/drivers/video/intel/intelfbhw.h N 2.3/drivers/video/matrox/matroxfb_proc.c C 2.3/fs/buffer.c C 2.3/fs/super.c N 2.3/fs/befs/befs.h N 2.3/fs/befs/btree.h N 2.3/fs/befs/datastream.h N 2.3/fs/befs/inode.h N 2.3/fs/befs/io.h N 2.3/fs/befs/super.h C 2.3/fs/ext3/super.c N 2.3/include/asm-alpha/agp_backend.h N 2.3/include/asm-alpha/core_marvel.h N 2.3/include/asm-alpha/gct.h N 2.3/include/asm-alpha/regdef.h N 2.3/include/asm-cris/scatterlist.h N 2.3/include/asm-generic/ide_iops.h N 2.3/include/asm-ia64/mc146818rtc.h N 2.3/include/asm-ia64/sn/geo.h N 2.3/include/asm-ia64/sn/ioc4.h N 2.3/include/asm-ia64/sn/rw_mmr.h N 2.3/include/asm-ia64/sn/pci/pic.h N 2.3/include/asm-ia64/sn/sn2/geo.h N 2.3/include/asm-parisc/pdc_chassis.h N 2.3/include/asm-parisc/rtc.h N 2.3/include/asm-parisc/spinlock_t.h N 2.3/include/asm-parisc/system_irqsave.h C 2.3/include/asm-ppc/bootinfo.h C 2.3/include/asm-ppc/io.h N 2.3/include/asm-ppc/mpc10x.h C 2.3/include/asm-ppc/mpc8xx.h C 2.3/include/asm-ppc/page.h C 2.3/include/asm-ppc/pgtable.h C 2.3/include/asm-ppc/rtc.h N 2.3/include/asm-ppc64/syscall.h N 2.3/include/asm-ppc64/systemcfg.h N 2.3/include/linux/blkcdb.h C 2.3/include/linux/fs.h N 2.3/include/linux/ipmi.h N 2.3/include/linux/ipmi_msgdefs.h N 2.3/include/linux/ipmi_smi.h N 2.3/include/linux/jhash.h C 2.3/include/linux/rtc.h N 2.3/include/linux/scx200.h N 2.3/include/linux/scx200_gpio.h N 2.3/include/linux/usb_scanner_ioctl.h N 2.3/include/linux/radeonfb.h N 2.3/include/linux/hdlc/ioctl.h N 2.3/include/linux/netfilter_ipv4/ip_conntrack_amanda.h N 2.3/include/linux/netfilter_ipv4/ip_conntrack_tftp.h N 2.3/include/linux/netfilter_ipv6/ip6t_ah.h N 2.3/include/linux/netfilter_ipv6/ip6t_esp.h N 2.3/include/linux/netfilter_ipv6/ip6t_frag.h N 2.3/include/linux/netfilter_ipv6/ip6t_hl.h N 2.3/include/linux/netfilter_ipv6/ip6t_ipv6header.h N 2.3/include/linux/netfilter_ipv6/ip6t_opts.h N 2.3/include/linux/netfilter_ipv6/ip6t_rt.h N 2.3/include/net/bluetooth/rfcomm.h N 2.3/net/bluetooth/rfcomm/Config.in N 2.3/net/bluetooth/rfcomm/Makefile N 2.3/net/bluetooth/rfcomm/core.c N 2.3/net/bluetooth/rfcomm/crc.c N 2.3/net/bluetooth/rfcomm/sock.c N 2.3/net/bluetooth/rfcomm/tty.c N 2.3/net/ipv4/netfilter/ip_conntrack_amanda.c N 2.3/net/ipv4/netfilter/ip_conntrack_tftp.c N 2.3/net/ipv4/netfilter/ip_nat_amanda.c N 2.3/net/ipv4/netfilter/ip_nat_tftp.c N 2.3/net/ipv6/anycast.c N 2.3/net/ipv6/netfilter/ip6t_ah.c N 2.3/net/ipv6/netfilter/ip6t_dst.c N 2.3/net/ipv6/netfilter/ip6t_esp.c N 2.3/net/ipv6/netfilter/ip6t_frag.c N 2.3/net/ipv6/netfilter/ip6t_hbh.c N 2.3/net/ipv6/netfilter/ip6t_hl.c N 2.3/net/ipv6/netfilter/ip6t_ipv6header.c N 2.3/net/ipv6/netfilter/ip6t_rt.c 47 conflicts created by this import. cvs checkout -jtorvalds:yesterday -jtorvalds 2.3 |
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...@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-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-28 22:50:53
|
Hi, On Sun, 15 Jun 2003, Marek Szyprowski wrote: > My sf.net id is march123, but if you could, please commit my changes. I added you as a developer, as Michel mentioned you only need to checkout the files you need. bye, Roman |
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: Roman Z. <zi...@li...> - 2003-06-28 21:26:06
|
Hi, (Sorry for the delay, I was ill for a few days last week.) Marek Szyprowski wrote: > > - wrap the access to asfs_inode_info/asfs_sb_info into macros, this will > > make it easier to port to 2.5/6. > > Same as in for example AFFS driver? Yes, in 2.5 you'll find this in pretty much every driver. > > - you likely want to implement a get_block function like other file > > systems do instead of implementing the readpage function. > > I implemented this, but... The new version is terribly slow! Kernel waits > few second before it reads almost every single block! I don't know where is > the problem. My routines are simmilar to the routines used in other file > systems (I based on AFFS driver). I thinks that I forgot to set-up > something, but I don't know what. Could you help me finding the bug? I had the time now to play a little with and you need to add the sync_page function to asfs_aops, otherwise the I/O is started rather randomly. > > - it's probably also better to avoid the from32be/from16be macros and > > convert the values as needed. > > Is it really the problem? I decided to correct all values in reading > functions, so the other functions do not need to care wheather the values > are in big or little endian... It makes further development simpler, at some point you have to remove it anyway. First, it makes reading the source easier, if one knows which structures are on disk and which are in memory and each should be in its native order. Right now you don't cache any data, but as soon as you do that, you will need separate structures to cache disk data. It becomes even more important, if you want to add write support. I'll commit a version with a few small fixes. Here a few more things I noticed while going over the driver: - You should read the inode via the read_inode2 function (use iget4 and you can pass it the fsObject), this avoids creating inodes with duplicate inode numbers. - asfs_search_BNodeTree shouldn't return structures, use a pointer and return a proper error value instead. - if asfs is case-insensitive, you'll probably want to add dentry_operations similiar to affs. - please make the lines shorter, they don't have to be exactly 80 characters, but it's a good goal. bye, Roman |
From: Roman Z. <zi...@us...> - 2003-06-28 20:54:50
|
lin...@li... CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/fs/asfs/ Changes by: zippel@sc8-pr-cvs1. 03/06/28 13:54:50 2.3/fs/asfs Update of /cvsroot/linux-apus/2.3/fs/asfs In directory sc8-pr-cvs1:/tmp/cvs-serv22080/fs/asfs Log Message: Directory /cvsroot/linux-apus/2.3/fs/asfs added to the repository |
From: Geert U. <ge...@li...> - 2003-06-20 11:40:32
|
On Fri, 20 Jun 2003, Alan Buxey wrote: > > This this is the second version of my linux Amiga Smart File System driver. > > I've fixed some bugs, cleaned up the code and added some features. > > > > On http://march.home.staszic.waw.pl/asfs/ there is a sample image of > > AmigaSFS disk for testing, patch against the previous version and a compiled > > module for 2.4.18 kernel (put it in "/lib/modules/2.4.18/kernel/fs/asfs/"). > > > > Now its almost full-featured, working read-only driver. :) > > > > As I've written before: > > > > Any comments? Does it work on your system? > > > > Could it be added to the APUS tree? > > > > Is it worth trying to add this file system to official Linux kernel tree? > > > > Can somebody check if it works on Linux/m68k and other "strange" linux > > systems? > > I havent yet tested this (my current partitions are PFS3) but great job!! > > I dont see why it cant be added to the APUS tree....as it currently > stands it can be added under the filesystems menu as an EXPERIMENTAL > - which is the usual way of doing things. for 68k stuff, the 68k folks are > the ones to talk to...i'm sure Geert would like someone to talk to :-) It applied to the current Linux/m68k 2.4.21 with only one minor reject, and it compiles fine on m68k (both builtin and modular), so I checked it in in Linux/m68k CVS: | Reply-To: lin...@li... | To: lin...@li... | Subject: CVS Update: linux (branch: m68k-2_4) | | Log message: | Add experimental read-only support for the Amiga SFS (SmartFileSystem), from | Marek Szyprowski <ma...@st...> on linux-apus-devel | | | Modified files: | linux/Documentation/filesystems: | 00-INDEX | linux/Documentation: | Configure.help | linux/fs: | Config.in Makefile | linux/include/linux: | fs.h | Added files: | linux/Documentation/filesystems: | asfs.txt | linux/include/linux: | asfs_fs.h asfs_fs_i.h asfs_fs_sb.h | linux/fs/asfs: | Makefile inode.c 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. <A.L...@lb...> - 2003-06-20 08:15:24
|
hi, > > This this is the second version of my linux Amiga Smart File System driver. > I've fixed some bugs, cleaned up the code and added some features. > > On http://march.home.staszic.waw.pl/asfs/ there is a sample image of > AmigaSFS disk for testing, patch against the previous version and a compiled > module for 2.4.18 kernel (put it in "/lib/modules/2.4.18/kernel/fs/asfs/"). > > Now its almost full-featured, working read-only driver. :) > > As I've written before: > > Any comments? Does it work on your system? > > Could it be added to the APUS tree? > > Is it worth trying to add this file system to official Linux kernel tree? > > Can somebody check if it works on Linux/m68k and other "strange" linux > systems? I havent yet tested this (my current partitions are PFS3) but great job!! I dont see why it cant be added to the APUS tree....as it currently stands it can be added under the filesystems menu as an EXPERIMENTAL - which is the usual way of doing things. for 68k stuff, the 68k folks are the ones to talk to...i'm sure Geert would like someone to talk to :-) Alan |
From: Hattie Y. <fra...@si...> - 2003-06-19 03:54:17
|
My dear friend, The price list of USB Flash Disk: USD8.8/32mb USD13.2/64mb USD24.2/128mb USD45/256mb Digital camera 17USD/300K pixels CD/VCD/MP3 player (3 in 1) 25USD(Negotiable with the amount) MP3 player About 50USD/128M (different with the kind and the amount) Wireless Portable Hands Free Price negotialble with the amount We can supply cheap and good mp3 players, USB Flash disks, cd/vcd/mp3(3 in 1) player and digital cameras etc. At first, I give you a brief introduction about our company. We, HY Technology Limited is a professional company developing and producing new electronic products, including MP3 player, CD player, digital camera, USB Flash disk and portable wireless hands free. We have our own factory located in Shenzhen. Our strong R & D team can work out the products to satisfy your need. If any product appeals you, please kindly let me know. All our products have got CE and CCC approval. We set MOQ. If you need a few pcs as samples, the quotation is negotiable. Our delivery time is 10-15 days after receiving the payment by T/T. Sincerely hope to establish a prosperous business relationship with you in near future. Hattie Yuan Sales Specialist HY Technology (HK) Limited |
From: Marek S. <ma...@st...> - 2003-06-17 11:11:41
|
Hello Roman On 15.06.03, you wrote: > Nice work. :-) Thanks ;) > I only have some minor comments: > - could you get rid of the LONG/WORD/.. typedefs and replace them with > s32/s16? Done > - wrap the access to asfs_inode_info/asfs_sb_info into macros, this will > make it easier to port to 2.5/6. Same as in for example AFFS driver? > - could you place the braces according to the coding style? Done, altough the previous version was more leggible for me... > - you likely want to implement a get_block function like other file > systems do instead of implementing the readpage function. I implemented this, but... The new version is terribly slow! Kernel waits few second before it reads almost every single block! I don't know where is the problem. My routines are simmilar to the routines used in other file systems (I based on AFFS driver). I thinks that I forgot to set-up something, but I don't know what. Could you help me finding the bug? > - it's probably also better to avoid the from32be/from16be macros and > convert the values as needed. Is it really the problem? I decided to correct all values in reading functions, so the other functions do not need to care wheather the values are in big or little endian... Regards -- Marek Szyprowski .. GG:2309080 .. mailto:ma...@am... .. ...... happy AmigaOS, MacOS and Debian/Linux user ........ ........... http://march.home.staszic.waw.pl/ ............ |
From: Michel <mi...@da...> - 2003-06-15 23:15:13
|
On Sun, 2003-06-15 at 19:49, Marek Szyprowski wrote: > > On 15.06.03, you wrote: > > > Let us know your sf.net user ID if you'd like to get CVS access. > > My sf.net id is march123, but if you could, please commit my changes. I'll let Roman decide how he wants to proceed. > The only internet connection I have is though the modem and under 2.4.x > kernels there is no HyperCOM/Port serial drivers. Because of that I use > internet connection only under AmigaOS. The second thing is that CVS under > AmigaOS is terribly slow and I don't what to move whole kernel tree to FFS > partition. You only need to check out the files you want to commit. -- Earthling Michel Dänzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer |