CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/10 13:23:50
Modified files:
sys/dev/pci : if_bge.c
Log message:
In bge_reset(), after figuring out which register access routines to use
depending upon the chip capabilities, use it everywhere instead of hardcoding
one call to bge_writemem_ind() by mistake; this unbreaks the BCM5704 A3 found
on some xserve G5 (RackMac3,1).
Also tested on a few other bge(4) chip models by jmatthew@ (5703X, 5714),
mpi@ (5780), naddy@ (5761) and me (5701).
ok dlg@