summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2013-11-04 05:43:32 +0000
committeryongari <yongari@FreeBSD.org>2013-11-04 05:43:32 +0000
commit50abdc63fc75ec902f990c6bde7d03aa9ab25172 (patch)
tree1e3a6a2404231021cf93ed310f5d3cc3785e05a9 /sys/pci
parent8d04fd770e70886229f4b7137495a86968603a66 (diff)
downloadFreeBSD-src-50abdc63fc75ec902f990c6bde7d03aa9ab25172.zip
FreeBSD-src-50abdc63fc75ec902f990c6bde7d03aa9ab25172.tar.gz
r256827:
Correct MAC revision bits. Previously it always cleared bit 20 and bit 21. Approved by: re (delphij)
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_rlreg.h1
1 files changed, 1 insertions, 0 deletions
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;
OpenPOWER on IntegriCloud