GENERIC revision 1.20 1 # $NetBSD: GENERIC,v 1.20 1997/01/30 09:58:59 thorpej 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 config netbsd swap generic
80
81 mainbus0 at root # root "bus"
82
83 intio0 at mainbus0 # internal i/o space
84 dio0 at mainbus0 # DIO/DIO-II bus
85
86 # Davinci framebuffer
87 dvbox* at intio?
88 dvbox* at dio? scode ?
89
90 # Gatorbox framebuffer
91 gbox* at intio?
92 gbox* at dio? scode ?
93
94 # Hyperion framebuffer
95 hyper* at dio? scode ?
96
97 # Renaissance framebuffer
98 rbox* at intio?
99 rbox* at dio? scode ?
100
101 # Topcat/catseye framebuffers
102 topcat* at intio?
103 topcat* at dio? scode ?
104
105 # Framebuffer abstraction
106 grf* at dvbox?
107 grf* at gbox?
108 grf* at hyper?
109 grf* at rbox?
110 grf* at topcat?
111
112 # Internal Terminal Emulator
113 ite* at grf?
114
115 dca0 at dio? scode 9 flags 1 # DCA serial interfaces
116 dca* at dio? scode ?
117
118 dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces
119
120 le* at dio? scode ? # LANCE ethernet interfaces
121
122 nhpib0 at dio? scode 7 # slow internal HP-IB
123 nhpib* at dio? scode ?
124
125 fhpib* at dio? scode ? # `fast' HP-IB
126
127 hpibbus0 at nhpib0
128 hpibbus* at nhpib?
129 hpibbus* at fhpib?
130
131 rd* at hpibbus? slave ? punit ? # HP-IB disks
132 ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes
133 mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape
134 ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter
135
136 oscsi* at dio? scode ? # Old HP SCSI
137
138 sd* at oscsi? target ? lun ? # SCSI disks
139 st* at oscsi? target ? lun ? # SCSI tapes
140 ac* at oscsi? target ? lun ? # SCSI changers
141
142 pseudo-device pty 64 # pseudo ptys
143 pseudo-device sl 4 # SLIP network interfaces
144 pseudo-device ppp 4 # PPP network interfaces
145 pseudo-device bpfilter 16 # Berkeley packet filter
146 pseudo-device vnd 4 # vnode pseudo-disks
147 pseudo-device ccd 4 # concatenated disk devices
148 pseudo-device loop # loopback network interface
149 pseudo-device ipfilter # IP Filter package
150