From cf0be84ff53e107e9236f95e883ab32c8faeb97b Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 27 Jan 2001 08:34:58 +0000 Subject: [PATCH] Turn on DEVFS by default for the alpha. Aside from vinum as mentioned by phk it should work fine. If you need vinum, then don't add this to your kernel config until vinum catches up to DEVFS. --- sys/alpha/conf/GENERIC | 2 +- sys/alpha/conf/NOTES | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 6ffae610aa9..f81bf077d83 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -60,7 +60,7 @@ options NFS_ROOT #NFS usable as root device options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root device -#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/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 6ffae610aa9..f81bf077d83 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -60,7 +60,7 @@ options NFS_ROOT #NFS usable as root device options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root device -#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