sync code with last improvements from OpenBSD
This commit is contained in:
parent
cac1167ac2
commit
0e5a54c21a
19 changed files with 662 additions and 356 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: if_mcx.c,v 1.108 2023/08/15 08:27:30 miod Exp $ */
|
||||
/* $OpenBSD: if_mcx.c,v 1.109 2023/09/07 01:43:46 jsg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2017 David Gwynne <dlg@openbsd.org>
|
||||
|
@ -2656,7 +2656,8 @@ static const struct pci_matchid mcx_devices[] = {
|
|||
{ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT28800 },
|
||||
{ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT28800VF },
|
||||
{ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT28908 },
|
||||
{ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2892 },
|
||||
{ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2892 },
|
||||
{ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2894 },
|
||||
};
|
||||
|
||||
struct mcx_eth_proto_capability {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$OpenBSD: pcidevs,v 1.2048 2023/09/06 23:47:14 jsg Exp $
|
||||
$OpenBSD: pcidevs,v 1.2050 2023/09/07 02:11:26 daniel Exp $
|
||||
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -7319,6 +7319,7 @@ product MELLANOX MT28800VF 0x101a ConnectX-5 Ex VF
|
|||
product MELLANOX MT28908 0x101b ConnectX-6
|
||||
product MELLANOX MT28908VF 0x101c ConnectX-6 VF
|
||||
product MELLANOX MT2892 0x101d ConnectX-6 Dx
|
||||
product MELLANOX MT2894 0x101f ConnectX-6 Lx
|
||||
product MELLANOX CONNECTX_EN 0x6368 ConnectX EN
|
||||
|
||||
/* Mentor */
|
||||
|
@ -8540,6 +8541,7 @@ product REALTEK RTL8192E 0x8192 RTL8192E
|
|||
product REALTEK RTL8187SE 0x8199 8187SE
|
||||
product REALTEK RTL8723AE 0x8723 8723AE
|
||||
product REALTEK RTL8821AE 0x8821 8821AE
|
||||
product REALTEK RTL8852AE 0x8852 8852AE
|
||||
product REALTEK RTL8723BE 0xb723 8723BE
|
||||
product REALTEK RTL8822BE 0xb822 8822BE
|
||||
product REALTEK RTL8821CE 0xc821 8821CE
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* OpenBSD: pcidevs,v 1.2048 2023/09/06 23:47:14 jsg Exp
|
||||
* OpenBSD: pcidevs,v 1.2049 2023/09/07 01:41:09 jsg Exp
|
||||
*/
|
||||
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
|
||||
|
||||
|
@ -7324,6 +7324,7 @@
|
|||
#define PCI_PRODUCT_MELLANOX_MT28908 0x101b /* ConnectX-6 */
|
||||
#define PCI_PRODUCT_MELLANOX_MT28908VF 0x101c /* ConnectX-6 VF */
|
||||
#define PCI_PRODUCT_MELLANOX_MT2892 0x101d /* ConnectX-6 Dx */
|
||||
#define PCI_PRODUCT_MELLANOX_MT2894 0x101f /* ConnectX-6 Lx */
|
||||
#define PCI_PRODUCT_MELLANOX_CONNECTX_EN 0x6368 /* ConnectX EN */
|
||||
|
||||
/* Mentor */
|
||||
|
@ -8545,6 +8546,7 @@
|
|||
#define PCI_PRODUCT_REALTEK_RTL8187SE 0x8199 /* 8187SE */
|
||||
#define PCI_PRODUCT_REALTEK_RTL8723AE 0x8723 /* 8723AE */
|
||||
#define PCI_PRODUCT_REALTEK_RTL8821AE 0x8821 /* 8821AE */
|
||||
#define PCI_PRODUCT_REALTEK_RTL8852AE 0x8852 /* 8852AE */
|
||||
#define PCI_PRODUCT_REALTEK_RTL8723BE 0xb723 /* 8723BE */
|
||||
#define PCI_PRODUCT_REALTEK_RTL8822BE 0xb822 /* 8822BE */
|
||||
#define PCI_PRODUCT_REALTEK_RTL8821CE 0xc821 /* 8821CE */
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* OpenBSD: pcidevs,v 1.2048 2023/09/06 23:47:14 jsg Exp
|
||||
* OpenBSD: pcidevs,v 1.2049 2023/09/07 01:41:09 jsg Exp
|
||||
*/
|
||||
|
||||
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
|
||||
|
@ -26403,6 +26403,10 @@ static const struct pci_known_product pci_known_products[] = {
|
|||
PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2892,
|
||||
"ConnectX-6 Dx",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2894,
|
||||
"ConnectX-6 Lx",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_CONNECTX_EN,
|
||||
"ConnectX EN",
|
||||
|
@ -30743,6 +30747,10 @@ static const struct pci_known_product pci_known_products[] = {
|
|||
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8821AE,
|
||||
"8821AE",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8852AE,
|
||||
"8852AE",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8723BE,
|
||||
"8723BE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue