diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-27 08:34:58 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-27 08:34:58 +0000 |
commit | bb9151616ecd2d86135cc4196acd9b86fbec8242 (patch) | |
tree | b0d35a6e3a927f313ef1f0d88229c6b1edd5786b | |
parent | d29cd49646bd49145013385c60bab25c7b1343ed (diff) | |
download | FreeBSD-src-bb9151616ecd2d86135cc4196acd9b86fbec8242.zip FreeBSD-src-bb9151616ecd2d86135cc4196acd9b86fbec8242.tar.gz |
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.
-rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
-rw-r--r-- | 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 6ffae61..f81bf07 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 6ffae61..f81bf07 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 |