add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl deraadt
authorsthen <sthen@openbsd.org>
Sun, 26 Jun 2022 20:05:06 +0000 (20:05 +0000)
committersthen <sthen@openbsd.org>
Sun, 26 Jun 2022 20:05:06 +0000 (20:05 +0000)
sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK
sys/arch/i386/conf/GENERIC
sys/arch/i386/conf/RAMDISK_CD
sys/arch/powerpc64/conf/GENERIC
sys/arch/powerpc64/conf/RAMDISK
sys/arch/riscv64/conf/GENERIC
sys/arch/riscv64/conf/RAMDISK

index cb5632f..752643e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.230 2022/06/12 16:00:12 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.231 2022/06/26 20:05:06 sthen Exp $
 #
 # GENERIC machine description file
 #
@@ -319,6 +319,7 @@ aq*         at pci?                 # Aquantia aQtion Ethernet
 bnxt*          at pci?                 # Broadcom BCM573xx, BCM574xx
 bge*           at pci?                 # Broadcom BCM57xx
 em*            at pci?                 # Intel Pro/1000 Ethernet
+igc*           at pci?                 # Intel I225 Ethernet
 ix*            at pci?                 # Intel 82598EB 10Gb Ethernet
 ixl*           at pci?                 # Intel Ethernet 700 Series
 mcx*           at pci?                 # Mellanox ConnectX-4/5 Ethernet
index 6da753a..94977fd 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.173 2022/06/12 16:00:12 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.174 2022/06/26 20:05:06 sthen Exp $
 
 machine                arm64
 maxusers       4
@@ -253,6 +253,7 @@ aq*         at pci?                 # Aquantia aQtion Ethernet
 bnxt*          at pci?                 # Broadcom BCM573xx, BCM574xx
 bge*           at pci?                 # Broadcom BCM57xx
 em*            at pci?                 # Intel Pro/1000 Ethernet
+igc*           at pci?                 # Intel I225 Ethernet
 ix*            at pci?                 # Intel 82598EB 10Gb Ethernet
 ixl*           at pci?                 # Intel Ethernet 700 Series
 mcx*           at pci?                 # Mellanox ConnectX-4/5 Ethernet
index 1c1386f..85836aa 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.862 2022/03/26 14:25:14 stsp Exp $
+#      $OpenBSD: GENERIC,v 1.863 2022/06/26 20:05:06 sthen Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -599,6 +599,8 @@ ale*        at pci?                         # Attansic L1E Ethernet
 lii*   at pci?                         # Attansic L2 Ethernet
 jme*   at pci?                         # JMicron JMC250/JMC260 Ethernet
 vte*   at pci?                         # RDC R6040 Ethernet
+aq*    at pci?                         # Aquantia aQtion Ethernet
+igc*   at pci?                         # Intel I225 Ethernet
 
 # Wireless network cards
 acx*   at pci?                         # TI ACX100/ACX111 (802.11b/g)
index 54924b3..ef01ce2 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK_CD,v 1.251 2022/03/26 14:26:44 deraadt Exp $
+#      $OpenBSD: RAMDISK_CD,v 1.252 2022/06/26 20:05:06 sthen Exp $
 
 machine                i386
 maxusers       4
@@ -265,6 +265,8 @@ ale*                at pci?                         # Attansic L1E Ethernet
 lii*           at pci?                         # Attansic L2 Ethernet
 jme*           at pci?                         # JMicron JMC250/JMC260 Ethernet
 vte*           at pci?                         # RDC R6040 Ethernet
+aq*            at pci?                         # Aquantia aQtion Ethernet
+igc*           at pci?                         # Intel I225 Ethernet
 
 acx*           at pci?                         # TI ACX100/ACX111 (802.11b/g)
 acx*           at cardbus?                     # TI ACX100/ACX111 (802.11b/g)
index d4f5763..bc7557f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.28 2021/11/30 17:05:59 deraadt Exp $
+#      $OpenBSD: GENERIC,v 1.29 2022/06/26 20:05:06 sthen Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -36,9 +36,12 @@ option               WSDISPLAY_COMPAT_RAWKBD
 option         WSDISPLAY_DEFAULTSCREENS=6
 
 ahci*          at pci?
+aq*            at pci?
 astfb*         at pci?
 wsdisplay*     at astfb?
 bge*           at pci?
+igc*           at pci?
+ix*            at pci?
 ixl*           at pci?
 mcx*           at pci?
 mpii*          at pci?
@@ -48,6 +51,7 @@ pci*          at ppb?
 radeondrm*     at pci?
 drm*           at radeondrm?
 wsdisplay*     at radeondrm?
+rge*           at pci?
 xhci*          at pci?
 usb*           at xhci?
 
index 23ef76b..77b8c26 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.11 2020/11/16 19:04:57 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.12 2022/06/26 20:05:06 sthen Exp $
 
 machine                powerpc64
 maxusers       4
@@ -35,12 +35,17 @@ xicp*               at fdt?
 xive*          at fdt?
 
 ahci*          at pci?
+aq*            at pci?
 bge*           at pci?
+igc*           at pci?
+ix*            at pci?
+ixl*           at pci?
 mcx*           at pci?
 mpii*          at pci?
 nvme*          at pci?
 ppb*           at pci?
 pci*           at ppb?
+rge*           at pci?
 xhci*          at pci?
 usb*           at xhci?
 
index 0b2759d..cd27318 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.40 2022/06/12 10:51:55 kettenis Exp $
+#      $OpenBSD: GENERIC,v 1.41 2022/06/26 20:05:06 sthen Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -114,6 +114,8 @@ bge*                at pci?         # Broadcom BCM57xx (aka Tigon3)
 oce*           at pci?         # Emulex OneConnect 10Gb ethernet
 aq*            at pci?         # Aquantia aQtion Ethernet
 ix*            at pci?         # Intel 82598EB 10Gb ethernet
+ixl*           at pci?         # Intel Ethernet 700 Series
+igc*           at pci?         # Intel I225 Ethernet
 
 # Wireless network cards
 iwm*           at pci?         # Intel WiFi Link 7xxx
index 5001ff1..3c1c43d 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK,v 1.34 2022/06/09 12:16:56 kettenis Exp $
+#      $OpenBSD: RAMDISK,v 1.35 2022/06/26 20:05:06 sthen Exp $
 
 machine                riscv64
 maxusers       4
@@ -96,7 +96,9 @@ em*           at pci?         # Intel Pro/1000 Ethernet
 bge*           at pci?         # Broadcom BCM57xx (aka Tigon3)
 oce*           at pci?         # Emulex OneConnect 10Gb ethernet
 ix*            at pci?         # Intel 82598EB 10Gb ethernet
+ixl*           at pci?         # Intel Ethernet 700 Series
 aq*            at pci?         # Aquantia aQtion Ethernet
+igc*           at pci?         # Intel I225 Ethernet
 
 # Wireless network cards
 iwm*           at pci?         # Intel WiFi Link 7xxx