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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
