summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>1999-11-27 11:41:46 +0000
committernyan <nyan@FreeBSD.org>1999-11-27 11:41:46 +0000
commit6661b59c9e36f23b9cbcf25f513565c3a64a7392 (patch)
treee590d634f4b7004d8a40d842e57a03a5267d5ec3 /sys/pc98
parente90edff11985b308c6c41453ad97a0759d152f06 (diff)
downloadFreeBSD-src-6661b59c9e36f23b9cbcf25f513565c3a64a7392.zip
FreeBSD-src-6661b59c9e36f23b9cbcf25f513565c3a64a7392.tar.gz
Sync with sys/i386/conf/GENERIC revision 1.202.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC3
-rw-r--r--sys/pc98/conf/GENERIC983
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index b10a6c1..a757d28 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -34,8 +34,8 @@ options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
+options MD_ROOT #MD is a potential root device
options MFS #Memory Filesystem
-options MFS_ROOT #MFS usable as root device, "MFS" req'ed
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options MSDOSFS #MSDOS Filesystem
@@ -275,6 +275,7 @@ pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
+pseudo-device md # Memory "disks"
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index b10a6c1..a757d28 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -34,8 +34,8 @@ options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
+options MD_ROOT #MD is a potential root device
options MFS #Memory Filesystem
-options MFS_ROOT #MFS usable as root device, "MFS" req'ed
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options MSDOSFS #MSDOS Filesystem
@@ -275,6 +275,7 @@ pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
+pseudo-device md # Memory "disks"
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
OpenPOWER on IntegriCloud