All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fred Feirtag <ffeirtag@integrityns.com>
To: linux-kernel@vger.kernel.org
Subject: Modular IDE Build Failing Without Modular Generic PCI bus-master DMA support
Date: Fri, 13 Jun 2003 16:21:06 -0600	[thread overview]
Message-ID: <3EEA4E52.4080205@integrityns.com> (raw)

Under 2.4.20, "Generic PCI bus-master DMA support"
could be built into the kernel (modular was never an option),
and IDE could link modular, as for use in an OS-less
NFS/Samba file server.  Is modular IDE with DMA still broken,
since Generic PCI bus-master DMA support can't be a module?

--Fred  ffeirtag@integrityns.com

make modules_install
...
cd /lib/modules/2.4.21-diskless; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.21-diskless; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.21-diskless/kernel/drivers/ide/ide-disk.o
depmod:         ide_remove_proc_entries_Rsmp_6a41216a
depmod:         proc_ide_read_geometry_Rsmp_50fed6f7
depmod: *** Unresolved symbols in /lib/modules/2.4.21-diskless/kernel/drivers/ide/ide-floppy.o
depmod:         ide_remove_proc_entries_Rsmp_6a41216a
depmod:         proc_ide_read_geometry_Rsmp_50fed6f7
depmod: *** Unresolved symbols in /lib/modules/2.4.21-diskless/kernel/drivers/ide/ide-probe.o
depmod:         do_ide_request
depmod:         ide_add_generic_settings
depmod:         create_proc_ide_interfaces_Rsmp_ab2c600e
depmod: *** Unresolved symbols in /lib/modules/2.4.21-diskless/kernel/drivers/ide/ide-tape.o
depmod:         ide_remove_proc_entries_Rsmp_6a41216a
depmod: *** Unresolved symbols in /lib/modules/2.4.21-diskless/kernel/drivers/ide/ide.o
depmod:         ide_release_dma
depmod:         proc_ide_create_Rsmp_a8e0f104
depmod:         ide_remove_proc_entries_Rsmp_6a41216a
depmod:         destroy_proc_ide_drives_Rsmp_6b7f1fed
depmod:         ide_add_proc_entries_Rsmp_3269dc46
depmod:         ide_scan_pcibus
depmod:         create_proc_ide_interfaces_Rsmp_ab2c600e
depmod:         proc_ide_read_capacity_Rsmp_46b2a30d
depmod:         proc_ide_destroy_Rsmp_35e1351c
[root@linux linux-diskless]#





             reply	other threads:[~2003-06-13 22:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-13 22:21 Fred Feirtag [this message]
2003-06-13 23:06 ` Modular IDE Build Failing Without Modular Generic PCI bus-master DMA support Alan Cox

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=3EEA4E52.4080205@integrityns.com \
    --to=ffeirtag@integrityns.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.