Fix a typo in r349969
OUI_FRREBSD_NVME_HIGH should have been OUI_FREEBSD_NVME_HIGH Caught by: Gary Jennejohn
This commit is contained in:
parent
d096fc9ccd
commit
94c15665a5
@ -82,4 +82,4 @@
|
||||
/* Allocate 16 bits for emulated NVMe devices */
|
||||
#define OUI_FREEBSD_NVME_MASK 0x20ffff
|
||||
#define OUI_FREEBSD_NVME_LOW OUI_FREEBSD(0x200000)
|
||||
#define OUI_FRREBSD_NVME_HIGH OUI_FREEBSD(OUI_FREEBSD_NVME_MASK)
|
||||
#define OUI_FREEBSD_NVME_HIGH OUI_FREEBSD(OUI_FREEBSD_NVME_MASK)
|
||||
|
Loading…
Reference in New Issue
Block a user