From b0254d109ccdc5eeba1e4051a3a3236ab8245d3e Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 27 Jan 2001 08:18:36 +0000 Subject: [PATCH] Turn DEVFS on by default. You may need to turn this off if you you vinum. Apart from that I know of no reason not to run with DEVFS. --- sys/amd64/conf/GENERIC | 2 +- sys/i386/conf/GENERIC | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 10503a5b105..d1d5754d3d2 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -42,7 +42,7 @@ options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required -#options DEVFS #Device Filesystem +options DEVFS #Device Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 10503a5b105..d1d5754d3d2 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -42,7 +42,7 @@ options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required -#options DEVFS #Device Filesystem +options DEVFS #Device Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI