diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-30 17:39:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-30 17:39:45 +0000 |
commit | 2ff46f8a3d7935cf757b1aa6a70956aa04d1e9e6 (patch) | |
tree | 13d964d13b01af9033839c1d62c5e0dfabfd777e /sys/arch/mvme68k/conf/GENERIC | |
parent | 084471bd815ccf238f777ba20e51a97d8c148507 (diff) |
option not options
Diffstat (limited to 'sys/arch/mvme68k/conf/GENERIC')
-rw-r--r-- | sys/arch/mvme68k/conf/GENERIC | 70 |
1 files changed, 23 insertions, 47 deletions
diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index f90abb24677..8c793036a83 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,55 +1,25 @@ -# $OpenBSD: GENERIC,v 1.7 1996/05/27 21:48:08 chuck Exp $ +# $OpenBSD: GENERIC,v 1.8 1996/06/30 17:39:38 deraadt Exp $ machine mvme68k m68k -#options "M68060" # support for 060 -options "M68040" # support for 040 -options FPSP # MC68040 floating point support -options "M68030" # support for 030 -options FPCOPROC # Support for MC6888[12] (Required) - -options MVME147 # (requires M68030) -options MVME162 # (requires M68040, FPSP) -options MVME167 # includes 166 (requires M68040, FPSP) -#options MVME177 # (requires M68060, ...) - -maxusers 6 - -# obsolete timezone spec -options TIMEZONE=0, DST=0 - -#options DIAGNOSTIC, DEBUG -options DDB -options FFS -options NFSCLIENT -options NFSSERVER -options SYSVSEM,SYSVMSG,SYSVSHM -options KTRACE -options COMPAT_43 -options FIFO -#options MFS -options DEVPAGER, SWAPPAGER, VNODEPAGER -#options MSDOSFS - -options COMPAT_SUNOS - -# Networking options -options INET -options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP -options GATEWAY # IP packet forwarding -#options ISO # OSI networking -#options TPIP -#options EON -#options COMPAT_09, COMPAT_10 +include "../../../conf/GENERIC" -config bsd swap generic +#option M68060 # support for 060 +option M68040 # support for 040 +option FPSP # MC68040 floating point support +option M68030 # support for 030 +option FPCOPROC # Support for MC6888[12] (Required) -pseudo-device sl 2 -pseudo-device ppp 2 -pseudo-device loop -pseudo-device bpfilter -pseudo-device pty -pseudo-device rd 2 +option MVME147 # (requires M68030) +option MVME162 # (requires M68040, FPSP) +option MVME167 # includes 166 (requires M68040, FPSP) +#option MVME177 # (requires M68060, ...) + +option COMPAT_SUNOS + +maxusers 32 + +config bsd swap generic mainbus0 at root @@ -108,3 +78,9 @@ cd* at scsibus? target ? lun ? ch* at scsibus? target ? lun ? ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? + +pseudo-device rd 2 + +#si0 at vmes0 addr 0xff200000 ipl 2 vec 0x40 +#nxdc0 at vmes0 addr 0xff00ee80 ipl 2 vec 0x44 +#xd* at xdc? target ? |