From 1b1d6ffb8adc51703986c16ea2cd87ad9cef7d60 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 31 Mar 2024 19:17:53 +0000 Subject: [PATCH] Enable rge(4). --- sys/arch/riscv64/conf/GENERIC | 3 ++- sys/arch/riscv64/conf/RAMDISK | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 27137512515..ac3e35e3983 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.50 2024/03/07 01:05:07 kevlo Exp $ +# $OpenBSD: GENERIC,v 1.51 2024/03/31 19:17:53 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -136,6 +136,7 @@ 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 +rge* at pci? # Realtek 8125 # Wireless network cards iwm* at pci? # Intel WiFi Link 7xxx diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 0d6ff8728e7..c5664e3e4a3 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.43 2024/03/07 01:05:07 kevlo Exp $ +# $OpenBSD: RAMDISK,v 1.44 2024/03/31 19:17:53 kettenis Exp $ machine riscv64 maxusers 4 @@ -119,6 +119,7 @@ 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 +rge* at pci? # Realtek 8125 # Wireless network cards iwm* at pci? # Intel WiFi Link 7xxx -- 2.20.1