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