forked from Imagelibrary/rtems
i386-specific adjustments to pci-API changes.
This commit is contained in:
@@ -881,8 +881,8 @@ rtems_dec21140_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach)
|
||||
int mtu;
|
||||
unsigned char cvalue;
|
||||
#if defined(__i386__)
|
||||
uint32_t value;
|
||||
unsigned char interrupt;
|
||||
uint32_t value;
|
||||
uint8_t interrupt;
|
||||
#endif
|
||||
int pbus, pdev, pfun;
|
||||
#if defined(__PPC__)
|
||||
|
||||
@@ -3125,8 +3125,8 @@ rtems_elnk_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach)
|
||||
int numFound = 0;
|
||||
int pbus, pdev, pfun;
|
||||
#if defined(__i386__)
|
||||
unsigned int value;
|
||||
unsigned char interrupt;
|
||||
uint32_t value;
|
||||
uint8_t interrupt;
|
||||
#endif
|
||||
#if defined(__PPC__)
|
||||
uint32_t lvalue;
|
||||
|
||||
Reference in New Issue
Block a user