mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Attila BODY <compi@freemail.hu>
To: linux-kernel@vger.kernel.org
Subject: Modular IDE in 2.6
Date: Fri, 09 Jan 2004 12:32:24 +0100	[thread overview]
Message-ID: <1073647943.1013.12.camel@smiley.localnet> (raw)

Hi,

It has been reported already but there was no response on the list so I
have to ask a straight question:

Will we have a modular ide in 2.6 anytime (soon)?

The sympthom is when I am trying to compile the IDE code as modules in
2.6 (last time in 2.6.1), depmod fails with unresolved symbols and
circular dependencies:

if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b ~/linux -r
2.6.1; fi
WARNING:
/home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide-floppy.ko
needs unknown symbol proc_ide_read_geometry
WARNING:
/home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide-probe.ko
needs unknown symbol create_proc_ide_interfaces
WARNING:
/home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide-probe.ko
needs unknown symbol ide_cfg_sem
WARNING:
/home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide-probe.ko
needs unknown symbol idedefault_driver
WARNING:
/home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide-probe.ko
needs unknown symbol do_ide_request
WARNING:
/home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide-probe.ko
needs unknown symbol ide_add_generic_settings
WARNING:
/home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide-probe.ko
needs unknown symbol blk_queue_activity_fn
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol ide_scan_pcibus
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol ide_release_dma
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol create_proc_ide_interfaces
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol ide_add_proc_entries
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol proc_ide_read_capacity
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol destroy_proc_ide_drives
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol idedefault_driver
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol proc_ide_destroy
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol ide_remove_proc_entries
WARNING: /home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide.ko
needs unknown symbol proc_ide_create

...

WARNING: Module /lib/modules/2.6.1/kernel/drivers/scsi/ide-scsi.ko
ignored, due to loop
WARNING: Module
/lib/modules/2.6.1/kernel/drivers/usb/storage/usb-storage.ko ignored,
due to loop
WARNING: Module /lib/modules/2.6.1/kernel/drivers/ide/ide-io.ko ignored,
due to loop
WARNING: Module /lib/modules/2.6.1/kernel/drivers/ide/ide-cd.ko ignored,
due to loop
WARNING: Module /lib/modules/2.6.1/kernel/drivers/ide/ide-floppy.ko
ignored, due to loop
WARNING: Loop detected:
/home/compi/linux/lib/modules/2.6.1/kernel/drivers/ide/ide-iops.ko needs
ide.ko which needs ide-iops.ko again!


The relevan .config part is the following:

CONFIG_IDE=m
CONFIG_BLK_DEV_IDE=m

# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=m
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_IDEDISK_STROKE is not set
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDETAPE=m
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDESCSI=m
CONFIG_IDE_TASK_IOCTL=y
CONFIG_IDE_TASKFILE_IO=y

# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
CONFIG_BLK_DEV_OPTI621=m
CONFIG_BLK_DEV_RZ1000=m
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_IDEDMA_PCI_WIP is not set
CONFIG_BLK_DEV_ADMA=y
CONFIG_BLK_DEV_AEC62XX=m
CONFIG_BLK_DEV_ALI15X3=m
# CONFIG_WDC_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=m
CONFIG_BLK_DEV_CMD64X=m
CONFIG_BLK_DEV_TRIFLEX=m
CONFIG_BLK_DEV_CY82C693=m
# CONFIG_BLK_DEV_CS5520 is not set
CONFIG_BLK_DEV_CS5530=m
CONFIG_BLK_DEV_HPT34X=m
CONFIG_BLK_DEV_HPT366=m
CONFIG_BLK_DEV_SC1200=m
CONFIG_BLK_DEV_PIIX=m
CONFIG_BLK_DEV_NS87415=m
CONFIG_BLK_DEV_PDC202XX_OLD=m
CONFIG_BLK_DEV_PDC202XX_NEW=m
CONFIG_BLK_DEV_SVWKS=m
CONFIG_BLK_DEV_SIIMAGE=m
CONFIG_BLK_DEV_SIS5513=m
CONFIG_BLK_DEV_SLC90E66=m
CONFIG_BLK_DEV_TRM290=m
CONFIG_BLK_DEV_VIA82CXXX=m
CONFIG_IDE_CHIPSETS=y

CONFIG_BLK_DEV_4DRIVES=y
CONFIG_BLK_DEV_ALI14XX=m
CONFIG_BLK_DEV_DTC2278=m
CONFIG_BLK_DEV_HT6560B=m
CONFIG_BLK_DEV_PDC4030=m
CONFIG_BLK_DEV_QD65XX=m
CONFIG_BLK_DEV_UMC8672=m
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_DMA_NONPCI is not set
# CONFIG_BLK_DEV_HD is not set

Thanks in advance,

Attila


                 reply	other threads:[~2004-01-09 11:32 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=1073647943.1013.12.camel@smiley.localnet \
    --to=compi@freemail.hu \
    --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

all inboxes | Powered by JetHome®