mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 05:49:27 +00:00
Correct the WOL magic value.
Submitted by: Peer Chen at nVIDIA
This commit is contained in:
parent
a5146161ae
commit
3cb32d8ab3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163441
@ -85,7 +85,7 @@
|
||||
#define NFE_R2_MAGIC 0x16
|
||||
#define NFE_R4_MAGIC 0x08
|
||||
#define NFE_R6_MAGIC 0x03
|
||||
#define NFE_WOL_MAGIC 0x7770
|
||||
#define NFE_WOL_MAGIC 0x1111
|
||||
#define NFE_RX_START 0x01
|
||||
#define NFE_TX_START 0x01
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user