From: Mark Orr <markorr@intersurf.com>
To: linux-kernel@vger.kernel.org
Subject: IDE problem: 2.5.10 compiles but hangs during boot
Date: Wed, 24 Apr 2002 14:53:15 -0500 [thread overview]
Message-ID: <20020424145315.7331bef2.markorr@intersurf.com> (raw)
System: Pentium 100, 16mb, Neptune II chipset w/ RZ1000 IDE
WD Caviar 2540 (540mb) HD, NEC-260 IDE CD
Linux 2.5.10 compiles but doesnt complete boot due to some IDE
errors. Previous working kernel was 2.5.8-pre3.
relevant bits from the boot messages:
---
ide0: disable chipset read-ahead (buggy RZ1000/RZ1001)
ide1: disable chipset read-ahead (buggy RZ1000/RZ1001)
hda: WDC AC2540H, ATA disk drive
hdc: NEC CD-ROM DRIVE:260, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide: unexpected interrupt 1 15
ide1 at 0x170-0x177,0x376 on irq 15
hda: 1056384 sectors (541Mb) w/128Kib cache CHS=1048/16/63
Partition check:
hda: [PTBL] [524/32/64] hda1 hda2 hda3
(...some network stuff, then it runs fsck)
remounting root device with read-write enabled.
hda: task_mulout_intr: status=0x65 { DriveReady DriveFault CorrectedError Error}
hda: task_mulout_intr: error=0x04 {DriveStatusError}
ide: unexpected interrupt 0 14
ide0: reset: success
...and there it stops.
--
My kernel configuration is default, except IDE CDROM is modularized.
After receiving this error, I went back and disabled CMD640 and
Generic PCI IDE support - which has compiled and worked in the past,
but it doesnt compile with this kernel version:
make[3]: Entering directory `/usr/src/linux/drivers/ide'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -DKBUILD_BASENAME=ide -DEXPORT_SYMTAB -c ide.c
In file included from /usr/src/linux/include/linux/ide.h:238,
from ide.c:138:
/usr/src/linux/include/asm/ide.h: In function `ide_init_default_hwifs':
/usr/src/linux/include/asm/ide.h:84: warning: implicit declaration of function `ide_register_hw'
ide.c: In function `ide_unregister':
ide.c:2300: structure has no member named `pci_dev'
ide.c: In function `ide_teardown_commandlist':
ide.c:2845: structure has no member named `pci_dev'
make[3]: *** [ide.o] Error 1
make[3]: Leaving directory `/usr/src/linux/drivers/ide'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux/drivers/ide'
make[1]: *** [_subdir_ide] Error 2
make[1]: Leaving directory `/usr/src/linux/drivers'
make: *** [_dir_drivers] Error 2
--
reply other threads:[~2002-04-24 19:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020424145315.7331bef2.markorr@intersurf.com \
--to=markorr@intersurf.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox