[6-freebsd-12 PATCH v2 2/2] bsp/motorola_powerpc: Add dc and ukphy support

Chris Johns chrisj at rtems.org
Tue Feb 16 06:49:40 UTC 2021


On 16/2/21 5:06 pm, Sebastian Huber wrote:
> On 16/02/2021 03:10, chrisj at rtems.org wrote:
> 
>> diff --git a/freebsd/sys/dev/dc/if_dcreg.h b/freebsd/sys/dev/dc/if_dcreg.h
>> index 9ae26cc6..836e70f8 100644
>> --- a/freebsd/sys/dev/dc/if_dcreg.h
>> +++ b/freebsd/sys/dev/dc/if_dcreg.h
>> @@ -824,6 +824,13 @@ struct dc_softc {
>>    */
>>   #define    DC_VENDORID_DEC        0x1011
>>   +#ifdef __rtems__
>> +/*
>> + * DEC/Intel 21140 PCI device ID
>> + */
>> +#define    DC_DEVICEID_21140A    0x0009
>> +#endif /* __rtems__ */
>> +
> Here is also an additional white space.

Nice catch. Thanks.

Chris


More information about the devel mailing list