1#         $NetBSD: DHT,v 1.6 2024/01/29 18:27:12 christos Exp $
2#
3#         DHT --- DHT Walnut 405GP Evaluation Board
4#                   (Digital Home Technologies PCB 01070201 Rev. 1.1)
5#
6
7include   "arch/evbppc/conf/std.dht"
8
9options   INCLUDE_CONFIG_FILE # embed config file in kernel binary
10
11#ident              "DHT-$Revision: 1.6 $"
12
13maxusers  32
14
15
16#
17# Standard system options
18#
19
20options   INSECURE            # disable kernel security levels
21options   NTP                           # NTP phase/frequency locked loop
22options   KTRACE                        # system call tracing via ktrace(1)
23
24options   SYSVMSG                       # System V message queues
25options   SYSVSEM                       # System V semaphores
26options   SYSVSHM                       # System V shared memory
27
28options   MODULAR                       # new style module(7) framework
29#options  MODULAR_DEFAULT_AUTOLOAD
30#options  USERCONF            # userconf(4) support
31#options  PIPE_SOCKETPAIR               # smaller, but slower pipe(2)
32#options  SYSCTL_INCLUDE_DESCR          # Include sysctl descriptions in kernel
33
34#options  UVMHIST
35#options  UVMHIST_PRINT
36
37
38# Alternate buffer queue strategies for better responsiveness under high
39# disk I/O load.
40#options  BUFQ_READPRIO
41options   BUFQ_PRIOCSCAN
42
43#
44# Diagnostic/debugging support options
45#
46
47options   DIAGNOSTIC                    # cheap kernel consistency checks
48#options  DEBUG                         # expensive debugging checks/support
49options   DDB                           # in-kernel debugger
50options   DDB_HISTORY_SIZE=512          # enable history editing in DDB
51#options  TRAP_PANICWAIT
52makeoptions         COPY_SYMTAB=1                 # size for embedded symbol table
53
54makeoptions         DEBUG="-g"                    # compile full symbol table
55
56
57#
58# Compatibility options
59#
60
61include   "conf/compat_netbsd13.config"
62#options  COMPAT_386BSD_MBRPART         # recognize old partition ID
63
64#
65# File systems
66#
67
68file-system         FFS                 # UFS
69file-system         EXT2FS              # second extended file system (linux)
70file-system         LFS                 # log-structured file system
71file-system         MFS                 # memory file system
72file-system         NFS                 # Network File System client
73file-system         CD9660              # ISO 9660 + Rock Ridge file system
74file-system         MSDOSFS             # MS-DOS file system
75file-system         FDESC               # /dev/fd
76file-system         KERNFS              # /kern
77file-system         NULLFS              # loopback file system
78file-system         OVERLAY             # overlay file system
79file-system         PUFFS               # Userspace file systems (e.g. ntfs-3g & sshfs)
80file-system         PROCFS              # /proc
81file-system         UMAPFS              # NULLFS + uid and gid remapping
82file-system         UNION               # union file system
83file-system         PTYFS               # /dev/pts/N support
84file-system         TMPFS               # Efficient memory file-system
85#file-system        NTFS                # Windows NT file system (experimental)
86
87
88#
89# File system options
90#
91
92options   FFS_EI              # FFS Endian Independent support
93#options  FFS_NO_SNAPSHOT     # No FFS snapshot support
94options   QUOTA               # legacy UFS quotas
95options   QUOTA2              # new, in-filesystem UFS quotas
96options   UFS_DIRHASH         # UFS Large Directory Hashing
97options   UFS_EXTATTR         # Extended attribute support for UFS1
98options   WAPBL               # File system journaling support
99options   LFS_DIRHASH         # LFS version of UFS_DIRHASH - experimental
100options   NFSSERVER # Network File System server
101
102options   NFS_BOOT_DHCP       # Support DHCP NFS root
103
104
105#
106# Networking options
107#
108
109options   GATEWAY             # packet forwarding
110options   INET                # IP + ICMP + TCP + UDP
111options   INET6               # IPv6
112#options  IPSEC               # IP security
113#options  IPSEC_DEBUG         # debug for IP security
114#options  MROUTING  # IP multicast routing
115#options  PIM                 # Protocol Independent Multicast
116#options  NETATALK  # AppleTalk networking protocols
117options   PPP_BSDCOMP         # BSD-Compress compression support for PPP
118options   PPP_DEFLATE         # Deflate compression support for PPP
119options   PPP_FILTER          # Active filter support for PPP (requires bpf)
120#options  TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
121
122
123#
124# Kernel root file system and dump configuration.
125#
126
127#config             netbsd    root on ? type ?
128config              netbsd    root on wd0a type ffs
129#config             netbsd    root on emac0 type nfs
130
131
132#
133# Device configuration
134#
135
136plb0 at root                                      # Processor Local Bus
137cpu0      at plb?                                 # CPU
138ecc0      at plb? irq 17                          # On-chip ECC controller
139pchb0     at plb?                                 # PCI-Host bridges
140
141# On-chip Peripheral Bus support
142opb*      at plb?                                 # On-chip Peripheral Bus
143wdog*     at opb?                                 # Watchdog timer
144com*      at opb? addr ? irq ?                    # UARTs
145emac0     at opb? addr ? irq ?                    # Ethernet Media Access Controller
146#options  EMAC_EVENT_COUNTERS
147opbgpio0 at opb? addr ? irq ?           # On-chip GPIO controller
148gpio*     at opbgpio?                             # GPIO framework
149          # GPIO pins 0-8 go to J5 header. Pins 0 and 1 are also connected to
150          # Power and Media LEDs, respectively (negative logic).
151
152# PCI bus support
153pci*      at pchb?
154options   PCIVERBOSE                    # verbose PCI device autoconfig messages
155#options  PCI_CONFIG_DUMP               # verbosely dump PCI config space
156options   PCI_NETBSD_CONFIGURE          # Do not rely on BIOS/whatever
157                                                  # to configure PCI devices
158#options  PCI_CONFIGURE_VERBOSE         # Show PCI config information
159
160pdcide* at pci? dev ? function ?        # Promise IDE controllers
161options   DHT_FIXUP_PDCIDE    # Initialize pdcide to native-PCI mode
162
163# ATA (IDE) bus support
164atabus* at ata?
165wd*       at atabus? drive ?
166
167# MII/PHY support
168nsphyter* at mii? phy ?                           # NS83843 PHYs
169options   MIIVERBOSE                    # verbose PHY autoconfig messages
170
171#
172# Random useful PCI devices known to work.
173#
174
175ppb*      at pci? dev ? function ?      # PCI-PCI{,e} bridges
176pci*      at ppb?
177
178ahcisata* at pci? dev ? function ?      # AHCI SATA controllers
179siisata* at pci? dev ? function ?       # SiI SteelVine controllers
180
181wm*       at pci? dev ? function ?      # Intel 82543/82544 gigabit
182igphy*    at mii? phy ?                           # Intel IGP01E1000
183makphy* at mii? phy ?                             # Marvell Semiconductor 88E1000 PHYs
184ukphy*    at mii? phy ?                           # generic unknown PHYs
185
186igc*      at pci? dev ? function ?      # Intel 22x 2.5 gigabit
187
188xhci*     at pci?   dev ? function ?    # eXtensible Host Controller
189usb*      at xhci?
190
191# USB Hubs
192uhub*     at usb?
193uhub*     at uhub? port ?
194
195# USB Mass Storage
196umass*    at uhub? port ? configuration ? interface ?
197scsibus* at umass?
198sd*       at scsibus? target ? lun ?    # SCSI disk drives
199
200
201#
202# Pseudo devices
203#
204
205pseudo-device       crypto                        # /dev/crypto device
206pseudo-device       swcrypto            # software crypto implementation
207
208# disk/mass storage pseudo-devices
209#pseudo-device      ccd                           # concatenated/striped disk devices
210#pseudo-device      cgd                           # cryptographic disk devices
211#pseudo-device      raid                          # RAIDframe disk driver
212#options  RAID_AUTOCONFIG               # auto-configuration of RAID components
213pseudo-device       fss                           # file system snapshot device
214#pseudo-device      md                            # memory disk device
215pseudo-device       vnd                           # disk-like interface to files
216
217# network pseudo-devices
218pseudo-device       loop                          # network loopback
219pseudo-device       bpfilter            # packet filter
220pseudo-device       carp                          # Common Address Redundancy Protocol
221pseudo-device       npf                           # NPF packet filter
222pseudo-device       ppp                           # Point-to-Point Protocol
223pseudo-device       pppoe                         # PPP over Ethernet (RFC 2516)
224pseudo-device       sl                            # Serial Line IP
225pseudo-device       irframetty                    # IrDA frame line discipline
226pseudo-device       tap                           # virtual ethernet
227pseudo-device       tun                           # network tunneling over tty
228pseudo-device       gre                           # generic L3 over IP tunnel
229pseudo-device       gif                           # IPv[46] over IPv[46] tunnel (RFC 1933)
230#pseudo-device      faith                         # IPv[46] TCP relay translation i/f
231pseudo-device       stf                           # 6to4 IPv6 over IPv4 encapsulation
232pseudo-device       vlan                          # IEEE 802.1q encapsulation
233pseudo-device       bridge                        # simple inter-network bridging
234pseudo-device       vether                        # Virtual Ethernet for bridge
235pseudo-device       agr                           # IEEE 802.3ad link aggregation
236
237# miscellaneous pseudo-devices
238pseudo-device       pty                           # pseudo-terminals
239pseudo-device       clockctl            # user control of clock subsystem
240pseudo-device       drvctl                        # user control of drive subsystem
241pseudo-device       ksyms                         # /dev/ksyms
242pseudo-device       putter                        # for puffs and pud
243
244include "dev/veriexec.config"
245