NEWS1200 revision 1.66.2.2 1 # $NetBSD: NEWS1200,v 1.66.2.2 2018/12/26 14:01:41 pgoyette Exp $
2
3 # news1200 config file
4 #
5 include "arch/news68k/conf/std.news68k"
6
7 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8
9 maxusers 8
10
11 options news1200 # news1200 support
12 options CPU_SINGLE # Will IOP be supported eventually?
13 #options FPU_EMULATE
14
15 # Standard system options
16 #options NTP # NTP phase/frequency locked loop
17 options KTRACE # system call tracing support
18 options SYSVMSG # System V message queues
19 options SYSVSEM # System V semaphores
20 options SYSVSHM # System V shared memory
21 options USERCONF # userconf(4) support
22 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
23 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
24
25 # Debugging options
26 options DIAGNOSTIC # extra kernel sanity checking
27 #options DEBUG # extra kernel debugging support
28 options DDB # kernel dynamic debugger
29 pseudo-device ksyms
30 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
31 #options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
32 #options SCSIVERBOSE # Verbose SCSI errors
33 #options SCSIDEBUG # extra SCSI debugging support
34 #makeoptions DEBUG="-g" # compile full symbol table
35
36 # Compatibility options
37 include "conf/compat_netbsd12.config"
38 options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
39
40 options COMPAT_SUNOS # binary compatibility with SunOS
41 #options COMPAT_LINUX # binary compatibllity with Linux/m68k
42
43 # Filesystem options
44 file-system FFS # Berkeley Fast Filesystem
45 #file-system LFS # log-structured file system
46 file-system NFS # Sun NFS-compatible filesystem client
47 file-system MFS # memory-based filesystem
48 #file-system CD9660 # ISO 9660 + Rock Ridge file system
49 #file-system MSDOSFS # MS-DOS FAT file system
50 file-system KERNFS # /kern
51 file-system PROCFS # /proc
52 file-system FDESC # /dev/fd/*
53 file-system NULLFS # loopback file system
54 #file-system OVERLAY # overlay file system
55 #file-system UMAPFS # NULLFS + uid and gid remapping
56 #file-system UNION # union file system
57 #file-system CODA # Coda File System; also needs vcode (below)
58 file-system PTYFS # /dev/pts/N support
59
60 #options NFSSERVER # nfs server support
61 #options QUOTA # legacy UFS quotas
62 #options QUOTA2 # new, in-filesystem UFS quotas
63 #options FFS_EI # ffs endian independent support
64 options WAPBL # File system journaling support
65 options FFS_NO_SNAPSHOT # No FFS snapshot support
66
67 # Networking options
68 options INET # Internet protocols
69 options INET6 # IPV6
70 #options IPSEC # IP security
71 #options IPSEC_DEBUG # debug for IP security
72 #options GATEWAY # IP packet forwarding
73 #options MROUTING # IP multicast routing
74 #options PIM # Protocol Independent Multicast
75 #options NETATALK # AppleTalk networking protocols
76 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
77 #options PPP_DEFLATE # Deflate compression support for PPP
78 #options PPP_FILTER # Active filter support for PPP (requires bpf)
79 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
80
81 options NFS_BOOT_BOOTPARAM
82 options NFS_BOOT_DHCP
83
84 config netbsd root on ? type ?
85 #config netbsd root on ? type nfs
86
87 #
88 # device declarations
89 #
90
91 mainbus0 at root
92
93 # NEWS HYPER-BUS
94 hb0 at mainbus0 systype NEWS1200
95
96 # interval timer
97 timer0 at hb0 addr 0xe1140000 ipl 6
98
99 # MK48T02 TOD clock
100 mkclock0 at hb0 addr 0xe1420000
101
102 # onboard LANCE ethernet
103 le0 at hb0 addr 0xe1a40000 ipl 4
104
105 # keyboard/mouse; not yet
106 kb0 at hb0 addr 0xe1240000 ipl 5
107 ms0 at hb0 addr 0xe1280000 ipl 5
108
109 wskbd* at kb?
110 wsmouse* at ms?
111
112 # onboard z8530 SCC
113 zsc0 at hb0 addr 0xe1780000 ipl 5 vect 64 flags 0x1
114 zstty0 at zsc0 channel 0
115 zstty1 at zsc0 channel 1
116
117 # Misc.
118 pseudo-device loop # loopback interface; required
119 pseudo-device pty # pseudo-terminals
120 pseudo-device md # memory disk device
121 pseudo-device vnd # disk-like interface to files
122 #pseudo-device ccd # concatenated and striped disks
123 #pseudo-device raid # RAIDframe disk driver
124 pseudo-device sl # SLIP interfaces
125 pseudo-device ppp # PPP interfaces
126 pseudo-device tun # Network "tunnel" device
127 #pseudo-device gre # generic L3 over IP tunnel
128 pseudo-device bpfilter # Berkeley Packet Filter
129 pseudo-device npf # NPF packet filter
130 #pseudo-device strip # Starmode Radio IP (Metricom)
131 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
132 #pseudo-device faith # IPv[46] tcp relay translation i/f
133 #pseudo-device vcoda # coda minicache <-> venus comm.
134 pseudo-device clockctl # user control of clock subsystem
135