From: Alexander Fieroch <fieroch@web.de>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, Jens Axboe <axboe@suse.de>,
Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Subject: Re: [2.6.12rc4] PROBLEM: "drive appears confused" and "irq 18: nobody cared!"
Date: Wed, 15 Jun 2005 22:39:10 +0200 [thread overview]
Message-ID: <42B091EE.4020802@web.de> (raw)
In-Reply-To: <58cb370e05061401041a67cfa7@mail.gmail.com>
The "Integrated Technology Express, Inc. IT/ITE8212 Dual channel ATA
RAID controller" and a missing driver in the current kernel is
responsible for that problem.
I've found a GPL ITE8212 driver at
ftp://ftp.asus.de/pub/ASUSCOM/TREIBER/CONTROLLER/IDE/ITE/ITE8212.zip
The driver is compiling and working up to kernel 2.6.9.
With newer kernel versions I get following error while compiling:
# make
make -C /usr/src/linux-2.6.12rc6-git6
SUBDIRS=/usr/src/linux-2.6.12rc6-git6/drivers/scsi modules
make[1]: Entering directory `/usr/src/linux-2.6.12rc6-git6'
CC [M] /usr/src/linux-2.6.12rc6-git6/drivers/scsi/iteraid.o
In file included from
/usr/src/linux-2.6.12rc6-git6/drivers/scsi/iteraid.c:250:
/usr/src/linux-2.6.12rc6-git6/drivers/scsi/hosts.h:1:2: warning:
#warning "This file is obsolete, please use <scsi/scsi_host.h> instead"
/usr/src/linux-2.6.12rc6-git6/drivers/scsi/iteraid.c: In function
`itedev_open':
/usr/src/linux-2.6.12rc6-git6/drivers/scsi/iteraid.c:5580: error:
`MOD_INC_USE_COUNT' undeclared (first use in this function)
/usr/src/linux-2.6.12rc6-git6/drivers/scsi/iteraid.c:5580: error: (Each
undeclared identifier is reported only once
/usr/src/linux-2.6.12rc6-git6/drivers/scsi/iteraid.c:5580: error: for
each function it appears in.)
/usr/src/linux-2.6.12rc6-git6/drivers/scsi/iteraid.c: In function
`itedev_close':
/usr/src/linux-2.6.12rc6-git6/drivers/scsi/iteraid.c:5817: error:
`MOD_DEC_USE_COUNT' undeclared (first use in this function)
make[2]: *** [/usr/src/linux-2.6.12rc6-git6/drivers/scsi/iteraid.o] Error 1
make[1]: *** [_module_/usr/src/linux-2.6.12rc6-git6/drivers/scsi] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.12rc6-git6'
make: *** [modules] Error 2
Because of the driver is published under GPL could you please adapt this
to newer kernel versions and include it in the next kernel 2.6.12?
next prev parent reply other threads:[~2005-06-15 20:39 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-18 22:24 [2.6.12rc4] PROBLEM: "drive appears confused" and "irq 18: nobody cared!" Alexander Fieroch
2005-05-27 19:30 ` Alexander Fieroch
2005-05-28 0:16 ` Andrew Morton
2005-05-29 20:18 ` Alexander Fieroch
2005-06-14 8:04 ` Bartlomiej Zolnierkiewicz
2005-06-15 20:39 ` Alexander Fieroch [this message]
2005-06-15 21:30 ` Andrew Morton
2005-06-16 22:23 ` Alan Cox
2005-06-16 23:52 ` Bartlomiej Zolnierkiewicz
2005-06-17 10:49 ` Alexander Fieroch
2005-06-17 12:38 ` Alan Cox
2005-06-17 17:05 ` Alexander Fieroch
2005-06-17 17:17 ` Jesper Juhl
2005-06-29 13:47 ` Alexander Fieroch
2005-07-06 10:17 ` Alexander Fieroch
2005-07-29 22:38 ` Alexander Fieroch
2005-07-30 0:57 ` Michael Thonke
2005-07-29 23:05 ` Parag Warudkar
2005-07-30 1:42 ` Alexey Dobriyan
2005-08-01 14:38 ` Alexander Fieroch
2005-08-01 14:56 ` Alexander Fieroch
2005-08-01 19:23 ` Krzysztof Halasa
2005-08-01 19:28 ` Bartlomiej Zolnierkiewicz
2005-08-09 17:28 ` Alexander Fieroch
2005-08-09 22:14 ` Alan Cox
2005-08-19 11:12 ` Alexander Fieroch
2005-07-31 22:15 ` Alexander Fieroch
2005-07-06 10:19 ` Alexander Fieroch
[not found] ` <42C0953B.8000506@web.de>
2005-06-28 13:47 ` [2.6.12rc4] " Alan Cox
2005-08-04 20:25 ` Andrew Morton
2005-08-05 10:19 ` Alan Cox
2005-06-17 11:29 ` Alexander Fieroch
2005-06-13 17:59 ` Alexander Fieroch
-- strict thread matches above, loose matches on Subject: below --
2005-06-17 17:32 Protasevich, Natalie
2005-06-20 8:08 ` Alexander Fieroch
2005-06-17 17:38 Protasevich, Natalie
2005-06-17 18:41 Protasevich, Natalie
[not found] <19D0D50E9B1D0A40A9F0323DBFA04ACCE04C08@USRV-EXCH4.na.uis.unisys.com>
2005-06-21 18:22 ` Alexander Fieroch
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=42B091EE.4020802@web.de \
--to=fieroch@web.de \
--cc=B.Zolnierkiewicz@elka.pw.edu.pl \
--cc=akpm@osdl.org \
--cc=axboe@suse.de \
--cc=bzolnier@gmail.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