summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2019-03-11 05:05:15 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2019-03-11 05:05:15 +0000
commitab1f93eea81501536b09296e3cbaaacca9646b5f (patch)
treef41e625e53eef23d079ab4f91c9fe48448b57f9c
parent23a7fcc11eddb480a4c595dd1d7b5dd212455f0a (diff)
add amdgpu to the possible_drivers list
-rw-r--r--usr.sbin/pkg_add/OpenBSD/FwUpdate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
index ffae496fa3f..9dc7f3b5307 100644
--- a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
+++ b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: FwUpdate.pm,v 1.28 2019/01/07 13:34:21 sthen Exp $
+# $OpenBSD: FwUpdate.pm,v 1.29 2019/03/11 05:05:14 jsg Exp $
#
# Copyright (c) 2014 Marc Espie <espie@openbsd.org>
#
@@ -147,7 +147,7 @@ OpenBSD::Auto::cache(updater,
});
my %possible_drivers = map {($_, "$_-firmware")}
- (qw(acx athn bwfm bwi intel inteldrm ipw iwi
+ (qw(acx amdgpu athn bwfm bwi intel inteldrm ipw iwi
iwm iwn malo otus pgt radeondrm rsu rtwn
uath upgt urtwn uvideo vmm wpi));