diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-02 11:33:26 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-02 11:33:26 +0000 |
commit | 2cfef90528c9186695cf45ecb120b1282b5222dc (patch) | |
tree | 16254decd77e5488002b0d17d218e6077d57b19d /sys/arch/arc/conf/PICA | |
parent | a9febc91a19aa9a13d1f362f8f4c4af300643916 (diff) |
ZAP GENERIC!
Diffstat (limited to 'sys/arch/arc/conf/PICA')
-rw-r--r-- | sys/arch/arc/conf/PICA | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/sys/arch/arc/conf/PICA b/sys/arch/arc/conf/PICA index 4afc62a349e..19da0300699 100644 --- a/sys/arch/arc/conf/PICA +++ b/sys/arch/arc/conf/PICA @@ -1,4 +1,4 @@ - +# # Generic configuration file for MIPS R4400 PICA system # @@ -6,9 +6,6 @@ machine arc maxusers 8 -# does not really do anything anymore, but this replaces "ident GENERIC" -# options GENERIC - # Need to set locally options TIMEZONE="8*60" # minutes west of GMT (for) options DST=1 # use daylight savings rules @@ -49,17 +46,17 @@ options FDESC # user file descriptor filesystem #options PORTAL # portal filesystem (still experimental) # Networking options -options INET # Internet protocols -#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP -options GATEWAY # IP packet forwarding -#options MULTICAST # Multicast support -#options MROUTING # Multicast routing support -#options ISO # OSI networking -#options TPIP -#options EON +options INET # Internet protocols +#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP +options GATEWAY # IP packet forwarding +#options MULTICAST # Multicast support +#options MROUTING # Multicast routing support +#options ISO # OSI networking +#options TPIP +#options EON # Special options -#options MACHINE_NONCONTIG # Support noncontigous memory. +#options MACHINE_NONCONTIG # Support noncontigous memory. # Specify storage configuration config bsd root on sd0 swap on sd0 and sd1 @@ -70,9 +67,6 @@ config bsd root on sd0 swap on sd0 and sd1 mainbus0 at root cpu* at mainbus0 -# -# PICA Bus -# pica* at mainbus0 clock0 at pica? |