diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2009-04-20 07:13:04 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2009-04-20 07:13:04 +0000 |
| commit | f2e491c9c5eab52ba6a4482f87e914d49ef58bd4 (patch) | |
| tree | 86a9be2333612463f20d3fcff594f34cf3b29192 /sys/pci | |
| parent | 1c951556bc51f07f68c6ffb45e6655ad41c7e9a1 (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 d3e09bf51857..1dee81eb03e1 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -880,6 +880,7 @@ struct rl_softc { int rl_txstart; uint32_t rl_flags; #define RL_FLAG_MSI 0x0001 +#define RL_FLAG_AUTOPAD 0x0002 #define RL_FLAG_PHYWAKE 0x0008 #define RL_FLAG_NOJUMBO 0x0010 #define RL_FLAG_PAR 0x0020 |
