All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] e1000e triggers sparc32 gcc bug
@ 2008-04-27  5:15 Al Viro
  2008-04-27  5:19 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2008-04-27  5:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: David Miller, linux-kernel, Jeff Garzik

	... and isn't possible on sparc32 boxen anyway, unless somebody
had done JavaStation with PCIE lately.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index b6ebcb9..733db3d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2011,7 +2011,7 @@ config E1000_DISABLE_PACKET_SPLIT
 
 config E1000E
 	tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
-	depends on PCI
+	depends on PCI && (!SPARC32 || BROKEN)
 	---help---
 	  This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
 	  ethernet family of adapters. For PCI or PCI-X e1000 adapters,

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

end of thread, other threads:[~2008-04-28 21:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27  5:15 [PATCH] e1000e triggers sparc32 gcc bug Al Viro
2008-04-27  5:19 ` David Miller
2008-04-28 17:43   ` Kok, Auke
2008-04-28 21:24     ` David Miller

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.