Subject: Re: CVS commit: src/sys/arch/macppc/pci
To: None <macallan@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 02/10/2007 22:03:14
macallan@NetBSD.org wrote:

> Modified Files:
> 	src/sys/arch/macppc/pci: pci_machdep.c
> 
> Log Message:
> - don't call load-ata on PB3400 and similar machines - it occasionally
>   freaks out when a cardbus device is present.
>   enable with options PB3400_CARDBUS_HACK
> - add a hack to make the DEC 21140 found on UMAX E100 cards work, for some
>   reason OF doesn't see it
>   enable with options UMAX_E100_HACK

>> @@ -69,10 +69,17 @@
>>  #include <dev/ofw/openfirm.h>
>>  #include <dev/ofw/ofw_pci.h>
>>  
>> +#include "opt_macppc.h"
>> +
>>  static void fixpci __P((int, pci_chipset_tag_t));

Are you sure to use "opt_macppc.h" for options PB3400_CARDBUS_HACK and
UMAX_E100 HACK? If so, maybe you missed a change to files.macppc.
---
Izumi Tsutsui