NEWS1200 revision 1.66 1 # $NetBSD: NEWS1200,v 1.66 2017/09/14 07:58:42 mrg 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_SVR4 # binary compatibility with SVR4
41 options COMPAT_SUNOS # binary compatibility with SunOS
42 #options COMPAT_LINUX # binary compatibllity with Linux/m68k
43
44 # Filesystem options
45 file-system FFS # Berkeley Fast Filesystem
46 #file-system LFS # log-structured file system
47 file-system NFS # Sun NFS-compatible filesystem client
48 file-system MFS # memory-based filesystem
49 #file-system CD9660 # ISO 9660 + Rock Ridge file system
50 #file-system MSDOSFS # MS-DOS FAT file system
51 file-system KERNFS # /kern
52 file-system PROCFS # /proc
53 file-system FDESC # /dev/fd/*
54 file-system NULLFS # loopback file system
55 #file-system OVERLAY # overlay file system
56 #file-system UMAPFS # NULLFS + uid and gid remapping
57 #file-system UNION # union file system
58 #file-system CODA # Coda File System; also needs vcode (below)
59 file-system PTYFS # /dev/pts/N support
60
61 #options NFSSERVER # nfs server support
62 #options QUOTA # legacy UFS quotas
63 #options QUOTA2 # new, in-filesystem UFS quotas
64 #options FFS_EI # ffs endian independent support
65 options WAPBL # File system journaling support
66 options FFS_NO_SNAPSHOT # No FFS snapshot support
67
68 # Networking options
69 options INET # Internet protocols
70 options INET6 # IPV6
71 #options IPSEC # IP security
72 #options IPSEC_DEBUG # debug for IP security
73 #options GATEWAY # IP packet forwarding
74 #options MROUTING # IP multicast routing
75 #options PIM # Protocol Independent Multicast
76 #options NETATALK # AppleTalk networking protocols
77 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
78 #options PPP_DEFLATE # Deflate compression support for PPP
79 #options PPP_FILTER # Active filter support for PPP (requires bpf)
80 #options IPFILTER_LOG # ipmon(8) log support
81 #options IPFILTER_LOOKUP # ippool(8) support
82 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
83
84 options NFS_BOOT_BOOTPARAM
85 options NFS_BOOT_DHCP
86
87 config netbsd root on ? type ?
88 #config netbsd root on ? type nfs
89
90 #
91 # device declarations
92 #
93
94 mainbus0 at root
95
96 # NEWS HYPER-BUS
97 hb0 at mainbus0 systype NEWS1200
98
99 # interval timer
100 timer0 at hb0 addr 0xe1140000 ipl 6
101
102 # MK48T02 TOD clock
103 mkclock0 at hb0 addr 0xe1420000
104
105 # onboard LANCE ethernet
106 le0 at hb0 addr 0xe1a40000 ipl 4
107
108 # keyboard/mouse; not yet
109 kb0 at hb0 addr 0xe1240000 ipl 5
110 ms0 at hb0 addr 0xe1280000 ipl 5
111
112 wskbd* at kb?
113 wsmouse* at ms?
114
115 # onboard z8530 SCC
116 zsc0 at hb0 addr 0xe1780000 ipl 5 vect 64 flags 0x1
117 zstty0 at zsc0 channel 0
118 zstty1 at zsc0 channel 1
119
120 # Misc.
121 pseudo-device loop # loopback interface; required
122 pseudo-device pty # pseudo-terminals
123 pseudo-device md # memory disk device
124 pseudo-device vnd # disk-like interface to files
125 #pseudo-device ccd # concatenated and striped disks
126 #pseudo-device raid # RAIDframe disk driver
127 pseudo-device sl # SLIP interfaces
128 pseudo-device ppp # PPP interfaces
129 pseudo-device tun # Network "tunnel" device
130 #pseudo-device gre # generic L3 over IP tunnel
131 pseudo-device bpfilter # Berkeley Packet Filter
132 pseudo-device ipfilter # ip filter
133 #pseudo-device strip # Starmode Radio IP (Metricom)
134 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
135 #pseudo-device faith # IPv[46] tcp relay translation i/f
136 #pseudo-device vcoda # coda minicache <-> venus comm.
137 pseudo-device clockctl # user control of clock subsystem
138