From: patrick Date: Tue, 27 Jun 2023 22:31:27 +0000 (+0000) Subject: Inform fw_update(8) about qcpas(4) pattern. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8b82f7f065379e652eb849b5e4a703354e67b477;p=openbsd Inform fw_update(8) about qcpas(4) pattern. ok kettenis@ --- 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");