On Thu, Aug 19, 2004 at 10:13:38AM +0200, Geert Uytterhoeven wrote: > On Wed, 18 Aug 2004, Christian T. Steigies wrote: > > On Wed, Aug 18, 2004 at 10:36:32PM +0200, Kars de Jong wrote: > > > It boots, but it doesn't detect my IDE hard disk. Gayle is detected > > > though. With my self-compiled 2.6.4 kernel it does work. The only > > > difference config-wise is CONFIG_BLK_DEV_IDEDOUBLER which I have > > > disabled. > > > > You mean I should disable IDEBOUBLER? Anybody using IDEDOUBLER who would > > complain? > > It should not harm to leave IDEBOUBLER enabled, since it's disabled by > default, > unless you say `ide=doubler' on the kernel command line. > > > > Also, CONFIG_APNE is not enabled so no network for me... > > > > I think APNE (thats NE2000 for PCMCIA, right?) did not compile, so I kicked > > it out. > > [ just verified ] It does compile for me (2.6.8.1).
the issue was that it can't be configured together with some other 8390 based cards that use other in/out definitions.. one of the things Kars' new asm/io.h stuff redesign would solve if he ever does this. Right now config system needs to be fixed to enforce the limitation. Richard

