Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2019 15:50:47 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350991 - head/sys/conf
Message-ID:  <201908131550.x7DFoldA013171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Aug 13 15:50:47 2019
New Revision: 350991
URL: https://svnweb.freebsd.org/changeset/base/350991

Log:
  r350976 accidentally removed nvram device. Restore it.

Modified:
  head/sys/conf/files.i386

Modified: head/sys/conf/files.i386
==============================================================================
--- head/sys/conf/files.i386	Tue Aug 13 15:49:40 2019	(r350990)
+++ head/sys/conf/files.i386	Tue Aug 13 15:50:47 2019	(r350991)
@@ -278,6 +278,7 @@ dev/ntb/ntb_if.m		optional ntb | ntb_transport | if_nt
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908131550.x7DFoldA013171>