Bug 134814
Summary: | Unable to compile IT8212F driver after upgrading to FC2. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | peter <zach_delta> |
Component: | kernel-utils | Assignee: | Dave Jones <davej> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 2 | CC: | pfrields |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-10-29 21:41:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
peter
2004-10-06 14:33:06 UTC
Hello ?? I have change my problem slightly now. If I do this cp -a /usr/src/linux-2.6.x/drivers/scsi/scsi.h . cp -a /usr/src/linux-2.6.x/drivers/scsi/hosts.h . cp -a /usr/src/linux-2.6.x/drivers/scsi/scsi_obsolete.h . cp -a /usr/src/linux-2.6.x/drivers/scsi/scsi_typedefs.h . and change the source to '#include "scsi_typedefs.h" and "#include "scsi_obselete.h"' ie from the current directory then when I do a make I only get - iteraid.c: In function `itedev_open': iteraid.c:5580: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/src/ITERaid2/module.h:501) iteraid.c: In function `itedev_close': iteraid.c:5817: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/src/ITERaid2/module.h:513) iteraid.c: At top level: iteraid.c:4667: warning: `IdeMediaStatus' defined but not used Thanks Zach. this driver is intended for use with 2.6.1 (See the Makefile) bug the vendor to update it (or better yet, try to work something out upstream). |