sync with OpenBSD -current

This commit is contained in:
purplerain 2024-03-31 19:11:21 +00:00
parent 38a9ea224a
commit 61b0c3d2c1
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
27 changed files with 196 additions and 125 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: isavar.h,v 1.58 2014/03/18 22:36:37 miod Exp $ */
/* $OpenBSD: isavar.h,v 1.59 2024/03/31 09:49:33 miod Exp $ */
/* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */
/*-
@ -119,8 +119,6 @@ struct isabus_attach_args;
#include <alpha/isa/isa_machdep.h>
#elif defined(__i386__)
#include <i386/isa/isa_machdep.h>
#elif defined(__powerpc__)
#include <powerpc/isa/isa_machdep.h>
#else
#include <machine/isa_machdep.h>
#endif

View file

@ -1,4 +1,4 @@
/* $OpenBSD: drm_linux.c,v 1.111 2024/03/20 02:42:17 jsg Exp $ */
/* $OpenBSD: drm_linux.c,v 1.112 2024/03/30 13:33:20 mpi Exp $ */
/*
* Copyright (c) 2013 Jonathan Gray <jsg@openbsd.org>
* Copyright (c) 2015, 2016 Mark Kettenis <kettenis@openbsd.org>
@ -162,7 +162,7 @@ wake_up_process(struct proc *p)
int s, rv;
SCHED_LOCK(s);
rv = wakeup_proc(p, NULL, 0);
rv = wakeup_proc(p, 0);
SCHED_UNLOCK(s);
return rv;
}

View file

@ -1,4 +1,4 @@
$OpenBSD: pcidevs,v 1.2069 2024/03/23 10:35:50 sthen Exp $
$OpenBSD: pcidevs,v 1.2070 2024/03/30 11:12:20 jsg Exp $
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
/*
@ -310,6 +310,7 @@ vendor LENOVO 0x17aa Lenovo
vendor HAWKING 0x17b3 Hawking Technology
vendor QUALCOMM 0x17cb Qualcomm
vendor NETCHIP 0x17cc NetChip Technology
vendor CADENCE 0x17cd Cadence
vendor I4 0x17cf I4
vendor ARECA 0x17d3 Areca
vendor NETERION 0x17d5 Neterion
@ -348,6 +349,7 @@ vendor UMIS 0x1cc4 Union Memory
vendor BAIKAL 0x1d39 Baikal Electronics
vendor AQUANTIA 0x1d6a Aquantia
vendor ROCKCHIP 0x1d87 Rockchip
vendor LONGSYS 0x1d97 Longsys
vendor TEKRAM2 0x1de1 Tekram
vendor AMPERE 0x1def Ampere
vendor KIOXIA 0x1e0f Kioxia
@ -7367,6 +7369,9 @@ product LMC SSI 0x0005 SSI
product LMC DS1 0x0006 DS1
product LMC HSSIC 0x0007 HSSIc
/* Longsys products */
product LONGSYS FORESEE_XP1000 0x5216 FORESEE XP1000
/* Lucent products */
product LUCENT LTMODEM 0x0440 K56flex DSVD LTMODEM
product LUCENT LTMODEM_0441 0x0441 LTMODEM

View file

@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* OpenBSD: pcidevs,v 1.2069 2024/03/23 10:35:50 sthen Exp
* OpenBSD: pcidevs,v 1.2070 2024/03/30 11:12:20 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@ -315,6 +315,7 @@
#define PCI_VENDOR_HAWKING 0x17b3 /* Hawking Technology */
#define PCI_VENDOR_QUALCOMM 0x17cb /* Qualcomm */
#define PCI_VENDOR_NETCHIP 0x17cc /* NetChip Technology */
#define PCI_VENDOR_CADENCE 0x17cd /* Cadence */
#define PCI_VENDOR_I4 0x17cf /* I4 */
#define PCI_VENDOR_ARECA 0x17d3 /* Areca */
#define PCI_VENDOR_NETERION 0x17d5 /* Neterion */
@ -353,6 +354,7 @@
#define PCI_VENDOR_BAIKAL 0x1d39 /* Baikal Electronics */
#define PCI_VENDOR_AQUANTIA 0x1d6a /* Aquantia */
#define PCI_VENDOR_ROCKCHIP 0x1d87 /* Rockchip */
#define PCI_VENDOR_LONGSYS 0x1d97 /* Longsys */
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram */
#define PCI_VENDOR_AMPERE 0x1def /* Ampere */
#define PCI_VENDOR_KIOXIA 0x1e0f /* Kioxia */
@ -7372,6 +7374,9 @@
#define PCI_PRODUCT_LMC_DS1 0x0006 /* DS1 */
#define PCI_PRODUCT_LMC_HSSIC 0x0007 /* HSSIc */
/* Longsys products */
#define PCI_PRODUCT_LONGSYS_FORESEE_XP1000 0x5216 /* FORESEE XP1000 */
/* Lucent products */
#define PCI_PRODUCT_LUCENT_LTMODEM 0x0440 /* K56flex DSVD LTMODEM */
#define PCI_PRODUCT_LUCENT_LTMODEM_0441 0x0441 /* LTMODEM */

View file

@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* OpenBSD: pcidevs,v 1.2069 2024/03/23 10:35:50 sthen Exp
* OpenBSD: pcidevs,v 1.2070 2024/03/30 11:12:20 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@ -26671,6 +26671,10 @@ static const struct pci_known_product pci_known_products[] = {
PCI_VENDOR_LMC, PCI_PRODUCT_LMC_HSSIC,
"HSSIc",
},
{
PCI_VENDOR_LONGSYS, PCI_PRODUCT_LONGSYS_FORESEE_XP1000,
"FORESEE XP1000",
},
{
PCI_VENDOR_LUCENT, PCI_PRODUCT_LUCENT_LTMODEM,
"K56flex DSVD LTMODEM",
@ -37071,6 +37075,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
PCI_VENDOR_NETCHIP,
"NetChip Technology",
},
{
PCI_VENDOR_CADENCE,
"Cadence",
},
{
PCI_VENDOR_I4,
"I4",
@ -37223,6 +37231,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
PCI_VENDOR_ROCKCHIP,
"Rockchip",
},
{
PCI_VENDOR_LONGSYS,
"Longsys",
},
{
PCI_VENDOR_TEKRAM2,
"Tekram",