diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-05-02 07:59:44 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-05-02 07:59:44 +0000 |
commit | 9f342a263a034240260660e71be9f97f04d140a5 (patch) | |
tree | c46311670c407c3ab07d401f7b5d827d6482614b /sys/arch/pica/conf/GENERIC | |
parent | b5041247fa98bb177ddcc3858525941d29794c1f (diff) |
Updated for new config etc.
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 |