GENERIC revision 1.21 1 # $NetBSD: GENERIC,v 1.21 1997/01/30 18:33:52 scottr Exp $
2 #
3 # Generic kernel - one size fits all.
4 #
5
6 # Include attributes common to all hp300s
7 include "arch/hp300/conf/std.hp300"
8
9 # Support for various CPU types
10 options HP320
11 options HP330 # includes 318, 319
12 options HP340
13 options HP350
14 options HP360
15 options HP370
16 options HP375 # includes 345, 400t, 400s
17 options HP380 # includes 425t, 425s, 433s
18
19 # Need to set locally
20 maxusers 32
21
22 # Standard system options
23 options COMPAT_43 # compatibility with 4.3BSD interfaces
24 options COMPAT_44 # compatibility with 4.4BSD binaries
25 options COMPAT_09 # compatibility with NetBSD 0.9
26 options COMPAT_10 # compatibility with NetBSD 1.0
27 options COMPAT_11 # compatibility with NetBSD 1.1
28 options COMPAT_12 # compatibility with NetBSD 1.2
29 options SYSVSHM # System V-style shared memory
30 options SYSVSEM # System V-style semaphores
31 options SYSVMSG # System V-style message queues
32 options KTRACE # system call tracing support
33 options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool
34
35 # Filesystem options
36 options FIFO # POSIX fifo support (in all filesystems)
37 options FFS,QUOTA # fast filesystem with user and group quotas
38 options CD9660 # CD-ROM ISO-9660 filesystem
39 options NFSSERVER # Network filesystem server
40 options NFSCLIENT # Network filesystem client
41 options UNION # Union filesystem (req. for FDESC)
42 options KERNFS # kernel data-structure filesystem
43 options FDESC # user file descriptor filesystem
44 options PROCFS # /proc filesystem
45 options MFS # Memory-based filesystem
46
47 # Networking options
48 options INET # Internet protocols
49 options GATEWAY # IP forwarding + larger mb_map
50 options MROUTING # Multicast routing
51 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
52
53 # Options for HP hardware
54 options FPSP # floating point interface for 68040
55 options USELEDS # make the lights twinkle
56 options COMPAT_NOLABEL # defaults for unlabeled disks
57 #options PANICBUTTON # two fast <reset>s on HIL dump kernel
58 #options CONSCODE="9" # force console at this select code
59 options UK_KEYBOARD # include United Kingdom HIL keymap
60 options SE_KEYBOARD # include Swedish HIL keymap
61
62 # This option enables a different copyin/copyout that uses page
63 # mapping for large copies.
64 #options MAPPEDCOPY # different copyin/copyout for large copies
65
66 #
67 # HP-UX binary compatibility.
68 # NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
69 #
70 options COMPAT_HPUX # HP-UX binary compatibility
71
72 options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries
73
74 # Debugging options
75 options DIAGNOSTIC # Extra kernel sanity checks
76 #options DEBUG # Enable misc. kernel debugging code
77 options DDB # Kernel Dynamic Debugger
78
79 # Verbose descriptions of unconfigured DIO devices
80 # (Warning: this compiles in a large string table)
81 options DIOVERBOSE # recognize "unknown" DIO devices
82
83 config netbsd swap generic
84
85 mainbus0 at root # root "bus"
86
87 intio0 at mainbus0 # internal i/o space
88 dio0 at mainbus0 # DIO/DIO-II bus
89
90 # Davinci framebuffer
91 dvbox* at intio?
92 dvbox* at dio? scode ?
93
94 # Gatorbox framebuffer
95 gbox* at intio?
96 gbox* at dio? scode ?
97
98 # Hyperion framebuffer
99 hyper* at dio? scode ?
100
101 # Renaissance framebuffer
102 rbox* at intio?
103 rbox* at dio? scode ?
104
105 # Topcat/catseye framebuffers
106 topcat* at intio?
107 topcat* at dio? scode ?
108
109 # Framebuffer abstraction
110 grf* at dvbox?
111 grf* at gbox?
112 grf* at hyper?
113 grf* at rbox?
114 grf* at topcat?
115
116 # Internal Terminal Emulator
117 ite* at grf?
118
119 dca0 at dio? scode 9 flags 1 # DCA serial interfaces
120 dca* at dio? scode ?
121
122 dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces
123
124 le* at dio? scode ? # LANCE ethernet interfaces
125
126 nhpib0 at dio? scode 7 # slow internal HP-IB
127 nhpib* at dio? scode ?
128
129 fhpib* at dio? scode ? # `fast' HP-IB
130
131 hpibbus0 at nhpib0
132 hpibbus* at nhpib?
133 hpibbus* at fhpib?
134
135 rd* at hpibbus? slave ? punit ? # HP-IB disks
136 ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes
137 mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape
138 ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter
139
140 oscsi* at dio? scode ? # Old HP SCSI
141
142 sd* at oscsi? target ? lun ? # SCSI disks
143 st* at oscsi? target ? lun ? # SCSI tapes
144 ac* at oscsi? target ? lun ? # SCSI changers
145
146 pseudo-device pty 64 # pseudo ptys
147 pseudo-device sl 4 # SLIP network interfaces
148 pseudo-device ppp 4 # PPP network interfaces
149 pseudo-device bpfilter 16 # Berkeley packet filter
150 pseudo-device vnd 4 # vnode pseudo-disks
151 pseudo-device ccd 4 # concatenated disk devices
152 pseudo-device loop # loopback network interface
153 pseudo-device ipfilter # IP Filter package
154