Fix half of the current i386 tinderbox failure. max_bus_addr should be a
bus_addr_t rather than a bus_size_t.
This commit is contained in:
parent
b5fd832d94
commit
75231ae311
@ -4703,7 +4703,7 @@ struct bce_softc
|
||||
#define BCE_PHY_INT_MODE_AUTO_POLLING_FLAG 0x100
|
||||
#define BCE_PHY_INT_MODE_LINK_READY_FLAG 0x200
|
||||
|
||||
bus_size_t max_bus_addr;
|
||||
bus_addr_t max_bus_addr;
|
||||
u16 bus_speed_mhz; /* PCI bus speed */
|
||||
struct flash_spec *bce_flash_info; /* Flash NVRAM settings */
|
||||
u32 bce_flash_size; /* Flash NVRAM size */
|
||||
|
Loading…
Reference in New Issue
Block a user