netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Mark non 64bit clean network drivers
@ 2003-10-07 17:53 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2003-10-07 17:53 UTC (permalink / raw)
  To: jgarzik, netdev


This marks some net drivers which are clearly not 64bit (judging from
the warnings) as !64BIT.

-Andi
 
diff -u linux-2.5-cleanup/drivers/net/Kconfig-o linux-2.5-cleanup/drivers/net/Kconfig
--- linux-2.5-cleanup/drivers/net/Kconfig-o	2003-10-02 18:12:03.000000000 +0200
+++ linux-2.5-cleanup/drivers/net/Kconfig	2003-12-02 17:20:58.742717656 +0100
@@ -1616,7 +1616,7 @@
 
 config TLAN
 	tristate "TI ThunderLAN support"
-	depends on NET_PCI && (PCI || EISA)
+	depends on NET_PCI && (PCI || EISA) && !64BIT
 	---help---
 	  If you have a PCI Ethernet network card based on the ThunderLAN chip
 	  which is supported by this driver, say Y and read the
@@ -2412,7 +2412,7 @@
 
 config RCPCI
 	tristate "Red Creek Hardware VPN (EXPERIMENTAL)"
-	depends on NETDEVICES && EXPERIMENTAL && PCI
+	depends on NETDEVICES && EXPERIMENTAL && PCI && !64BIT
 	help
 	  This is a driver for hardware which provides a Virtual Private
 	  Network (VPN). Say Y if you have it.
 	

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-07 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-07 17:53 [PATCH] Mark non 64bit clean network drivers Andi Kleen

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).