acpi: restructure genwakecode.sh
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 3 Sep 2009 20:34:03 +0000 (22:34 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 3 Sep 2009 22:22:31 +0000 (00:22 +0200)
commit58d914a3d4861e1e88e71585ddecd92c63dae1fc
tree9538f8a8fbbba4a44f9ede9092e9f7e899463842
parent414bd537625010651a58fa7a416eac90e58626e5
acpi: restructure genwakecode.sh

genwakecode.sh used some obscure hexdump/sed magic to embed a binary
into source.  The specific usage of sed breaks in at least the UTF-8
locale.  Rework the script to use hexdump and sed in a less obscure
way.
sys/platform/pc32/acpica5/genwakecode.sh
sys/platform/pc64/acpica5/genwakecode.sh