* [SAA9730] Fix build error
@ 2006-11-28 17:32 Ralf Baechle
2006-11-29 4:44 ` Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2006-11-28 17:32 UTC (permalink / raw)
To: David S. Miller, Jeff Garzik, netdev
Confusingly NET_PCI is also set for for non-PCI EISA configurations where
building this driver will result in a build error due to a reference to
pci_release_regions.
While at it, remove the EXPERIMENTAL - in all its uglyness and despite
the sincerest attempts of the buggy hardware the driver is known to work
and limit the driver to the Atlas board - the only known system to ever
use the SAA9730 before Phillips ended the short live of the SAA9730.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 4f22c8e..6b5b745 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1762,7 +1762,7 @@ config VIA_RHINE_NAPI
config LAN_SAA9730
bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)"
- depends on NET_PCI && EXPERIMENTAL && MIPS
+ depends on NET_PCI && PCI && MIPS_ATLAS
help
The SAA9730 is a combined multimedia and peripheral controller used
in thin clients, Internet access terminals, and diskless
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [SAA9730] Fix build error
2006-11-28 17:32 [SAA9730] Fix build error Ralf Baechle
@ 2006-11-29 4:44 ` Adrian Bunk
2006-11-29 17:10 ` Ralf Baechle
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-11-29 4:44 UTC (permalink / raw)
To: Ralf Baechle; +Cc: David S. Miller, Jeff Garzik, netdev
On Tue, Nov 28, 2006 at 05:32:59PM +0000, Ralf Baechle wrote:
> Confusingly NET_PCI is also set for for non-PCI EISA configurations where
> building this driver will result in a build error due to a reference to
> pci_release_regions.
>
> While at it, remove the EXPERIMENTAL - in all its uglyness and despite
Please also remove the EXPERIMENTAL from the help text.
> the sincerest attempts of the buggy hardware the driver is known to work
> and limit the driver to the Atlas board - the only known system to ever
> use the SAA9730 before Phillips ended the short live of the SAA9730.
>
> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
>
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index 4f22c8e..6b5b745 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -1762,7 +1762,7 @@ config VIA_RHINE_NAPI
>
> config LAN_SAA9730
> bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)"
> - depends on NET_PCI && EXPERIMENTAL && MIPS
> + depends on NET_PCI && PCI && MIPS_ATLAS
> help
> The SAA9730 is a combined multimedia and peripheral controller used
> in thin clients, Internet access terminals, and diskless
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 3+ messages in thread
* [SAA9730] Fix build error
2006-11-29 4:44 ` Adrian Bunk
@ 2006-11-29 17:10 ` Ralf Baechle
0 siblings, 0 replies; 3+ messages in thread
From: Ralf Baechle @ 2006-11-29 17:10 UTC (permalink / raw)
To: Adrian Bunk; +Cc: David S. Miller, Jeff Garzik, netdev
Confusingly NET_PCI is also set for for non-PCI EISA configurations where
building this driver will result in a build error due to a reference to
pci_release_regions.
While at it, remove the EXPERIMENTAL - in all its uglyness and despite
the sincerest attempts of the buggy hardware the driver is known to work.
Also limit the driver to the Atlas board - the only known system to ever
use the SAA9730 before Phillips ended the short live of the SAA9730.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 4f22c8e..c80eb79 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1761,8 +1761,8 @@ config VIA_RHINE_NAPI
information.
config LAN_SAA9730
- bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)"
- depends on NET_PCI && EXPERIMENTAL && MIPS
+ bool "Philips SAA9730 Ethernet support"
+ depends on NET_PCI && PCI && MIPS_ATLAS
help
The SAA9730 is a combined multimedia and peripheral controller used
in thin clients, Internet access terminals, and diskless
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-11-29 17:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-28 17:32 [SAA9730] Fix build error Ralf Baechle
2006-11-29 4:44 ` Adrian Bunk
2006-11-29 17:10 ` Ralf Baechle
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).