sync code with last improvements from OpenBSD
This commit is contained in:
parent
708141b7a2
commit
085b88af82
18 changed files with 307 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
|||
$OpenBSD: pcidevs,v 1.2045 2023/08/09 21:27:47 kmos Exp $
|
||||
$OpenBSD: pcidevs,v 1.2046 2023/08/30 07:11:48 kevlo Exp $
|
||||
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -8236,6 +8236,7 @@ product PHILIPS SAA7231 0x7231 SAA7231 TV
|
|||
|
||||
/* Phison products */
|
||||
product PHISON PS5000 0x5000 PS5000
|
||||
product PHISON PS5021 0x5021 PS5021
|
||||
|
||||
/* Picopower */
|
||||
product PICOPOWER PT80C826 0x0000 PT80C826
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* OpenBSD: pcidevs,v 1.2045 2023/08/09 21:27:47 kmos Exp
|
||||
* OpenBSD: pcidevs,v 1.2046 2023/08/30 07:11:48 kevlo Exp
|
||||
*/
|
||||
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
|
||||
|
||||
|
@ -8241,6 +8241,7 @@
|
|||
|
||||
/* Phison products */
|
||||
#define PCI_PRODUCT_PHISON_PS5000 0x5000 /* PS5000 */
|
||||
#define PCI_PRODUCT_PHISON_PS5021 0x5021 /* PS5021 */
|
||||
|
||||
/* Picopower */
|
||||
#define PCI_PRODUCT_PICOPOWER_PT80C826 0x0000 /* PT80C826 */
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* OpenBSD: pcidevs,v 1.2045 2023/08/09 21:27:47 kmos Exp
|
||||
* OpenBSD: pcidevs,v 1.2046 2023/08/30 07:11:48 kevlo Exp
|
||||
*/
|
||||
|
||||
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
|
||||
|
@ -29663,6 +29663,10 @@ static const struct pci_known_product pci_known_products[] = {
|
|||
PCI_VENDOR_PHISON, PCI_PRODUCT_PHISON_PS5000,
|
||||
"PS5000",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_PHISON, PCI_PRODUCT_PHISON_PS5021,
|
||||
"PS5021",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_PICOPOWER, PCI_PRODUCT_PICOPOWER_PT80C826,
|
||||
"PT80C826",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue