Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171463280
D15733.id43538.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
699 B
Referenced Files
None
Subscribers
None
D15733.id43538.diff
View Options
Index: sys/dev/bxe/bxe.c
===================================================================
--- sys/dev/bxe/bxe.c
+++ sys/dev/bxe/bxe.c
@@ -12851,10 +12851,10 @@
BLOGI(sc, "PCI BAR%d [%02x] memory allocated: %p-%p (%jd) -> %p\n",
i, PCIR_BAR(i),
- (void *)rman_get_start(sc->bar[i].resource),
- (void *)rman_get_end(sc->bar[i].resource),
+ (void *)(uintptr_t)rman_get_start(sc->bar[i].resource),
+ (void *)(uintptr_t)rman_get_end(sc->bar[i].resource),
rman_get_size(sc->bar[i].resource),
- (void *)sc->bar[i].kva);
+ (void *)(uintptr_t)sc->bar[i].kva);
}
return (0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 12, 6:15 AM (3 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38772956
Default Alt Text
D15733.id43538.diff (699 B)
Attached To
Mode
D15733: Fix build of bxe with base gcc on i386
Attached
Detach File
Event Timeline
Log In to Comment