Did the pcilynx driver ever work on ppc?
The B&W G3 Macs have an onboard Opti chip, I doubt it ever worked.
Its better to hide it.
Index: Kconfig
===================================================================
Did the pcilynx driver ever work on ppc?
The B&W G3 Macs have an onboard Opti chip, I doubt it ever worked.
Its better to hide it.
Index: Kconfig
===================================================================
Or to better show there's a problem: ... && (!PPC_PMAC || BROKEN)
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
From: Olaf Hering <hidden> Date: 2004-07-20 11:43:08
On Tue, Jul 20, Geert Uytterhoeven wrote:
On Tue, 20 Jul 2004, Olaf Hering wrote:
quoted
Did the pcilynx driver ever work on ppc?
The B&W G3 Macs have an onboard Opti chip, I doubt it ever worked.
Its better to hide it.
Index: Kconfig
===================================================================
Or to better show there's a problem: ... && (!PPC_PMAC || BROKEN)
That will hide it everywhere? && (0 || 1)
--
USB is for mice, FireWire is for men!
sUse lINUX ag, nÜRNBERG
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
Did the pcilynx driver ever work on ppc?
The B&W G3 Macs have an onboard Opti chip, I doubt it ever worked.
Its better to hide it.
Index: Kconfig
===================================================================
Or to better show there's a problem: ... && (!PPC_PMAC || BROKEN)
That will hide it everywhere? && (0 || 1)
Nope. It will be hidden on PowerMac only, unless you enabled BROKEN on
PowerMac.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/