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: Roman Z. <zi...@li...> - 2001-11-05 01:49:01
|
Hi, > Log message: > use general interrupt management code This was a major surgery, I hoped everything still works as before, please test it carefully. Biggest visible difference is a new /proc/interrupts format, which is now the same as for other ppc machines. Otherwise there is now finally that annoying "Trying to enable auto-vector" print gone. I left another print in (last_ipl[x] already set to...), it should only occur rarely and shouldn't be a problem. I'll remove it later again. bye, Roman |
|
From: Roman Z. <zi...@us...> - 2001-11-05 01:29:50
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/arch/ppc/kernel/
Changes by: zippel@usw-pr-cvs1. 01/11/04 17:29:49
Log message:
use general interrupt management code
Modified files:
2.3/arch/ppc/amiga/:
amiints.c cia.c config.c
2.3/arch/ppc/kernel/:
apus_setup.c irq.c
Removed files:
2.3/arch/ppc/amiga/:
ints.c
Revision Changes Path
1.8 +19 -192 2.3/arch/ppc/amiga/amiints.c
1.4 +17 -71 2.3/arch/ppc/amiga/cia.c
1.12 +21 -32 2.3/arch/ppc/amiga/config.c
1.27 +53 -146 2.3/arch/ppc/kernel/apus_setup.c
1.12 +0 -7 2.3/arch/ppc/kernel/irq.c
|
|
From: Roman Z. <zi...@us...> - 2001-11-05 01:22:59
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/arch/ppc/mm/
Changes by: zippel@usw-pr-cvs1. 01/11/04 17:22:59
Log message:
replace end_of_DRAM with high_memory
Modified files:
2.3/arch/ppc/mm/:
init.c mmu_decl.h
Revision Changes Path
1.24 +4 -8 2.3/arch/ppc/mm/init.c
1.3 +0 -1 2.3/arch/ppc/mm/mmu_decl.h
|
|
From: Roman Z. <zi...@us...> - 2001-11-05 01:20:39
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/drivers/ide/
Changes by: zippel@usw-pr-cvs1. 01/11/04 17:20:38
Log message:
move disabling of interrupts during probe
enable other interrupts during ide irq
Modified files:
2.3/drivers/ide/:
ide-probe.c ide.c
Revision Changes Path
1.4 +89 -55 2.3/drivers/ide/ide-probe.c
1.4 +283 -171 2.3/drivers/ide/ide.c
|
|
From: Roman Z. <zi...@us...> - 2001-11-05 01:18:40
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/drivers/net/
Changes by: zippel@usw-pr-cvs1. 01/11/04 17:18:39
Log message:
test return value of request_irq
Modified files:
2.3/drivers/net/:
ariadne2.c
Revision Changes Path
1.9 +5 -2 2.3/drivers/net/ariadne2.c
|
|
From: Roman Z. <zi...@us...> - 2001-11-05 01:17:55
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/drivers/char/joystick/
Changes by: zippel@usw-pr-cvs1. 01/11/04 17:17:53
Log message:
set SA_SHIRQ for shared irq
Modified files:
2.3/drivers/video/:
fbcon.c amifb.c
2.3/drivers/char/:
amigamouse.c amiserial.c ser_a2232.c
2.3/drivers/char/joystick/:
amijoy.c
Revision Changes Path
1.2 +157 -71 2.3/drivers/video/fbcon.c
1.12 +5 -4 2.3/drivers/video/amifb.c
1.4 +3 -1 2.3/drivers/char/amigamouse.c
1.5 +91 -7 2.3/drivers/char/amiserial.c
1.6 +1 -1 2.3/drivers/char/ser_a2232.c
1.2 +18 -6 2.3/drivers/char/joystick/amijoy.c
|
|
From: Roman Z. <zi...@li...> - 2001-11-04 19:14:28
|
Hi, Alan buxey wrote: > Log message: > Comment out JFFS2 in Makefile as we dont have the directory in APUS yet cvs up -d? bye, Roman |
|
From: Michel <mic...@ii...> - 2001-11-04 19:10:14
|
On Sun, 2001-11-04 at 20:04, Alan buxey wrote: > Log message: > Comment out JFFS2 in Makefile as we dont have the directory in APUS yet Alan, stop this _now_ and use cvs update -d please. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
|
From: Alan b. <ala...@us...> - 2001-11-04 19:04:45
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/fs/
Changes by: alanbuxey@usw-pr-cvs1. 01/11/04 11:04:45
Log message:
Comment out JFFS2 in Makefile as we dont have the directory in APUS yet
Modified files:
2.3/fs/:
Makefile
Revision Changes Path
1.3 +62 -321 2.3/fs/Makefile
|
|
From: Roman Z. <zi...@li...> - 2001-11-04 19:04:18
|
Hi, Alan buxey wrote: > Commented out the i2o entries - not APUS depended and contents not present > (allows the `make dep` to work) What is the actual problem? bye, Roman |
|
From: Alan b. <ala...@us...> - 2001-11-04 18:38:43
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/drivers/
Changes by: alanbuxey@usw-pr-cvs1. 01/11/04 10:38:29
Log message:
Commented out the i2o entries - not APUS depended and contents not present
(allows the `make dep` to work)
Modified files:
2.3/drivers/:
Makefile
Revision Changes Path
1.2 +45 -176 2.3/drivers/Makefile
|
|
From: Roman Z. <zi...@us...> - 2001-10-31 23:20:12
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/drivers/parport/
Changes by: zippel@usw-pr-cvs1. 01/10/31 15:20:11
Log message:
wait for acknowledge before sending next character
fix racy wait queue
Modified files:
2.3/include/linux/:
parport.h
2.3/drivers/parport/:
ieee1284.c ieee1284_ops.c share.c
Revision Changes Path
1.3 +28 -11 2.3/include/linux/parport.h
1.3 +92 -38 2.3/drivers/parport/ieee1284.c
1.3 +52 -22 2.3/drivers/parport/ieee1284_ops.c
1.4 +242 -55 2.3/drivers/parport/share.c
|
|
From: <no...@so...> - 2001-10-31 21:45:13
|
Feature Requests item #475692, was opened at 2001-10-28 01:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=475692&group_id=5907 Category: Kernel Group: None Status: Open Resolution: None Priority: 5 Submitted By: christian (deepspace9) Assigned to: Nobody/Anonymous (nobody) Summary: CSPPC UW-Controller ? Initial Comment: Can something make a new Kernel with the CyberstormPPC UW-Controller ? Many users need it ! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-10-31 13:45 Message: Logged In: NO Nice to hear that there are people working on that driver, it would be really, really nice to have. I suppose there is some quite big problems with this thing since it has taken so long allready. Hope that someone can work them out. keep up the good work ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-10-28 10:51 Message: Logged In: NO I am hardly working on the CSPPC-UW driver, be patient. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=475692&group_id=5907 |
|
From: Roman Z. <zi...@us...> - 2001-10-29 23:09:39
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/include/asm-ppc/
Changes by: zippel@usw-pr-cvs1. 01/10/29 15:09:38
Log message:
mem start/offset cleanups
Modified files:
2.3/arch/ppc/kernel/:
apus_setup.c setup.c
2.3/arch/ppc/mm/:
init.c mmu_decl.h pgtable.c ppc_mmu.c
2.3/include/asm-ppc/:
page.h pgtable.h
Revision Changes Path
1.26 +2 -5 2.3/arch/ppc/kernel/apus_setup.c
1.20 +0 -7 2.3/arch/ppc/kernel/setup.c
1.23 +7 -4 2.3/arch/ppc/mm/init.c
1.2 +1 -1 2.3/arch/ppc/mm/mmu_decl.h
1.4 +1 -3 2.3/arch/ppc/mm/pgtable.c
1.2 +4 -4 2.3/arch/ppc/mm/ppc_mmu.c
1.6 +2 -2 2.3/include/asm-ppc/page.h
1.12 +1 -1 2.3/include/asm-ppc/pgtable.h
|
|
From: Roman Z. <zi...@us...> - 2001-10-29 20:20:46
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/Documentation/usb/
Changes by: zippel@usw-pr-cvs1. 01/10/29 12:20:44
Log message:
remove obsolete files
Removed files:
2.3/Documentation/:
joystick-api.txt joystick-parport.txt joystick.txt
2.3/Documentation/usb/:
input.txt
|
|
From: Geert U. <ge...@li...> - 2001-10-29 09:22:49
|
On Sat, 27 Oct 2001, Linux-Mailing-Lists wrote:
> as promised some news about the GRex boards. Most of you will already have
> read them within Amiga-New or DCE-Homepage!
>
> Was I was told by Mr. Dellert and could not give it back correctly here is
> that with the Grex-Boards there comes a SW which scans the PCI-bus. As Mr.
> Dellert told me this program can be used for writing drivers concerning the
> GRex as the programmer only has to know where the PCI is located in memory
> (sorry, I do not have enough knowledge concerning driver/hardware
> programming whether on the AmigaOS side nor under Linux; I'm an
> OS/application programmer using C with OS-routines and Java!). Maybe this
> will help someone developing a GRex driver!
The software to scan the PCI bus can be used under AmigaOS only. We need to
know what `the software to scan the PCI bus' itself does.
An alternative is to reverse engineer `the software to scan the PCI bus'.
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: <no...@so...> - 2001-10-28 18:51:08
|
Feature Requests item #475692, was opened at 2001-10-28 01:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=475692&group_id=5907 Category: Kernel Group: None Status: Open Resolution: None Priority: 5 Submitted By: christian (deepspace9) Assigned to: Nobody/Anonymous (nobody) Summary: CSPPC UW-Controller ? Initial Comment: Can something make a new Kernel with the CyberstormPPC UW-Controller ? Many users need it ! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-10-28 10:51 Message: Logged In: NO I am hardly working on the CSPPC-UW driver, be patient. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=475692&group_id=5907 |
|
From: <no...@so...> - 2001-10-28 08:58:46
|
Feature Requests item #475692, was opened at 2001-10-28 01:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=475692&group_id=5907 Category: Kernel Group: None Status: Open Resolution: None Priority: 5 Submitted By: christian (deepspace9) Assigned to: Nobody/Anonymous (nobody) Summary: CSPPC UW-Controller ? Initial Comment: Can something make a new Kernel with the CyberstormPPC UW-Controller ? Many users need it ! ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=355907&aid=475692&group_id=5907 |
|
From: Linux-Mailing-Lists <Ren...@gm...> - 2001-10-27 17:56:09
|
Hi everybody, as promised some news about the GRex boards. Most of you will already hav= e read them within Amiga-New or DCE-Homepage! Was I was told by Mr. Dellert and could not give it back correctly here i= s that with the Grex-Boards there comes a SW which scans the PCI-bus. As Mr= =2E Dellert told me this program can be used for writing drivers concerning t= he GRex as the programmer only has to know where the PCI is located in memor= y (sorry, I do not have enough knowledge concerning driver/hardware programming whether on the AmigaOS side nor under Linux; I'm an OS/application programmer using C with OS-routines and Java!). Maybe this= will help someone developing a GRex driver! I also thought that probably the PCI-Linux drivers for X86 machines might= recompiled after modifications (endian problem and so on) be used with th= e corresponding cards already supported with Grex (even TV-Cards!)?! Hope these are good news to you! Kind regards -- = Ren=E9 Thol Mail: Ren...@gm...= |
|
From: Roman Z. <zi...@us...> - 2001-10-25 22:10:47
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/fs/fat/
Changes by: zippel@usw-pr-cvs1. 01/10/25 15:10:46
Log message:
conflict fixes from import bitkeeper (2.4.13)
Removed files:
2.3/fs/ext2/:
acl.c
2.3/fs/fat/:
tables.c tables.h
|
|
From: Roman Z. <zi...@us...> - 2001-10-25 22:02:41
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/mm/
Changes by: zippel@usw-pr-cvs1. 01/10/25 15:02:41
Log message:
conflict fixes from import bitkeeper (2.4.13)
Modified files:
./:
Makefile
2.3/Documentation/:
Configure.help
2.3/arch/ppc/:
Makefile defconfig
2.3/arch/ppc/configs/:
apus_defconfig
2.3/arch/ppc/kernel/:
apus_setup.c head.S ppc_ksyms.c setup.c
2.3/drivers/char/:
Makefile
2.3/drivers/net/:
Makefile hydra.c
2.3/drivers/scsi/:
Config.in
2.3/drivers/video/:
Config.in virgefb.c
2.3/include/asm-ppc/:
io.h mpc8xx.h
2.3/mm/:
page_alloc.c
Removed files:
2.3/Documentation/video4linux/:
README.buz
2.3/arch/arm/boot/compressed/:
setup-sa1100.S
2.3/arch/arm/mach-sa1100/:
bitsy.c
2.3/arch/arm/mm/:
mm-nexuspci.c
2.3/arch/s390/kernel/:
lowcore.S
2.3/arch/s390x/kernel/:
lowcore.S mathemu.c
2.3/drivers/i2o/:
Config.in Makefile README README.ioctl i2o_block.c
i2o_config.c i2o_core.c i2o_lan.c i2o_lan.h i2o_pci.c
i2o_proc.c i2o_scsi.c i2o_scsi.h
2.3/fs/fat/:
msbuffer.h
2.3/include/asm-arm/arch-sa1100/:
bitsy.h
2.3/include/asm-s390x/:
mathemu.h
Revision Changes Path
1.28 +3 -2 2.3/Makefile
1.20 +240 -34 2.3/Documentation/Configure.help
1.12 +1 -1 2.3/arch/ppc/Makefile
1.15 +99 -4 2.3/arch/ppc/defconfig
1.13 +99 -4 2.3/arch/ppc/configs/apus_defconfig
1.25 +1 -5 2.3/arch/ppc/kernel/apus_setup.c
1.24 +3 -3 2.3/arch/ppc/kernel/head.S
1.27 +2 -2 2.3/arch/ppc/kernel/ppc_ksyms.c
1.19 +2 -2 2.3/arch/ppc/kernel/setup.c
1.16 +6 -0 2.3/drivers/char/Makefile
1.11 +1 -0 2.3/drivers/net/Makefile
1.4 +1 -0 2.3/drivers/net/hydra.c
1.10 +3 -2 2.3/drivers/scsi/Config.in
1.7 +5 -15 2.3/drivers/video/Config.in
1.8 +1 -1 2.3/drivers/video/virgefb.c
1.12 +4 -5 2.3/include/asm-ppc/io.h
1.5 +3 -3 2.3/include/asm-ppc/mpc8xx.h
1.19 +20 -19 2.3/mm/page_alloc.c
|
|
From: Rene B. <re...@we...> - 2001-10-21 18:22:26
|
Hello! Take a look at=20 ftp://ftp.sunet.se/pub/Linux/distributions/linuxppc/linuxppc-2000-Q4/soft= ware/beta/=20 or=20 ftp://ftp.sunet.se/pub/Linux/distributions/linuxppc/linuxppc-2000-Q4/new-= from-tom/.=20 Here you can find some RPM`s, but you probably have to update your system= =20 to a newer version of glibc (maybe you find it here). I remember this was= =20 hard to install and compiling a own XFree-4 taken from=20 http://www.xfree86.org was a lot easier. Ciao, Ren=E8 > Hello kent! >=20 > I successfully installed LinuxPPC 2000 on my miggy the > other day and all I need know in order to run it is an X- > server. The problem is, where do I find one? The link to > the XFree-4.0.1 archive in the news section of the > LinuxAPUS homepage seems broken. Do you know where I could > find it? >=20 > Kind regards, >=20 > Sammy Nordstr=F6m >=20 |
|
From: Roman Z. <zi...@us...> - 2001-10-17 22:56:16
|
CVSROOT: /cvsroot/linux-apus
Module name: 2.3
Repository: 2.3/mm/
Changes by: zippel@usw-pr-cvs1. 01/10/17 15:56:15
Log message:
conflict fixes from import bitkeeper (2.4.12)
Modified files:
./:
Makefile
2.3/Documentation/:
Configure.help
2.3/arch/ppc/:
Makefile defconfig
2.3/arch/ppc/configs/:
apus_defconfig
2.3/arch/ppc/kernel/:
apus_pci.c apus_setup.c head.S irq.c ppc_ksyms.c setup.c
time.c
2.3/arch/ppc/mm/:
init.c pgtable.c
2.3/drivers/char/:
Makefile mem.c ser_a2232.c
2.3/drivers/ide/:
Config.in buddha.c
2.3/drivers/net/:
Makefile
2.3/drivers/scsi/:
Config.in Makefile NCR53C9x.h
2.3/drivers/sound/dmasound/:
dmasound_paula.c
2.3/drivers/video/:
Config.in amifb.c fbmem.c pm2fb.c virgefb.c
2.3/fs/partitions/:
mac.c
2.3/include/asm-ppc/:
bootinfo.h io.h page.h pgtable.h
2.3/include/linux/:
irq.h
2.3/mm/:
page_alloc.c
Added files:
2.3/arch/ppc/8xx_io/:
micropatch.c
2.3/arch/ppc/kernel/:
temp.c
2.3/drivers/acpi/namespace/:
nsdump.c
2.3/drivers/scsi/:
qlogicfc_asm.c
2.3/include/linux/:
compiler.h
Removed files:
2.3/arch/mips/:
defconfig-cobalt defconfig-orion
2.3/arch/mips/boot/:
mkboot.c
2.3/arch/mips/dec/:
serial.c
2.3/arch/mips/kernel/:
fpe.c softfp.S
2.3/arch/mips/sgi/kernel/:
indy_timer.c promcon.c
2.3/arch/mips/sni/:
dma.c
2.3/arch/ppc/8xx_io/:
commproc.h
2.3/arch/sh/mm/:
cache.c
2.3/drivers/acpi/parser/:
psfind.c
2.3/drivers/bluetooth/:
hci_emu.c
2.3/drivers/char/:
vino.h
2.3/drivers/ide/:
amd7409.c qd6580.c
2.3/drivers/mtd/chips/:
cfi_jedec.c
2.3/drivers/net/:
ncr885_debug.h ncr885e.c ncr885e.h
2.3/drivers/sgi/char/:
graphics_syms.c
2.3/drivers/tc/:
tcsyms.c
2.3/drivers/usb/:
hid.c net1080.c plusb.c
2.3/include/asm-ppc/:
init.h
2.3/include/asm-sparc64/:
vaddrs.h
2.3/include/net/bluetooth/:
hci_emu.h
2.3/mm/:
mmap_avl.c
Revision Changes Path
1.27 +42 -9 2.3/Makefile
1.19 +436 -61 2.3/Documentation/Configure.help
1.11 +4 -1 2.3/arch/ppc/Makefile
1.14 +40 -11 2.3/arch/ppc/defconfig
1.12 +40 -11 2.3/arch/ppc/configs/apus_defconfig
1.8 +5 -3 2.3/arch/ppc/kernel/apus_pci.c
1.24 +1 -106 2.3/arch/ppc/kernel/apus_setup.c
1.23 +1 -1 2.3/arch/ppc/kernel/head.S
1.11 +14 -7 2.3/arch/ppc/kernel/irq.c
1.26 +6 -4 2.3/arch/ppc/kernel/ppc_ksyms.c
1.18 +20 -31 2.3/arch/ppc/kernel/setup.c
1.14 +4 -4 2.3/arch/ppc/kernel/time.c
1.22 +4 -1 2.3/arch/ppc/mm/init.c
1.3 +3 -3 2.3/arch/ppc/mm/pgtable.c
1.15 +22 -15 2.3/drivers/char/Makefile
1.10 +1 -3 2.3/drivers/char/mem.c
1.5 +4 -0 2.3/drivers/char/ser_a2232.c
1.5 +17 -2 2.3/drivers/ide/Config.in
1.6 +2 -2 2.3/drivers/ide/buddha.c
1.10 +10 -9 2.3/drivers/net/Makefile
1.9 +19 -2 2.3/drivers/scsi/Config.in
1.6 +30 -24 2.3/drivers/scsi/Makefile
1.4 +3 -3 2.3/drivers/scsi/NCR53C9x.h
1.4 +6 -6 2.3/drivers/sound/dmasound/dmasound_paula.c
1.6 +73 -24 2.3/drivers/video/Config.in
1.11 +3 -1 2.3/drivers/video/amifb.c
1.11 +6 -2 2.3/drivers/video/fbmem.c
1.6 +2 -0 2.3/drivers/video/pm2fb.c
1.7 +2 -0 2.3/drivers/video/virgefb.c
1.4 +24 -37 2.3/fs/partitions/mac.c
1.8 +1 -1 2.3/include/asm-ppc/bootinfo.h
1.11 +19 -8 2.3/include/asm-ppc/io.h
1.5 +1 -1 2.3/include/asm-ppc/page.h
1.11 +31 -7 2.3/include/asm-ppc/pgtable.h
1.4 +14 -0 2.3/include/linux/irq.h
1.18 +212 -327 2.3/mm/page_alloc.c
|
|
From: Ken T. <ke...@we...> - 2001-10-16 19:25:34
|
---------- Forwarded message ---------- Date: Tue, 16 Oct 2001 04:27:59 -0700 From: Sammy Nordstr=F6m <sam...@te...> To: ke...@we... Subject: XFree86-4 with support for Permedia2 Hello kent! I successfully installed LinuxPPC 2000 on my miggy the=20 other day and all I need know in order to run it is an X- server. The problem is, where do I find one? The link to=20 the XFree-4.0.1 archive in the news section of the=20 LinuxAPUS homepage seems broken. Do you know where I could=20 find it? Kind regards, Sammy Nordstr=F6m |
|
From: Michel <mic...@ii...> - 2001-10-16 11:43:37
|
I have removed the broken links from the links page and fixed the MOL link. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |