CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/04/11 02:02:18
Modified files:
sys/dev/ic : rtl81x9reg.h
sys/dev/pci : if_re_pci.c
Log message:
Some (probably newer) re(4) cards don't have the 32-bit memory BAR that
we try to map first. Instead there's a 64-bit memory BAR in the follow-
ing BAR. Since on the MACCHIATObin we currently do not support the IO
space, we have to use the 64-bit memory BAR. Thus, try to map the 64-
bit BAR before falling back to the 32-bit BAR and the IO bar.
ok deraadt@ kettenis@