On 16/2/21 5:06 pm, Sebastian Huber wrote:
> On 16/02/2021 03:10, chr...@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
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to