Bug 9306
Summary: | LPC IT8705 POST port making noise on parallel port | ||
---|---|---|---|
Product: | Drivers | Reporter: | Petr Cvek (petr.cvek) |
Component: | Parallel | Assignee: | Alan (alan) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | protasnb |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | tested on 2.0.33, 2.4.29, 2.6.16, probably all versions | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
Test patch
Working patch |
Description
Petr Cvek
2007-11-04 08:58:15 UTC
Peter, Can you test with current kernel (2.6.23+) by any chance. Thanks. Grabbing this one as it doesn't really have an owner and it should be easy to sorted Interesting: Scanning the code we don't reset the device anywhere or touch the chip. What happens if you build a kernel without parport_pc and without hwmon/it87 - can you tell which of the two if either is enabling it ? I tried to test this bug with kernel 2.6.24-rc2 and it makes noise, whether I compiled it with all parport/it87 or without parport/it87 modules support. The noise allways starts somewhere between exit bootmanager and detecting procesor. Ok thanks - that means the BIOS is not properly configuring this port, not that we are messing it up - which is good news. I'll upload a test patch in a bit which tries to detect the port in question and turn off the debug stuff even if the BIOS forgot Created attachment 13839 [details]
Test patch
Test patch
Created attachment 13896 [details]
Working patch
After correction some warnings and errors (just undefined variables, etc...), here is tested and working patch. Chip is detected properly and after loading parport_pc module noise is stopped.
Petr can you send the patch to akpm@osdl.org with a Signed-off-by: line as per http://old.linux-foundation.org/newsroom/press_releases/2004/2004_05_24_dco.html Alan OK patch has been resent. |