artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e8a6f
)
Inform fw_update(8) about qcpas(4) pattern.
author
patrick
<patrick@openbsd.org>
Tue, 27 Jun 2023 22:31:27 +0000
(22:31 +0000)
committer
patrick
<patrick@openbsd.org>
Tue, 27 Jun 2023 22:31:27 +0000
(22:31 +0000)
ok kettenis@
usr.sbin/fw_update/patterns.c
patch
|
blob
|
history
diff --git
a/usr.sbin/fw_update/patterns.c
b/usr.sbin/fw_update/patterns.c
index
f5f30c4
..
2294657
100644
(file)
--- 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");