From: Michel D?n. <mda...@us...> - 2001-03-15 12:48:11
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/kernel/ Changes by: mdaenzer@usw-pr-cvs1. 01/03/15 04:50:17 Log message: from mol-branch, for those who want to burn their fingers Modified files: 2.3/arch/ppc/kernel/: apus_setup.c Revision Changes Path 1.12 +12 -0 2.3/arch/ppc/kernel/apus_setup.c |
From: Michel D?n. <mda...@us...> - 2001-03-20 19:29:59
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: ./ Changes by: mdaenzer@usw-pr-cvs1. 01/03/20 11:32:20 Log message: example config, used for the precompiled kernels. The idea is to include as much stuff as possible, things useful for installation built into the kernel and the rest as modules Added files: ./: .config-apus |
From: Alan B. <al...@ms...> - 2001-03-21 11:21:54
|
hi, > Log message: > example config, used for the precompiled kernels. The idea is to include as much stuff as possible, things useful for installation built into the kernel and the rest as modules > > Added files: > ./: > .config-apus excellent. the user just has to rename and 'make oldconfig' a well-thought solution :-) alan |
From: Michel <da...@re...> - 2001-03-21 15:06:53
|
> > Log message: > > example config, used for the precompiled kernels. The idea is to in= clude > > as much stuff as possible, things useful for installation built into = the > > kernel and the rest as modules > > > > Added files: > > ./: > > .config-apus >=20 > excellent. the user just has to rename and 'make oldconfig' a well-thou= ght > solution :-) Thanks, but it will only be useful if people are aware of it, do you thin= k my post to the user list is enough for that? Another (possibly related) thought about docs: Is there any reason why we shouldn't set up a FAQ-o-matic? I know there is at least one SourceForge project providing one, I think it would be great if someone could look in= to it. --=20 Earthling Michel D=E4nzer (MrCooper) \ Debian GNU/Linux (powerpc) de= veloper CS student, Free Software enthusiast \ XFree86 and DRI project m= ember |
From: Michel D?n. <mda...@us...> - 2001-03-21 22:55:37
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/configs/ Changes by: mdaenzer@usw-pr-cvs1. 01/03/21 14:55:34 Log message: forgot about defconfig - that's even better of course Modified files: 2.3/arch/ppc/: defconfig 2.3/arch/ppc/configs/: apus_defconfig Removed files: ./: .config-apus Revision Changes Path 1.4 +341 -257 2.3/arch/ppc/defconfig 1.2 +551 -166 2.3/arch/ppc/configs/apus_defconfig |
From: Giorgio T. <gt...@us...> - 2001-03-25 09:08:16
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/ide/ Changes by: gterzi@usw-pr-cvs1. 01/03/25 01:08:13 Log message: sobstituted with a more revised version (see file notes) Modified files: 2.3/drivers/ide/: buddha.c Revision Changes Path 1.3 +14 -8 2.3/drivers/ide/buddha.c |
From: Roman Z. <zi...@us...> - 2001-04-02 22:55:22
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/mm/ Changes by: zippel@usw-pr-cvs1. 01/04/02 15:55:20 Log message: conflict fixes from import bitkeeper (2.4.3) Modified files: ./: Makefile 2.3/Documentation/: Configure.help 2.3/arch/ppc/: Makefile config.in 2.3/arch/ppc/kernel/: Makefile apus_setup.c head.S irq.c pci.c ppc_ksyms.c setup.c 2.3/arch/ppc/mm/: init.c 2.3/drivers/char/: Makefile 2.3/drivers/net/: Makefile 2.3/drivers/scsi/: Config.in Makefile 2.3/drivers/video/: fbmem.c 2.3/fs/affs/: super.c 2.3/include/linux/: irq.h 2.3/mm/: page_alloc.c Added files: 2.3/arch/alpha/: vmlinux.lds 2.3/arch/m68k/kernel/: m68k_defs.h 2.3/arch/ppc/kernel/: gemini_pci.c gemini_prom.S gemini_setup.c 2.3/arch/ppc/mbxboot/: vmlinux.lds 2.3/drivers/acpi/include/: config.h 2.3/include/asm-ppc/: gemini.h gemini_serial.h Removed files: 2.3/arch/arm/lib/: extractconstants.pl getconsdata.c 2.3/drivers/char/pcmcia/: serial_cb.c 2.3/drivers/isdn/: isdn_cards.c isdn_cards.h 2.3/drivers/isdn/eicon/: fcheck.c md5sums.asc 2.3/drivers/net/: rtl8129.c 2.3/drivers/net/wan/: syncppp.h 2.3/drivers/scsi/: README.aic7xxx aic7xxx.c aic7xxx.h aic7xxx_proc.c aic7xxx_reg.h aic7xxx_seq.c 2.3/drivers/scsi/aic7xxx/: sequencer.h 2.3/drivers/scsi/pcmcia/: apa1480_stub.c 2.3/include/asm-i386/: pgalloc-2level.h pgalloc-3level.h 2.3/include/asm-ppc/: tqm860.h tqm8xxL.h Revision Changes Path 1.19 +5 -4 2.3/Makefile 1.11 +216 -52 2.3/Documentation/Configure.help 1.4 +4 -1 2.3/arch/ppc/Makefile 1.20 +18 -6 2.3/arch/ppc/config.in 1.9 +8 -7 2.3/arch/ppc/kernel/Makefile 1.13 +60 -13 2.3/arch/ppc/kernel/apus_setup.c 1.16 +27 -2 2.3/arch/ppc/kernel/head.S 1.5 +354 -116 2.3/arch/ppc/kernel/irq.c 1.7 +109 -1 2.3/arch/ppc/kernel/pci.c 1.17 +21 -1 2.3/arch/ppc/kernel/ppc_ksyms.c 1.12 +11 -7 2.3/arch/ppc/kernel/setup.c 1.15 +45 -287 2.3/arch/ppc/mm/init.c 1.10 +2 -0 2.3/drivers/char/Makefile 1.5 +5 -3 2.3/drivers/net/Makefile 1.7 +8 -6 2.3/drivers/scsi/Config.in 1.4 +13 -8 2.3/drivers/scsi/Makefile 1.8 +52 -3 2.3/drivers/video/fbmem.c 1.5 +6 -0 2.3/fs/affs/super.c 1.2 +2 -1 2.3/include/linux/irq.h 1.12 +1 -2 2.3/mm/page_alloc.c |
From: Roman Z. <zi...@us...> - 2001-04-02 23:47:42
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/scsi/ Changes by: zippel@usw-pr-cvs1. 01/04/02 16:47:40 Log message: compile fixes Modified files: 2.3/arch/ppc/kernel/: pci.c 2.3/drivers/scsi/: blz1230.c Revision Changes Path 1.8 +0 -1 2.3/arch/ppc/kernel/pci.c 1.4 +16 -13 2.3/drivers/scsi/blz1230.c |
From: Roman Z. <zi...@us...> - 2001-04-02 23:49:10
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/configs/ Changes by: zippel@usw-pr-cvs1. 01/04/02 16:49:08 Log message: update config Modified files: 2.3/arch/ppc/: defconfig 2.3/arch/ppc/configs/: apus_defconfig Revision Changes Path 1.5 +5 -0 2.3/arch/ppc/defconfig 1.3 +5 -0 2.3/arch/ppc/configs/apus_defconfig |
From: Roman Z. <zi...@us...> - 2001-04-05 22:56:25
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/ppc/ Changes by: zippel@usw-pr-cvs1. 01/04/05 15:56:25 Log message: generic rtc driver Modified files: 2.3/drivers/char/: Makefile misc.c 2.3/arch/ppc/: config.in Added files: 2.3/drivers/char/: genrtc.c 2.3/include/asm-ppc/: rtc.h Revision Changes Path 1.11 +1 -0 2.3/drivers/char/Makefile 1.2 +29 -31 2.3/drivers/char/misc.c 1.21 +5 -1 2.3/arch/ppc/config.in |
From: Roman Z. <zi...@us...> - 2001-04-05 22:58:32
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/fs/affs/ Changes by: zippel@usw-pr-cvs1. 01/04/05 15:58:31 Log message: new affs Modified files: 2.3/include/linux/: affs_fs.h affs_fs_i.h affs_fs_sb.h amigaffs.h coda.h 2.3/fs/affs/: Changes Makefile amigaffs.c bitmap.c dir.c file.c inode.c namei.c super.c symlink.c Revision Changes Path 1.2 +21 -45 2.3/include/linux/affs_fs.h 1.2 +34 -25 2.3/include/linux/affs_fs_i.h 1.2 +16 -35 2.3/include/linux/affs_fs_sb.h 1.2 +176 -153 2.3/include/linux/amigaffs.h 1.4 +28 -63 2.3/include/linux/coda.h 1.3 +10 -1 2.3/fs/affs/Changes 1.2 +5 -2 2.3/fs/affs/Makefile 1.2 +290 -259 2.3/fs/affs/amigaffs.c 1.4 +307 -307 2.3/fs/affs/bitmap.c 1.2 +80 -75 2.3/fs/affs/dir.c 1.6 +733 -679 2.3/fs/affs/file.c 1.8 +238 -255 2.3/fs/affs/inode.c 1.4 +227 -364 2.3/fs/affs/namei.c 1.6 +127 -304 2.3/fs/affs/super.c 1.5 +1 -2 2.3/fs/affs/symlink.c |
From: Roman Z. <zi...@us...> - 2001-04-05 22:59:27
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/arch/m68k/amiga/ Changes by: zippel@usw-pr-cvs1. 01/04/05 15:59:27 Log message: avoid beep when audio is busy Modified files: 2.3/arch/m68k/amiga/: amisound.c Revision Changes Path 1.5 +4 -0 2.3/arch/m68k/amiga/amisound.c |
From: Roman Z. <zi...@us...> - 2001-04-05 23:00:44
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/char/ Changes by: zippel@usw-pr-cvs1. 01/04/05 16:00:43 Log message: new a2232 version Modified files: 2.3/drivers/char/: ser_a2232.c ser_a2232.h Revision Changes Path 1.3 +573 -562 2.3/drivers/char/ser_a2232.c 1.2 +133 -429 2.3/drivers/char/ser_a2232.h |
From: Michel <mic...@ii...> - 2001-04-05 23:19:29
|
Roman Zippel wrote: [ lots of interesting updates ] And that a few hours after I put up 2.4.3 binaries. *sigh* :) -- Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member |
From: Roman Z. <zi...@li...> - 2001-04-06 23:09:02
|
Hi, "Michel Dänzer" wrote: > [ lots of interesting updates ] > > And that a few hours after I put up 2.4.3 binaries. *sigh* I saw it ... after I committed everything. :) BTW the hwclock.sh script needs an update, so the genrtc driver is really used. bye, Roman |
From: Michel <mic...@ii...> - 2001-04-07 16:23:41
|
Roman Zippel wrote: > "Michel Dänzer" wrote: > > > [ lots of interesting updates ] > > > > And that a few hours after I put up 2.4.3 binaries. *sigh* > > I saw it ... after I committed everything. :) > BTW the hwclock.sh script needs an update, so the genrtc driver is > really used. You mean the one in the powerpc-utils package? Will you submit a bug? :) -- Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member |
From: Michel <mic...@ii...> - 2001-04-19 21:03:27
|
Roman Zippel wrote: > Log message: > new a2232 version > > Modified files: > 2.3/drivers/char/: > ser_a2232.c ser_a2232.h > > Revision Changes Path > 1.3 +573 -562 2.3/drivers/char/ser_a2232.c > 1.2 +133 -429 2.3/drivers/char/ser_a2232.h This fails: gcc -D__KERNEL__ -I/home/michdaen/src/apus-cvs/2.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -c -o ser_a2232.o ser_a2232.c ser_a2232.c:107: No such file or directory ser_a2232.c: In function `a2232board_init': ser_a2232.c:809: `a2232_65EC02code' undeclared (first use in this function) ser_a2232.c:809: (Each undeclared identifier is reported only once ser_a2232.c:809: for each function it appears in.) Forgot to add ser_a2232fw.h? -- Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member |
From: Roman Z. <zi...@li...> - 2001-04-19 21:45:18
|
Hi, "Michel Dänzer" wrote: > Forgot to add ser_a2232fw.h? Sorry, fixed now. bye, Roman |
From: Roman Z. <zi...@us...> - 2001-04-11 23:12:34
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/fs/affs/ Changes by: zippel@usw-pr-cvs1. 01/04/11 16:12:34 Log message: properly cut off long names for compare Modified files: 2.3/fs/affs/: namei.c Revision Changes Path 1.5 +14 -5 2.3/fs/affs/namei.c |
From: Roman Z. <zi...@us...> - 2001-04-18 20:18:28
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/fs/affs/ Changes by: zippel@usw-pr-cvs1. 01/04/18 13:18:28 Log message: correctly initialize s_last_bmap Modified files: 2.3/fs/affs/: Changes bitmap.c Revision Changes Path 1.4 +6 -0 2.3/fs/affs/Changes 1.5 +4 -2 2.3/fs/affs/bitmap.c |
From: Michel <mic...@ii...> - 2001-04-18 21:05:29
|
Roman Zippel wrote: > Log message: > correctly initialize s_last_bmap > > Modified files: > 2.3/fs/affs/: > Changes bitmap.c > > Revision Changes Path > 1.4 +6 -0 2.3/fs/affs/Changes > 1.5 +4 -2 2.3/fs/affs/bitmap.c Do you consider it stable enough for new binaries? -- Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member |
From: Roman Z. <zi...@li...> - 2001-04-19 20:45:15
|
Hi, "Michel Dänzer" wrote: > Do you consider it stable enough for new binaries? Yes, I think so, it's even in Alan's patches now. :-) bye, Roman |
From: Michel <mic...@ii...> - 2001-04-19 20:47:51
|
Roman Zippel wrote: > > Do you consider it stable enough for new binaries? > > Yes, I think so, it's even in Alan's patches now. :-) No kidding! 8-) Updating and building... PS: Do you have any idea about the sound bug? -- Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member |
From: Roman Z. <zi...@li...> - 2001-04-19 22:06:00
|
Hi, "Michel Dänzer" wrote: > PS: Do you have any idea about the sound bug? No, I didn't look at it yet. Yesterday I was looking at the parallel port, but without a printer I can't really test it. Anyway, I could give some pointers/hints where to look, but someone else needs to do some hacking/testing. Maybe at the weekend I look into the sound issue, as that I can test actually. :) bye, Roman |
From: Michel <mic...@ii...> - 2001-04-19 22:10:43
|
Roman Zippel wrote: > > PS: Do you have any idea about the sound bug? > > No, I didn't look at it yet. > Yesterday I was looking at the parallel port, but without a printer I > can't really test it. Anyway, I could give some pointers/hints where to > look, but someone else needs to do some hacking/testing. > Maybe at the weekend I look into the sound issue, as that I can test > actually. :) Great. I think we better wait until that's fixed before putting up new binaries. -- Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member |