Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/macppc/pci



macallan%NetBSD.org@localhost 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



Home | Main Index | Thread Index | Old Index