save a file in ASCII format
ファイルをアスキー形式で保存する - 研究社 英和コンピューター用語辞典
The entries look like this, and are sorted on the ASCII Vendor ID string which should be included in the comment to the right of the line of code along with all (if it will fit) or part of the Device Description from the output of pnpinfo(8) :Add the hexadecimal Vendor ID for your device in the correct place, save the file, rebuild your kernel, and reboot.
エントリは以下のような形をしていて、pnpinfo(8) の 出力にある デバイスの説明の全部 (もし収まれば)か一部とともに行の右の方のコメント領域に書かれている ASCII ベンダ IDでソートされています。 あなたのデバイスの16進数のベンダ ID を正しい場所に追加し、ファイルをセーブしてカーネルを作り直して再起動します。 - FreeBSD