diff options
Diffstat (limited to 'sys/arch/pica/conf/GENERIC')
-rw-r--r-- | sys/arch/pica/conf/GENERIC | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/pica/conf/GENERIC b/sys/arch/pica/conf/GENERIC index df6b7810081..b7117683508 100644 --- a/sys/arch/pica/conf/GENERIC +++ b/sys/arch/pica/conf/GENERIC @@ -1,4 +1,8 @@ -include "std.pica" +# +# Generic configuration file for MIPS R4400 PICA system +# + +machine pica maxusers 8 @@ -36,6 +40,7 @@ options NFSCLIENT # Sun NFS-compatible filesystem (client) options NFSSERVER # Sun NFS-compatible filesystem (server) options KERNFS # kernel data-structure filesystem options MSDOSFS # Ability to read write MS-Dos filsystem +options CD9660 # ISO 9660 + Rock Ridge file system options FDESC # user file descriptor filesystem #options UMAPFS # uid/gid remapping filesystem #options NULLFS # null layer filesystem @@ -76,7 +81,8 @@ sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? -pseudo-device sl 4 # serial-line IP ports +pseudo-device sl 2 # serial-line IP ports +pseudo-device ppp 2 # serial-line PPP ports pseudo-device pty 64 # pseudo ptys pseudo-device bpfilter 16 # packet filter ports pseudo-device loop |