diff options
author | 2013-08-13 21:16:45 +0000 | |
---|---|---|
committer | 2013-08-13 21:16:45 +0000 | |
commit | bef2eb5faf59db8313b7ab7ed12e89ff32b23129 (patch) | |
tree | 519f3b7c0122532783e2dc217587d0222ffa0572 | |
parent | reorder SYNOPSIS to match usage() (diff) | |
download | wireguard-openbsd-bef2eb5faf59db8313b7ab7ed12e89ff32b23129.tar.xz wireguard-openbsd-bef2eb5faf59db8313b7ab7ed12e89ff32b23129.zip |
Handle firmware for radeondrm(4).
pointed out by jasper@
-rw-r--r-- | usr.sbin/fw_update/fw_update.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/fw_update/fw_update.sh b/usr.sbin/fw_update/fw_update.sh index 54c9185a3af..f00da733a23 100644 --- a/usr.sbin/fw_update/fw_update.sh +++ b/usr.sbin/fw_update/fw_update.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $OpenBSD: fw_update.sh,v 1.13 2013/08/13 20:11:21 halex Exp $ +# $OpenBSD: fw_update.sh,v 1.14 2013/08/13 21:16:45 kettenis Exp $ # Copyright (c) 2011 Alexander Hall <alexander@beard.se> # # Permission to use, copy, modify, and distribute this software for any @@ -16,8 +16,8 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # This is the list of drivers we should look for -DRIVERS="acx athn bwi ipw iwi iwn malo otus pgt rsu uath ueagle upgt urtwn - uvideo wpi" +DRIVERS="acx athn bwi ipw iwi iwn malo otus pgt radeondrm rsu uath ueagle + upgt urtwn uvideo wpi" PKG_ADD="pkg_add -I -D repair" |