Wolfgang Grandegger wrote:
> Hi Jan,
> 
> when trying to build RTnet with Xenomai and Linux 2.4.25 for PowerPC I
> realized that the ELDK 3.1.1 does not have the user space definition
> ARPHRD_IEEE1394 used in tools/rtifconfig.c. Where should we add an
> appropriate definition to fix that problem?
> 

So far in rtifconfig.c itself with

#ifndef ARPHRD_IEEE1394
#define ARPHRD_IEEE1394 24
#endif

until someone may come up with a better solution.

> Furthermore I realized the following warning message when making
> rt_8139too.c:
> 
> rt_8139too.c: In function `rtl8139_init_board':
> rt_8139too.c:699: warning: implicit declaration of function
> `pci_request_regions '
> rt_8139too.c:775: warning: implicit declaration of function
> `pci_release_regions '

Where are they declared in that kernel version? They should normally
stick in linux/pci.h, and that one is included by the driver.

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to