summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-10-04 17:05:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-10-04 17:05:45 +0000
commitd8836b11b3811a8d3c173cf7166046874a3fdda2 (patch)
tree731287475880a90d0a4ffbacb3f95b8c7a2e4881
parentd114bfc5ceae373e971905a6790357658408302e (diff)
3 groups of realtek firmware are now in base (with new filenames).
fw_update does not need to install the 3 realtek firmwares anymore. We must keep them around during the 7.0 cycle, but 7.1 onwards will not require the files. discussed with sthen and kevlo
-rw-r--r--usr.sbin/pkg_add/OpenBSD/FwUpdate.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
index 988bb05040b..c9793a11c85 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.32 2020/02/11 16:20:05 stsp Exp $
+# $OpenBSD: FwUpdate.pm,v 1.33 2021/10/04 17:05:44 deraadt Exp $
#
# Copyright (c) 2014 Marc Espie <espie@openbsd.org>
#
@@ -148,8 +148,8 @@ OpenBSD::Auto::cache(updater,
my %possible_drivers = map {($_, "$_-firmware")}
(qw(acx amdgpu athn bwfm bwi intel inteldrm ipw iwi
- iwm iwn iwx malo ogx otus pgt radeondrm rsu rtwn
- uath upgt urtwn uvideo vmm wpi));
+ iwm iwn iwx malo ogx otus pgt radeondrm
+ uath upgt uvideo vmm wpi));
my %match = map {($_, qr{^\Q$_\E\d+\s+at\s})} (keys %possible_drivers);
$match{'intel'} = qr{^cpu\d+: Intel};