From d8836b11b3811a8d3c173cf7166046874a3fdda2 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 4 Oct 2021 17:05:45 +0000 Subject: 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 --- usr.sbin/pkg_add/OpenBSD/FwUpdate.pm | 6 +++--- 1 file 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 # @@ -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}; -- cgit v1.2.3