1#         $NetBSD: JORNADA720,v 1.105 2020/04/18 11:00:41 skrll Exp $
2#
3#         JORNADA -- Windows-CE based jornada 720
4#
5
6include   "arch/hpcarm/conf/std.sa11x0"
7
8#options  INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10#ident              "GENERIC-$Revision: 1.105 $"
11
12# estimated number of users
13maxusers  32
14
15# Standard system options
16
17#options  RTC_OFFSET=0        # hardware clock is this many mins. west of GMT
18                                        # (default timezone is passed from hpcboot)
19#options  NTP                 # NTP phase/frequency locked loop
20
21# CPU options
22
23options   CPU_SA1110          # Support the SA-1110 core
24
25# Architecture options
26
27# File systems
28
29file-system         FFS                 # UFS
30#file-system        LFS                 # log-structured file system
31file-system         MFS                 # memory file system
32file-system         NFS                 # Network file system
33#file-system        ADOSFS              # AmigaDOS-compatible file system
34#file-system        EXT2FS              # second extended file system (linux)
35file-system         CD9660              # ISO 9660 + Rock Ridge file system
36file-system         MSDOSFS             # MS-DOS file system
37file-system         FDESC               # /dev/fd
38#file-system        FILECORE  # Acorn filecore file system
39file-system         KERNFS              # /kern
40file-system         NULLFS              # loopback file system
41#file-system        OVERLAY             # overlay filesystem
42file-system         PROCFS              # /proc
43#file-system        UMAPFS              # NULLFS + uid and gid remapping
44file-system         UNION               # union file system
45file-system         PTYFS               # /dev/pts/N support
46file-system         TMPFS               # Efficient memory file-system
47#file-system        UDF                 # experimental - OSTA UDF CD/DVD file-system
48
49# File system options
50#options  QUOTA               # legacy UFS quotas
51#options  QUOTA2              # new, in-filesystem UFS quotas
52#options  FFS_EI              # FFS Endian Independent support
53options   WAPBL               # File system journaling support
54#options  FFS_NO_SNAPSHOT     # No FFS snapshot support
55#options  NFSSERVER
56
57# Networking options
58
59options   GATEWAY             # packet forwarding
60options   INET                # IP + ICMP + TCP + UDP
61options   INET6               # IPV6
62options   IPSEC               # IP security
63#options  IPSEC_DEBUG         # debug for IP security
64options   MROUTING  # IP multicast routing
65options   PIM                 # Protocol Independent Multicast
66options   NETATALK  # AppleTalk networking
67options   PPP_BSDCOMP         # BSD-Compress compression support for PPP
68options   PPP_DEFLATE         # Deflate compression support for PPP
69options   PPP_FILTER          # Active filter support for PPP (requires bpf)
70#options  TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
71
72# Compatibility options
73
74include   "conf/compat_netbsd14.config"
75options   COMPAT_NETBSD32     # allow running arm (e.g. non-earm) binaries
76
77# Shared memory options
78
79options   SYSVMSG             # System V-like message queues
80options   SYSVSEM             # System V-like semaphores
81options   SYSVSHM             # System V-like memory sharing
82
83# Device options
84
85#options  MEMORY_DISK_HOOKS   # boottime setup of ramdisk
86#options  MEMORY_DISK_ROOT_SIZE=3400    # Size in blocks
87#options  MEMORY_DISK_IS_ROOT # use memory disk as root
88
89# Miscellaneous kernel options
90options   KTRACE              # system call tracing, a la ktrace(1)
91options   IRQSTATS  # manage IRQ statistics
92#options  SCSIVERBOSE         # Verbose SCSI errors
93options   USERCONF  # userconf(4) support
94#options  PIPE_SOCKETPAIR     # smaller, but slower pipe(2)
95#options  SYSCTL_INCLUDE_DESCR          # Include sysctl descriptions in kernel
96
97options   NFS_BOOT_DHCP
98
99# Alternate buffer queue strategies for better responsiveness under high
100# disk I/O load.
101#options  BUFQ_READPRIO
102options   BUFQ_PRIOCSCAN
103
104# Development and Debugging options
105
106#options  BOOT_DUMP # Enable memorydump at boot
107#options  DIAGNOSTIC          # internal consistency checks
108#options  DEBUG               # expensive debugging checks/support
109#options  UVMHIST             # kernhist for uvm/pmap subsystems
110options   KDTRACE_HOOKS       # kernel DTrace hooks
111options   MODULAR             # DTrace is a module (load via modules.conf)
112options   DDB                 # in-kernel debugger
113#options  DDB_HISTORY_SIZE=100          # Enable history editing in DDB
114makeoptions         DEBUG="-g"          # compile full symbol table
115
116config              netbsd    root on ? type ?
117#options  COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0
118
119# The main bus device
120mainbus0 at root
121
122# The boot CPU
123cpu0 at mainbus?
124
125saip0     at mainbus?
126
127# Serial
128options   CONSPEED=19200
129sacom*    at saip? addr 0x80050000 size 0x24      intr 17
130
131# OS Timer
132saost*    at saip? addr 0x90000000 size 0x20
133
134# SA-1111 companion chip
135sacc0     at saip? addr 0x40000000 size 0x2000
136
137# PCMCIA bus support
138sacpcic*  at sacc?
139pcmcia*             at sacpcic?
140
141# PCMCIA serial interfaces
142com*      at pcmcia? function ?                   # Modems and serial cards
143
144pcmcom*   at pcmcia? function ?                   # PCMCIA multi-port serial cards
145com*      at pcmcom? slave ?            # ...and the slave devices
146
147# PCMCIA SCSI controllers
148aic*      at pcmcia? function ?                   # Adaptec APA-1460 SCSI
149esp*      at pcmcia? function ?                   # Qlogic ESP406/FAS408 SCSI
150spc*      at pcmcia? function ?                   # Fujitsu MB87030/MB89352 SCSI
151
152# SCSI bus support
153scsibus* at scsi?
154
155# SCSI devices
156sd*       at scsibus? target ? lun ?    # SCSI disk drives
157st*       at scsibus? target ? lun ?    # SCSI tape drives
158cd*       at scsibus? target ? lun ?    # SCSI CD-ROM drives
159ch*       at scsibus? target ? lun ?    # SCSI autochangers
160ses*      at scsibus? target ? lun ?    # SCSI Enclosure Services devices
161ss*       at scsibus? target ? lun ?    # SCSI scanners
162uk*       at scsibus? target ? lun ?    # SCSI unknown
163
164# PCMCIA IDE controllers and disks
165wdc*      at pcmcia? function ?
166atabus* at ata?
167wd*       at atabus? drive ?
168
169# PCMCIA network interfaces
170an*       at pcmcia? function ?                   # Aironet PC4500/PC4800 (802.11)
171awi*      at pcmcia? function ?                   # BayStack 650/660 (802.11FH/DS)
172cnw*      at pcmcia? function ?                   # Xircom/Netwave AirSurfer
173cs*       at pcmcia? function ?                   # CS89xx Ethernet
174ep*       at pcmcia? function ?                   # 3Com 3c589 and 3c562 Ethernet
175mbe*      at pcmcia? function ?                   # MB8696x based Ethernet
176ne*       at pcmcia? function ?                   # NE2000-compatible Ethernet
177ray*      at pcmcia? function ?                   # Raytheon Raylink (802.11)
178sm*       at pcmcia? function ?                   # Megahertz Ethernet
179wi*       at pcmcia? function ?                   # Lucent WaveLan IEEE (802.11)
180xirc*     at pcmcia? function ?                   # Xircom CreditCard Ethernet
181com*      at xirc?
182xi*       at xirc?
183mhzc*     at pcmcia? function ?                   # Megahertz Ethernet/Modem combo cards
184com*      at mhzc?
185sm*       at mhzc?
186
187# Bluetooth Controller and Device support
188
189# Bluetooth PCMCIA Controllers
190bt3c*     at pcmcia? function ?                   # 3Com 3CRWB6096-A
191btbc*     at pcmcia? function ?                   # AnyCom BlueCard LSE041/039/139
192
193# Bluetooth Device Hub
194bthub*    at bcsp?
195bthub*    at bt3c?
196bthub*    at btbc?
197bthub*    at btuart?
198
199# Bluetooth HID support
200bthidev* at bthub?
201
202# Bluetooth Mouse
203btms*     at bthidev? reportid ?
204wsmouse* at btms? mux 0
205
206# Bluetooth Keyboard
207btkbd* at bthidev? reportid ?
208wskbd* at btkbd? console ? mux 1
209
210# Bluetooth Apple Magic Mouse
211btmagic* at bthub?
212wsmouse* at btmagic? mux 0
213
214# Bluetooth Audio support
215#btsco* at bthub?
216
217# wscons options
218options   WSEMUL_VT100
219options   WSDISPLAY_DEFAULTSCREENS=2
220options   FONT_VT220L8x10
221# The X server requires theses two options
222options         WSDISPLAY_COMPAT_USL              # wsconscfg VT handling
223options         WSDISPLAY_COMPAT_RAWKBD
224# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
225options   WSDISPLAY_CUSTOM_OUTPUT       # color customization from wsconsctl(8)
226#options  WS_DEFAULT_FG=WSCOL_WHITE
227#options  WS_DEFAULT_BG=WSCOL_BLACK
228#options  WS_DEFAULT_COLATTR="(0)"
229#options  WS_DEFAULT_MONOATTR="(0)"
230#options  WS_KERNEL_FG=WSCOL_WHITE
231#options  WS_KERNEL_BG=WSCOL_BLACK
232#options  WS_KERNEL_COLATTR="(0)"
233#options  WS_KERNEL_MONOATTR="(0)"
234
235# Physical console
236sed0                at saip?
237hpcfb*              at sed?
238wsdisplay*          at hpcfb?
239
240# SSP port
241j720ssp0  at saip?  addr 0x80070000 size 0x100
242
243# Keyboard driver
244j720kbd*  at j720ssp?
245hpckbd*             at j720kbd?
246wskbd0              at hpckbd? mux 1
247
248# Touch-panel
249j720tp*             at j720ssp?                   # touch-panel
250wsmouse*  at j720tp? mux 0    # - as a pointing device
251#wskbd1             at j720tp? mux 1    # - "hard icons" as keys
252
253# LCD screen control
254j720lcd*  at j720ssp?
255
256# Power management
257j720pwr*  at j720ssp?
258hpcapm0             at j720pwr?                   # power management
259apmdev0             at hpcapm0                    # APM
260
261# Pseudo-devices
262pseudo-device       loop                          # network loopback
263pseudo-device       carp                          # Common Address Redundancy Protocol
264pseudo-device       bpfilter            # packet filter
265pseudo-device       sl                            # CSLIP
266pseudo-device       ppp                           # PPP
267pseudo-device       tun                           # network tunneling over tty
268#pseudo-device      gre                           # generic L3 over IP tunnel
269#pseudo-device      npf                           # NPF packet filter
270pseudo-device       gif                           # IPv[46] over IPv[46] tunnel (RFC1933)
271#pseudo-device      faith                         # IPv[46] tcp relay translation i/f
272pseudo-device       stf                           # 6to4 IPv6 over IPv4 encapsulation
273
274pseudo-device       vlan                          # IEEE 802.1q encapsulation
275pseudo-device       pty                           # pseudo-terminals
276#pseudo-device      vnd                           # disk-like interface to files
277#pseudo-device      ccd                           # concatenated disk devices
278#pseudo-device      cgd                           # cryptographic disk devices
279#pseudo-device      raid                          # RAIDframe disk driver
280#options  RAID_AUTOCONFIG               # auto-configuration of RAID components
281#pseudo-device      fss                           # file system snapshot device
282
283pseudo-device       biconsdev 1                   # build-in console device
284pseudo-device       wsmux
285
286pseudo-device       md                            # Ramdisk driver
287pseudo-device       clockctl            # user control of clock subsystem
288pseudo-device       ksyms                         # /dev/ksyms
289pseudo-device       bcsp                          # BlueCore Serial Protocol
290pseudo-device       btuart                        # Bluetooth HCI UART (H4)
291
292include "dev/veriexec.config"
293