Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
sys/powerpc64: add em* to RAMDISK
To:
OpenBSD tech <tech@openbsd.org>
Date:
Tue, 09 Jun 2026 17:07:04 +0200

Download raw body.

Thread
  • Kirill A. Korinsky:

    sys/powerpc64: add em* to RAMDISK

tech@,

I'd like to add em* to powerpc64's RAMDISK.

I was able to boot OpenBSD/powerpc64 in qemu and em0 / e1000e seems the
simpler to support NIC for that setup.

GENERIC kernel already has it between mcx* and mpii*.

Ok?

Index: sys/arch/powerpc64/conf/RAMDISK
===================================================================
RCS file: /home/cvs/src/sys/arch/powerpc64/conf/RAMDISK,v
diff -u -p -r1.13 RAMDISK
--- sys/arch/powerpc64/conf/RAMDISK	21 Sep 2023 12:11:34 -0000	1.13
+++ sys/arch/powerpc64/conf/RAMDISK	9 Jun 2026 15:00:40 -0000
@@ -42,6 +42,7 @@ igc*		at pci?
 ix*		at pci?
 ixl*		at pci?
 mcx*		at pci?
+em*		at pci?
 mpii*		at pci?
 nvme*		at pci?
 ppb*		at pci?


-- 
wbr, Kirill