Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11344 - Error in ide-pci.c messes up PROMISE IDE Controller
Summary: Error in ide-pci.c messes up PROMISE IDE Controller
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Highest blocker (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-28 10:34 UTC by Bjarke Istrup Pedersen (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2002-11-28 10:34:21 UTC
The wellknown error is back in gentoo-sources, but it can easily be corrected:

Line #405:  #ifndef CONFIG_PDC202XX_FORCE

Must be changed to:

Line #405:  #ifdef CONFIG_PDC202XX_FORCE

And

Line #672:  #ifdef CONFIG_PDC202XX_FORCE

Must be chanced to:

Line #672:  #ifndef CONFIG_PDC202XX_FORCE

This may fix the error. (The error wasn't there in gentoo-sources r9, but they 
forgot to correct it in gentoo-sources r10.)
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2002-11-28 10:52:18 UTC
SORRY, MY FAULT!!!

It the resulting lines must be like this instead: (switched them around, uups)

Line #405:  #ifndef CONFIG_PDC202XX_FORCE
Line #672:  #ifdef CONFIG_PDC202XX_FORCE
Comment 2 Pierre-Olivier Bouchard 2003-01-03 22:53:35 UTC
Bjarke, do you still see this problem in the latest lolo-sources, based on 2.4.20? 
Comment 3 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2003-01-04 11:03:37 UTC
The problem doesn't exist in the newest vanilla-sources, but I can get the 
lolo-sources to compile.
Comment 4 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2003-01-05 08:16:11 UTC
Well, yesterday my poor P2 233 mhz router lost it's harddrive, so now I have a 
great chance to recreate it, and test the lolo sources on it.
Just a question, does the new lolo-sources have the preempt patch in the 
kernel???
Comment 5 Brandon Low (RETIRED) gentoo-dev 2003-01-09 15:25:30 UTC
it certainly does, let me know how it goes on lolo-sources, thanks.
Comment 6 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2003-01-09 15:29:03 UTC
The newest lolo-sources runs perfectly on it, and since the stock kernel runs 
perfectly on my workstation, and the lolo-sources runs perfectly on my router, 
I'll change the bug to fixed, and hope this problem will newer show up again :)
Comment 7 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2003-01-09 15:29:46 UTC
and now it is changed to fixed (had to reopen it first)