CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2011/04/05 14:24:32
Modified files: sys/dev/pci : if_em.c Log message: We only use the io space in em_reset_hw() on a few MAC types and it does not exist at all on newer hardware so only map it on those types we are interested in. Fixes "PRO/1000 PT (82575EB)" for Sylvain Desveaux and will also be required for at least 82580. ok claudio@