Re: Mach64 GX driver problems in post 2.4.22 kernels
From: Thomas Jahns <hidden>
Date: 2004-06-24 21:01:26
On 06/21/04 10:08:58, David Eger wrote:
Could you send your .config? (This could only help with the most trivial of problems, but worth a shot.)
Okay, I'll bzip the .configs and also include a diff I created from both files with the following sequence of commands (tungsten is the hostname of the Pmac in question): > grep -v '^#' ../boot/config-2.4.22-tungsten >config-2.4.22-tungsten. cleanup > grep -v '^#' ../boot/config-2.4.25-tungsten >config-2.4.25-tungsten. cleanup > diff -u config-2.4.2*cleanup >dot.config.diff-u see below for the diff. PREEMPT is no longer selected because this diff is already for a kernel configuration that I did not patch as much as the working 2.4.22 kernel to limit the potential error sources.
You're posting to the right list; you're probably not getting responses because none of the active framebuffer developers have a setup similar enough to yours :-/
That's unfortunate, I think quite a number of Macs in the 9500 and 9600 lines came preinstalled with such cards and ATI cards were also a popular upgrade for Mac graphics at that time.
At least, that's why I'd not responded... still trying to debug radeon and cirrus...
I'm also a user of the radeon driver so keep up the good work. Ciao, Thomas
--- config-2.4.22-tungsten.cleanup 2004-06-24 22:30:01.000000000
+0200
+++ config-2.4.25-tungsten.cleanup 2004-06-24 22:30:07.000000000
+0200@@ -11,9 +11,12 @@ CONFIG_6xx=y CONFIG_PPC_STD_MMU=y CONFIG_ALL_PPC=y -CONFIG_PREEMPT=y CONFIG_PPC_ISATIMER=y +CONFIG_HIGHMEM_START=0xfe000000 +CONFIG_LOWMEM_SIZE=0x30000000 +CONFIG_KERNEL_START=0xc0000000 +CONFIG_TASK_SIZE=0x80000000 CONFIG_PCI=y CONFIG_NET=y CONFIG_SYSCTL=y
@@ -93,6 +96,10 @@ CONFIG_IP_NF_TARGET_LOG=m CONFIG_IP_NF_TARGET_ULOG=m CONFIG_IP_NF_TARGET_TCPMSS=m + + +CONFIG_IPV6_SCTP__=y + CONFIG_ATALK=m
@@ -100,6 +107,7 @@ CONFIG_SCSI=y + CONFIG_BLK_DEV_SD=y CONFIG_SD_EXTRA_DEVS=40 CONFIG_CHR_DEV_ST=y
@@ -107,6 +115,7 @@ CONFIG_BLK_DEV_SR_VENDOR=y CONFIG_SR_EXTRA_DEVS=2 CONFIG_CHR_DEV_SG=m + CONFIG_SCSI_CONSTANTS=y CONFIG_SCSI_AIC7XXX_OLD=y
@@ -178,9 +187,12 @@ + CONFIG_NVRAM=y + CONFIG_DRM=y + CONFIG_DRM_NEW=y CONFIG_DRM_R128=m
@@ -218,11 +230,9 @@ CONFIG_NFS_FS=m CONFIG_NFS_V3=y -CONFIG_NFS_ACL=y CONFIG_NFS_DIRECTIO=y CONFIG_NFSD=m CONFIG_NFSD_V3=y -CONFIG_NFSD_ACL=y CONFIG_NFSD_TCP=y CONFIG_SUNRPC=m CONFIG_LOCKD=m
@@ -251,6 +261,9 @@ CONFIG_SOUND=y CONFIG_DMASOUND_PMAC=m CONFIG_DMASOUND=m +CONFIG_I2C=m +CONFIG_I2C_KEYWEST=m +
@@ -273,6 +286,6 @@ CONFIG_CRC32=m CONFIG_ZLIB_INFLATE=m CONFIG_ZLIB_DEFLATE=m -CONFIG_QSORT=y CONFIG_BOOTX_TEXT=y +CONFIG_LOG_BUF_SHIFT=0
Attachments
- config-2.4.22-tungsten.bz2 [application/x-bzip] 4186 bytes
- config-2.4.25-tungsten.bz2 [application/x-bzip] 4035 bytes