All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boaz Harrosh <bharrosh@panasas.com>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] UML and SCSI
Date: Wed, 01 Nov 2006 11:17:42 +0200	[thread overview]
Message-ID: <45486636.3020808@panasas.com> (raw)

I have searched the archives and seen some old posts about SCSI not 
compiling with UML. Since than I have seen some post on the net of the 
like http://lkml.org/lkml/2006/9/12/200. (which does not apply but the 
Idea is clear and can be done by hand).
Now when carefully configured I can compile the SCSI and iSCSI layers.

[Q] I have worked on below patch but now SCSI is on by default. (As in 
the regular kernel). Is there a way to include the original Kconfig from 
drivers/scsi but override it's defaultness?

[Q2] Are there more deeper implication than meet the eye, why SCSI-iSCSI 
cannot run in a UML? It might have good performance 2.

<um_2.6.19-rc1_Kconfig.patch>

diff -Nup /tmp/tmp.19763.0 
/home/bharrosh/p4.local/pub/linux-2.6.19-rc1/arch/um/Kconfig -L 
a/arch/um/Kconfig -L b/arch/um/Kconfig
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -285,21 +285,7 @@ source "crypto/Kconfig"

 source "lib/Kconfig"

-menu "SCSI support"
-depends on BROKEN
-
-config SCSI
-       tristate "SCSI support"
-
-# This gives us free_dma, which scsi.c wants.
-config GENERIC_ISA_DMA
-       bool
-       depends on SCSI
-       default y
-
-source "arch/um/Kconfig.scsi"
-
-endmenu
+source "drivers/scsi/Kconfig"

 source "drivers/md/Kconfig"

</um_2.6.19-rc1_Kconfig.patch>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

             reply	other threads:[~2006-11-01  9:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-01  9:17 Boaz Harrosh [this message]
2006-11-17 22:23 ` [uml-devel] UML and SCSI Blaisorblade

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=45486636.3020808@panasas.com \
    --to=bharrosh@panasas.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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.