diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2021-06-18 22:44:22 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2021-06-18 22:44:22 +0000 |
commit | 169665446a702fea390b3f2c92b43e067fc21760 (patch) | |
tree | 29b63402382520a092d72fe813beeaed87977d16 /sys/arch | |
parent | 00bac4287ceb4ce5df50280e768ea35072ddbb2d (diff) |
Enable oce(4) for riscv64
"free commit" kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/riscv64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index f3deacf1dff..1d96c8fd434 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 2021/06/17 16:10:50 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.22 2021/06/18 22:44:21 mlarkin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -82,6 +82,7 @@ pci* at ppb? # PCI Ethernet em* at pci? # Intel Pro/1000 Ethernet bge* at pci? # Broadcom BCM57xx (aka Tigon3) +oce* at pci? # Emulex OneConnect 10Gb ethernet nvme* at pci? # NVMe controllers ahci* at pci? # AHCI SATA controllers |