GENERIC revision 1.3 1 # $NetBSD: GENERIC,v 1.3 1995/08/18 20:24:02 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 16
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 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
59 # XXX DOESN'T WORK YET!
60 #options COMPAT_HPUX # HP-UX binary compatibility
61
62 # Debugging options
63 options DDB # Kernel Dynamic Debugger
64
65 # If the kernel isn't named `GENERIC', uncomment the line below.
66 #options GENERIC # Generic swap support
67 config netbsd swap generic
68
69 master hpib0 at scode7
70 master hpib1 at scode?
71 master hpib2 at scode?
72 master hpib3 at scode?
73 disk rd0 at hpib? slave ?
74 disk rd1 at hpib? slave ?
75 disk rd2 at hpib? slave ?
76 disk rd3 at hpib? slave ?
77 disk rd4 at hpib? slave ?
78 disk rd5 at hpib? slave ?
79 disk rd6 at hpib? slave ?
80 tape ct0 at hpib0 slave ?
81 tape ct1 at hpib0 slave ? flags 1
82 device ppi0 at hpib0 slave 5
83
84 master scsi0 at scode?
85 master scsi1 at scode?
86 master scsi2 at scode?
87 master scsi3 at scode?
88 disk sd0 at scsi? slave ?
89 disk sd1 at scsi? slave ?
90 disk sd2 at scsi? slave ?
91 disk sd3 at scsi? slave ?
92 disk sd4 at scsi? slave ?
93 disk sd5 at scsi? slave ?
94 disk sd6 at scsi? slave ?
95 disk sd7 at scsi? slave ?
96 disk sd8 at scsi? slave ?
97 disk sd9 at scsi? slave ?
98 tape st0 at scsi? slave ?
99 tape st1 at scsi? slave ?
100
101 device dca0 at scode9 flags 1
102
103 device dcm0 at scode? flags 0xe
104 device dcm1 at scode? flags 0xe
105
106 device le0 at scode?
107 device le1 at scode?
108
109 device grf0 at scode?
110
111 pseudo-device pty 64 # pseudo ptys
112 pseudo-device sl 4 # SLIP network interfaces
113 pseudo-device ppp 4 # PPP network interfaces
114 pseudo-device bpfilter 16 # Berkeley packet filter
115 pseudo-device ite # terminal emulation on grf
116 pseudo-device loop # loopback network interface
117 pseudo-device ether # basic ethernet support
118