From 990f8452d263a6914a78a75a28151a4ada6a7772 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 13 Aug 2019 15:50:47 +0000 Subject: [PATCH] r350976 accidentally removed nvram device. Restore it. --- sys/conf/files.i386 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 4f8b93f48ac..93115b0ac74 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -278,6 +278,7 @@ dev/ntb/ntb_if.m optional ntb | ntb_transport | if_ntb | ntb_hw_amd | ntb_hw_in dev/ntb/ntb_hw/ntb_hw_amd.c optional ntb_hw_amd | ntb_hw dev/ntb/ntb_hw/ntb_hw_intel.c optional ntb_hw_intel | ntb_hw dev/ntb/ntb_hw/ntb_hw_plx.c optional ntb_hw_plx | ntb_hw +dev/nvram/nvram.c optional nvram isa dev/ofw/ofwpci.c optional fdt pci dev/pcf/pcf_isa.c optional pcf dev/random/ivy.c optional rdrand_rng !random_loadable -- 2.42.0