lkml.org 
[lkml]   [2004]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] smsc-ircc2: Add PnP support.
matthieu castet wrote:
> Meelis Roos wrote:
>
>>> Just for confirmation, could you try this patch. It should enable
>>> pnp_dbg message and print your _CRS when you activate the device.
>>> If there is nothing between ******574******* and ******857*******,
>>> you bios is likely broken.
>>
>>
>>
>> activate:
>> ******574*******
>> pnp: Res cnt 4
>> pnp: res cnt 4
>> pnp: Encode io
>> pnp: Encode irq
>> pnp: Encode io
>> pnp: Encode dma
>> ******857*******
>> pnp: Device 00:0a activated.
>>
>> So it appears that there is something between 574 and 857.
>>
> Are you sure you have enable ACPI DEBUG ?
> You should have CONFIG_ACPI_DEBUG=y in your .config
>
>
With this patch, it should be work better (no need to remove the
previous patch)


Matthieu


PS : I should find a better way to make patch....
--- linux-2.6.9/drivers/pnp/pnpacpi/Makefile.old 2004-11-27 20:21:51.000000000 +0100
+++ linux-2.6.9/drivers/pnp/pnpacpi/Makefile 2004-11-26 14:59:51.000000000 +0100
@@ -1,5 +1,10 @@
#
# Makefile for the kernel PNPACPI driver.
#
+ifdef CONFIG_ACPI_DEBUG
+ ACPI_CFLAGS += -DACPI_DEBUG_OUTPUT
+endif
+
+EXTRA_CFLAGS += $(ACPI_CFLAGS)

obj-y := core.o rsparser.o
\
 
 \ /
  Last update: 2005-03-22 14:08    [W:1.810 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site