diff options
author | 2007-04-19 04:04:58 +0000 | |
---|---|---|
committer | 2007-04-19 04:04:58 +0000 | |
commit | 5b38ddd2e91785be94cd61e69222a8d5d60f723c (patch) | |
tree | 0f6d8ece02be656b3c1cefbf174753e5b4bb673e /sys/dev/microcode/tht/microcode.h | |
parent | tehuti are allowing us to distribute their firmware under a 4 clause bsd (diff) | |
download | wireguard-openbsd-5b38ddd2e91785be94cd61e69222a8d5d60f723c.tar.xz wireguard-openbsd-5b38ddd2e91785be94cd61e69222a8d5d60f723c.zip |
add bits to turn microcode.h into an actual blob. needs endian fixes yet.
Diffstat (limited to 'sys/dev/microcode/tht/microcode.h')
-rw-r--r-- | sys/dev/microcode/tht/microcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/microcode/tht/microcode.h b/sys/dev/microcode/tht/microcode.h index b58ed6caa30..93cb09a020d 100644 --- a/sys/dev/microcode/tht/microcode.h +++ b/sys/dev/microcode/tht/microcode.h @@ -32,6 +32,7 @@ * */ +u_int32_t tht_fw[] = { // Loading Firmware , // INT_MEM Ver , 0x000f0002, @@ -10732,3 +10733,4 @@ 0x807187c4, 0x0000003d, 0xf780006f +}; |