c3b07e14a2
users to natively update their card's firmware. Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> Reviewed by: jeffrey.e.piper@intel.com Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D5828
4 lines
72 B
Bash
4 lines
72 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
cd %%PREFIX%%/%%NVMUPDATE_DIR%%
|
|
./nvmupdate64e $@
|