Subject: Re: Problem building a current macppc kernel
To: John Klos <john@ziaspace.com>
From: Kirill Levchenko <kirill@lava.net>
List: current-users
Date: 02/17/2004 13:30:26
On Tuesday, February 17, 2004, at 12:54 PM, John Klos wrote:
> Building a macppc kernel fails, and the stuff it's trying to link isn't
> even in my kernel config file. I've commented out all cardbus and
> pcmcia
> stuff (and double checked).
Try commenting out the line:
cbb* at pci? dev ? function ?
in your configuration (line 249 in GENERIC), and then make sure
cardslot* at cbb?
cardbus* at cardslot?
pcmcia* at cardslot?
are commented out also (lines 308-310 in GENERIC).
Kirill