summaryrefslogtreecommitdiffstats
path: root/sys/dev/bce
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-04-25 19:18:48 +0000
committerjhb <jhb@FreeBSD.org>2006-04-25 19:18:48 +0000
commit82b42c364a16257aa590195fc40a970e6b58e68a (patch)
tree41e5f76d21e987c1f7b4e12b7cc174a34a5baabf /sys/dev/bce
parent9097f89aaee8450373952353c8016559d65eaaef (diff)
downloadFreeBSD-src-82b42c364a16257aa590195fc40a970e6b58e68a.zip
FreeBSD-src-82b42c364a16257aa590195fc40a970e6b58e68a.tar.gz
Fix half of the current i386 tinderbox failure. max_bus_addr should be a
bus_addr_t rather than a bus_size_t.
Diffstat (limited to 'sys/dev/bce')
-rw-r--r--sys/dev/bce/if_bcereg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h
index d4cad02..b0425e6 100644
--- a/sys/dev/bce/if_bcereg.h
+++ b/sys/dev/bce/if_bcereg.h
@@ -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 */
OpenPOWER on IntegriCloud