i386-specific adjustments to pci-API changes.

This commit is contained in:
Ralf Corsepius
2007-04-01 04:00:10 +00:00
parent 767874343e
commit 6542918f0e
2 changed files with 4 additions and 4 deletions

View File

@@ -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__)

View File

@@ -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;