mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Sync with sys/i386/conf/GENERIC revision 1.202.
This commit is contained in:
parent
03b5a457fd
commit
4e9b463ccf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53744
@ -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!
|
||||
|
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user