linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Modular IDE Build Failing Without Modular Generic PCI bus-master DMA support
@ 2003-06-13 22:21 Fred Feirtag
  2003-06-13 23:06 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Fred Feirtag @ 2003-06-13 22:21 UTC (permalink / raw)
  To: linux-kernel

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]#





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Modular IDE Build Failing Without Modular Generic PCI bus-master DMA support
  2003-06-13 22:21 Modular IDE Build Failing Without Modular Generic PCI bus-master DMA support Fred Feirtag
@ 2003-06-13 23:06 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2003-06-13 23:06 UTC (permalink / raw)
  To: Fred Feirtag; +Cc: Linux Kernel Mailing List

On Gwe, 2003-06-13 at 23:21, Fred Feirtag wrote:
> 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?

I'm working on it but yes


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-13 22:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-13 22:21 Modular IDE Build Failing Without Modular Generic PCI bus-master DMA support Fred Feirtag
2003-06-13 23:06 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).