updates
This commit is contained in:
parent
a4323e6911
commit
2036bd665c
@ -1,4 +1,4 @@
|
||||
# $Id: SUN4,v 1.1 1994/10/02 21:59:56 deraadt Exp $
|
||||
# $Id: SUN4,v 1.2 1994/10/26 07:12:38 deraadt Exp $
|
||||
#
|
||||
# Kernel for Theo's wimpy sparcstation IPC
|
||||
|
||||
@ -59,6 +59,11 @@ sd* at scsibus? target ? drive ?
|
||||
st* at scsibus? target ? drive ?
|
||||
cd* at scsibus? target ? drive ?
|
||||
|
||||
#ie0 at vmes0 addr 0xff31ff02 level 3 vector 0x74
|
||||
#ie1 at vmes0 addr 0xffe88000 level 3 vector 0x75
|
||||
#ie2 at vmes0 addr 0xff31ff02 level 3 vector 0x76
|
||||
#ie3 at vmes0 addr 0xff35ff02 level 3 vector 0x77
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty 32
|
||||
pseudo-device sl 2
|
||||
|
67
sys/arch/sparc/conf/SUN4C_ONLY
Normal file
67
sys/arch/sparc/conf/SUN4C_ONLY
Normal file
@ -0,0 +1,67 @@
|
||||
# $Id: SUN4C_ONLY,v 1.1 1994/10/26 07:12:39 deraadt Exp $
|
||||
#
|
||||
# Kernel for Theo's wimpy sparcstation IPC
|
||||
|
||||
include "std.sparc"
|
||||
include "std.sun4c"
|
||||
|
||||
options "SUN4C"
|
||||
|
||||
# obsolete timezone spec
|
||||
options TIMEZONE=0, DST=0
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
#options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
#options SYSVMSG,SYSVSEM,SYSVSHM
|
||||
options "COMPAT_09"
|
||||
|
||||
# Filesystem options
|
||||
options FFS
|
||||
options NFSSERVER # Sun NFS-compatible filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
#options FIFO # POSIX fifo support (in all filesystems)
|
||||
#options QUOTA # fast filesystem with user and group quotas
|
||||
#options MFS # memory-based filesystem
|
||||
#options LOFS # Loop-back filesystem
|
||||
#options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
|
||||
# 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_43
|
||||
|
||||
options LKM
|
||||
|
||||
# Options for SPARCstation hardware
|
||||
options COMPAT_SUNOS # compatibility with SunOS binaries
|
||||
|
||||
config netbsd root on sd0 swap on sd0
|
||||
|
||||
scsibus* at esp?
|
||||
|
||||
# drives here, drives there...
|
||||
sd* at scsibus? target ? drive ?
|
||||
st* at scsibus? target ? drive ?
|
||||
cd* at scsibus? target ? drive ?
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty 32
|
||||
pseudo-device sl 2
|
||||
pseudo-device kbd
|
||||
pseudo-device ppp 2
|
||||
pseudo-device tun 4
|
||||
pseudo-device vn 3
|
||||
pseudo-device bpfilter 16
|
72
sys/arch/sparc/conf/SUN4_ONLY
Normal file
72
sys/arch/sparc/conf/SUN4_ONLY
Normal file
@ -0,0 +1,72 @@
|
||||
# $Id: SUN4_ONLY,v 1.1 1994/10/26 07:12:40 deraadt Exp $
|
||||
#
|
||||
# Kernel for Theo's wimpy sparcstation IPC
|
||||
|
||||
include "std.sparc"
|
||||
include "std.sun4"
|
||||
|
||||
options "SUN4"
|
||||
|
||||
# obsolete timezone spec
|
||||
options TIMEZONE=0, DST=0
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
#options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
#options SYSVMSG,SYSVSEM,SYSVSHM
|
||||
options "COMPAT_09"
|
||||
|
||||
# Filesystem options
|
||||
options FFS
|
||||
options NFSSERVER # Sun NFS-compatible filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
#options FIFO # POSIX fifo support (in all filesystems)
|
||||
#options QUOTA # fast filesystem with user and group quotas
|
||||
#options MFS # memory-based filesystem
|
||||
#options LOFS # Loop-back filesystem
|
||||
#options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
|
||||
# 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_43
|
||||
|
||||
options LKM
|
||||
|
||||
# Options for SPARCstation hardware
|
||||
options COMPAT_SUNOS # compatibility with SunOS binaries
|
||||
|
||||
config netbsd root nfs swap nfs
|
||||
|
||||
scsibus* at esp?
|
||||
|
||||
# drives here, drives there...
|
||||
sd* at scsibus? target ? drive ?
|
||||
st* at scsibus? target ? drive ?
|
||||
cd* at scsibus? target ? drive ?
|
||||
|
||||
#ie0 at vmes0 addr 0xff31ff02 level 3 vector 0x74
|
||||
#ie1 at vmes0 addr 0xffe88000 level 3 vector 0x75
|
||||
#ie2 at vmes0 addr 0xff31ff02 level 3 vector 0x76
|
||||
#ie3 at vmes0 addr 0xff35ff02 level 3 vector 0x77
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty 32
|
||||
pseudo-device sl 2
|
||||
pseudo-device kbd
|
||||
pseudo-device ppp 2
|
||||
pseudo-device tun 4
|
||||
pseudo-device vn 3
|
||||
pseudo-device bpfilter 16
|
@ -1,13 +1,11 @@
|
||||
# $Id: TDR,v 1.17 1994/10/02 22:00:00 deraadt Exp $
|
||||
# $Id: TDR,v 1.18 1994/10/26 07:12:42 deraadt Exp $
|
||||
#
|
||||
# Kernel for Theo's wimpy sparcstation IPC
|
||||
|
||||
include "std.sparc"
|
||||
include "std.sun4c"
|
||||
include "std.sun4"
|
||||
|
||||
options "SUN4C"
|
||||
options "SUN4"
|
||||
|
||||
# obsolete timezone spec
|
||||
options TIMEZONE=0, DST=0
|
||||
|
Loading…
Reference in New Issue
Block a user