diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-12-17 08:18:11 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-12-17 08:18:11 +0000 |
| commit | 818951afd84f2568c1399aa3769d7b2db878b1ba (patch) | |
| tree | 7ef670de7c8c50c85fce80da7af46f2cc1558dd0 /sys/pci | |
| parent | 64c44e5db80c7aa1e8568878068210c6a508f116 (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/if_rlreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index ccea051a18bc..b3569e8663f8 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -891,6 +891,7 @@ struct rl_softc { #define RL_FLAG_PHY8110S 0x0800 #define RL_FLAG_WOLRXENB 0x1000 #define RL_FLAG_MACSLEEP 0x2000 +#define RL_FLAG_PCIE 0x4000 #define RL_FLAG_LINK 0x8000 }; |
