CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/05 05:51:37
Modified files:
sys/dev/pci : if_bwfm_pci.c
Log message:
Cast physical addresses to 64-bits so we can shift them by 32-bit on
32-bit platforms without the compiler complaining. In the end the
value will turn out as 0 anyway. Allows enabling bwfm(4) on 32-bit
platforms.
ok stsp@
