From 8b82f7f065379e652eb849b5e4a703354e67b477 Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 27 Jun 2023 22:31:27 +0000 Subject: [PATCH] Inform fw_update(8) about qcpas(4) pattern. ok kettenis@ --- usr.sbin/fw_update/patterns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/fw_update/patterns.c b/usr.sbin/fw_update/patterns.c index f5f30c4be44..2294657542c 100644 --- a/usr.sbin/fw_update/patterns.c +++ b/usr.sbin/fw_update/patterns.c @@ -1,4 +1,4 @@ -/* $OpenBSD: patterns.c,v 1.8 2023/02/16 03:09:33 jsg Exp $ */ +/* $OpenBSD: patterns.c,v 1.9 2023/06/27 22:31:27 patrick Exp $ */ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou. All rights reserved. @@ -111,6 +111,7 @@ main(void) printf("%s\n", "ogx"); printf("%s\n", "otus"); printf("%s\n", "pgt"); + printf("%s\n", "qcpas"); printf("%s\n", "radeondrm"); print_devices("radeondrm", radeon_devices, nitems(radeon_devices)); printf("%s\n", "rsu"); -- 2.20.1