GENERIC revision 1.12 1 # $NetBSD: GENERIC,v 1.12 1996/09/10 22:26:50 thorpej Exp $
2 #
3 # Generic kernel - one size fits all.
4 #
5 machine "hp300"
6
7 cpu "HP320"
8 cpu "HP330" # includes 318, 319
9 cpu "HP340"
10 cpu "HP350"
11 cpu "HP360"
12 cpu "HP370"
13 cpu "HP375" # includes 345, 400t, 400s
14 cpu "HP380" # includes 425t, 425s, 433s
15 ident GENERIC
16
17 # Need to set locally
18 timezone 8 dst
19 maxusers 32
20
21 # Standard system options
22 options SWAPPAGER # swap pager (anonymous and swap space)
23 options VNODEPAGER # vnode pager (mapped files)
24 options DEVPAGER # device pager (mapped devices)
25 options "COMPAT_43" # compatibility with 4.3BSD interfaces
26 options "COMPAT_44" # compatibility with 4.4BSD binaries
27 options "COMPAT_09" # compatibility with NetBSD 0.9
28 options "COMPAT_10" # compatibility with NetBSD 1.0
29 options "COMPAT_11" # compatibility with NetBSD 1.1
30 options "COMPAT_12" # compatibility with NetBSD 1.2
31 options SYSVSHM # System V-style shared memory
32 options SYSVSEM # System V-style semaphores
33 options SYSVMSG # System V-style message queues
34 options KTRACE # system call tracing support
35 options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool
36
37 # Filesystem options
38 options FIFO # POSIX fifo support (in all filesystems)
39 options FFS,QUOTA # fast filesystem with user and group quotas
40 options "CD9660" # CD-ROM ISO-9660 filesystem
41 options NFSSERVER # Network filesystem server
42 options NFSCLIENT # Network filesystem client
43 options UNION # Union filesystem (req. for FDESC)
44 options KERNFS # kernel data-structure filesystem
45 options FDESC # user file descriptor filesystem
46 options PROCFS # /proc filesystem
47 options MFS # Memory-based filesystem
48
49 # Networking options
50 options INET # Internet protocols
51 options GATEWAY # IP forwarding + larger mb_map
52 options MROUTING # Multicast routing
53 options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
54
55 # Options for HP hardware
56 options FPSP # floating point interface for 68040
57 options USELEDS # make the lights twinkle
58 options COMPAT_NOLABEL # defaults for unlabeled disks
59 #options PANICBUTTON # two fast <reset>s on HIL dump kernel
60 #options CONSCODE="9" # force console at this select code
61 options UK_KEYBOARD # include United Kingdom HIL keymap
62 options SE_KEYBOARD # include Swedish HIL keymap
63
64 #
65 # HP-UX binary compatibility.
66 # NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
67 #
68 options COMPAT_HPUX # HP-UX binary compatibility
69
70 #options "COMPAT_M68K4K" # compat. with NetBSD/m68k4k binaries
71
72 # Debugging options
73 options DDB # Kernel Dynamic Debugger
74
75 # If the kernel isn't named `GENERIC', uncomment the line below.
76 #options GENERIC # Generic swap support
77 config netbsd swap generic
78
79 master hpib0 at scode7
80 master hpib1 at scode?
81 master hpib2 at scode?
82 master hpib3 at scode?
83 disk rd0 at hpib? slave ?
84 disk rd1 at hpib? slave ?
85 disk rd2 at hpib? slave ?
86 disk rd3 at hpib? slave ?
87 disk rd4 at hpib? slave ?
88 disk rd5 at hpib? slave ?
89 disk rd6 at hpib? slave ?
90 tape ct0 at hpib0 slave ?
91 tape ct1 at hpib0 slave ? flags 1
92 tape mt0 at hpib0 slave ?
93 device ppi0 at hpib0 slave 5
94
95 master scsi0 at scode?
96 master scsi1 at scode?
97 master scsi2 at scode?
98 master scsi3 at scode?
99 disk sd0 at scsi? slave ?
100 disk sd1 at scsi? slave ?
101 disk sd2 at scsi? slave ?
102 disk sd3 at scsi? slave ?
103 disk sd4 at scsi? slave ?
104 disk sd5 at scsi? slave ?
105 disk sd6 at scsi? slave ?
106 disk sd7 at scsi? slave ?
107 disk sd8 at scsi? slave ?
108 disk sd9 at scsi? slave ?
109 tape st0 at scsi? slave ?
110 tape st1 at scsi? slave ?
111
112 device dca0 at scode9 flags 1
113 device dca1 at scode?
114
115 device dcm0 at scode? flags 0xe
116 device dcm1 at scode? flags 0xe
117
118 device le0 at scode?
119 device le1 at scode?
120
121 device grf0 at scode?
122 device grf1 at scode?
123
124 pseudo-device pty 64 # pseudo ptys
125 pseudo-device sl 4 # SLIP network interfaces
126 pseudo-device ppp 4 # PPP network interfaces
127 pseudo-device bpfilter 16 # Berkeley packet filter
128 pseudo-device vnd 4 # vnode pseudo-disks
129 pseudo-device ccd 4 # concatenated disk devices
130 pseudo-device ite # terminal emulation on grf
131 pseudo-device loop # loopback network interface
132 pseudo-device ether # basic ethernet support
133