From 50abdc63fc75ec902f990c6bde7d03aa9ab25172 Mon Sep 17 00:00:00 2001 From: yongari Date: Mon, 4 Nov 2013 05:43:32 +0000 Subject: r256827: Correct MAC revision bits. Previously it always cleared bit 20 and bit 21. Approved by: re (delphij) --- sys/pci/if_rlreg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pci') diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index be89c4f5..c3345aa 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -877,6 +877,7 @@ struct rl_softc { bus_dma_tag_t rl_parent_tag; uint8_t rl_type; const struct rl_hwrev *rl_hwrev; + uint32_t rl_macrev; int rl_eecmd_read; int rl_eewidth; int rl_expcap; -- cgit v1.1