TS7200 revision 1.52 1 1.52 msaitoh # $NetBSD: TS7200,v 1.52 2012/09/11 19:43:10 msaitoh Exp $
2 1.1 joff #
3 1.36 kenh # TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
4 1.36 kenh #
5 1.36 kenh # Note - the kernel size for this hardware has two limitations:
6 1.36 kenh #
7 1.36 kenh # 1) The total size of the kernel (text, data, and bss) must fit
8 1.36 kenh # within 8MB. This is mainly an issue for the INSTALL kernel
9 1.36 kenh # (TS7200_INSTALL)
10 1.36 kenh # 2) If you wish to install this kernel in flash, the compressed size
11 1.36 kenh # (including the gunzip booter) must fit within 1441792 bytes.
12 1.36 kenh #
13 1.36 kenh # If you add new devices to this kernel, please check these limitations.
14 1.1 joff #
15 1.1 joff
16 1.1 joff include "arch/evbarm/conf/std.tsarm"
17 1.1 joff
18 1.1 joff #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
19 1.1 joff options MSGBUFSIZE=65536
20 1.1 joff #options KSTACK_CHECK_MAGIC
21 1.1 joff
22 1.1 joff # estimated number of users
23 1.1 joff maxusers 32
24 1.1 joff
25 1.1 joff # Standard system options
26 1.1 joff
27 1.1 joff options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
28 1.1 joff options NTP # NTP phase/frequency locked loop
29 1.1 joff
30 1.1 joff # CPU options
31 1.1 joff
32 1.1 joff options CPU_ARM9 # Support the ARM9TDMI core
33 1.1 joff
34 1.1 joff # File systems
35 1.1 joff
36 1.1 joff file-system FFS # UFS
37 1.1 joff #file-system LFS # log-structured file system
38 1.1 joff file-system MFS # memory file system
39 1.1 joff file-system NFS # Network file system
40 1.1 joff #file-system ADOSFS # AmigaDOS-compatible file system
41 1.1 joff file-system EXT2FS # second extended file system (linux)
42 1.1 joff #file-system CD9660 # ISO 9660 + Rock Ridge file system
43 1.1 joff file-system MSDOSFS # MS-DOS file system
44 1.1 joff #file-system FDESC # /dev/fd
45 1.1 joff #file-system FILECORE # Acorn filecore file system
46 1.1 joff file-system KERNFS # /kern
47 1.36 kenh #file-system NULLFS # loopback file system
48 1.1 joff file-system PROCFS # /proc
49 1.52 msaitoh #file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
50 1.1 joff #file-system UMAPFS # NULLFS + uid and gid remapping
51 1.36 kenh #file-system UNION # union file system
52 1.21 christos file-system PTYFS # /dev/pts/N support
53 1.1 joff
54 1.1 joff # File system options
55 1.44 bouyer #options QUOTA # legacy UFS quotas
56 1.44 bouyer #options QUOTA2 # new, in-filesystem UFS quotas
57 1.45 wiz #options FFS_EI # FFS Endian Independent support
58 1.1 joff options NFSSERVER
59 1.47 dholland options WAPBL # File system journaling support
60 1.23 tsutsui #options FFS_NO_SNAPSHOT # No FFS snapshot support
61 1.1 joff
62 1.1 joff # Networking options
63 1.1 joff
64 1.1 joff #options GATEWAY # packet forwarding
65 1.1 joff options INET # IP + ICMP + TCP + UDP
66 1.4 joff options INET6 # IPV6
67 1.1 joff #options IPSEC # IP security
68 1.1 joff #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
69 1.15 tron #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
70 1.1 joff #options IPSEC_DEBUG # debug for IP security
71 1.1 joff #options MROUTING # IP multicast routing
72 1.1 joff #options ISO,TPIP # OSI
73 1.1 joff #options EON # OSI tunneling over IP
74 1.1 joff #options NETATALK # AppleTalk networking
75 1.1 joff #options PFIL_HOOKS # pfil(9) packet filter hooks
76 1.1 joff #options PPP_BSDCOMP # BSD-Compress compression support for PPP
77 1.1 joff #options PPP_DEFLATE # Deflate compression support for PPP
78 1.1 joff #options PPP_FILTER # Active filter support for PPP (requires bpf)
79 1.1 joff #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
80 1.1 joff
81 1.2 joff options NFS_BOOT_BOOTP
82 1.2 joff options NFS_BOOT_DHCP
83 1.1 joff #options NFS_BOOT_BOOTPARAM
84 1.1 joff
85 1.1 joff # Compatibility options
86 1.1 joff
87 1.1 joff #options COMPAT_LINUX
88 1.32 tsutsui #options COMPAT_43 # 4.3BSD compatibility.
89 1.39 bsh options COMPAT_50 # NetBSD 5.0 compatibility.
90 1.32 tsutsui options COMPAT_40 # NetBSD 4.0 compatibility.
91 1.20 christos options COMPAT_30 # NetBSD 3.0 compatibility.
92 1.32 tsutsui options COMPAT_20 # NetBSD 2.0 compatibility.
93 1.1 joff #options COMPAT_16 # NetBSD 1.6 compatibility.
94 1.1 joff #options COMPAT_15 # NetBSD 1.5 compatibility.
95 1.1 joff #options COMPAT_14 # NetBSD 1.4 compatibility.
96 1.1 joff #options COMPAT_13 # NetBSD 1.3 compatibility.
97 1.1 joff #options COMPAT_12 # NetBSD 1.2 compatibility.
98 1.1 joff #options COMPAT_11 # NetBSD 1.1 compatibility.
99 1.1 joff #options COMPAT_10 # NetBSD 1.0 compatibility.
100 1.1 joff #options COMPAT_09 # NetBSD 0.9 compatibility.
101 1.1 joff #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
102 1.1 joff
103 1.1 joff # Shared memory options
104 1.1 joff
105 1.1 joff options SYSVMSG # System V-like message queues
106 1.1 joff options SYSVSEM # System V-like semaphores
107 1.1 joff options SYSVSHM # System V-like memory sharing
108 1.1 joff
109 1.1 joff # Device options
110 1.1 joff
111 1.1 joff #options MEMORY_DISK_HOOKS # boottime setup of ramdisk
112 1.1 joff #options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
113 1.1 joff #options MEMORY_DISK_IS_ROOT # use memory disk as root
114 1.1 joff
115 1.1 joff # Console options. The default console is speed is 115200 baud.
116 1.1 joff #options CONSPEED=9600 # Console speed
117 1.1 joff
118 1.1 joff # Miscellaneous kernel options
119 1.1 joff options KTRACE # system call tracing, a la ktrace(1)
120 1.1 joff options IRQSTATS # manage IRQ statistics
121 1.1 joff #options KMEMSTATS # kernel memory statistics
122 1.1 joff #options SCSIVERBOSE # Verbose SCSI errors
123 1.1 joff #options PCIVERBOSE # Verbose PCI descriptions
124 1.1 joff #options MIIVERBOSE # Verbose MII autoconfuration messages
125 1.1 joff #options PCI_CONFIG_DUMP # verbosely dump PCI config space
126 1.1 joff #options DDB_KEYCODE=0x40
127 1.1 joff #options USERCONF # userconf(4) support
128 1.1 joff #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
129 1.1 joff
130 1.1 joff # Development and Debugging options
131 1.1 joff
132 1.1 joff #options PERFCTRS # performance counters
133 1.1 joff options DIAGNOSTIC # internally consistency checks
134 1.1 joff #options DEBUG
135 1.1 joff #options PMAP_DEBUG # Enable pmap_debug_level code
136 1.1 joff #options VERBOSE_INIT_ARM # verbose bootstraping messages
137 1.1 joff options DDB # in-kernel debugger
138 1.1 joff options DDB_ONPANIC=1
139 1.1 joff options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
140 1.1 joff #makeoptions DEBUG="-g" # compile full symbol table
141 1.51 matt options SYMTAB_SPACE=550000
142 1.1 joff
143 1.1 joff ##options PMAP_INCLUDE_PTE_SYNC
144 1.1 joff ##options LOCKDEBUG
145 1.1 joff
146 1.1 joff config netbsd root on ? type ?
147 1.2 joff config netbsd-epe0 root on epe0 type nfs
148 1.2 joff config netbsd-wd0 root on wd0 type ffs
149 1.36 kenh #config netbsd-sd0 root on sd0 type ffs
150 1.1 joff
151 1.1 joff # The main bus device
152 1.1 joff mainbus0 at root
153 1.1 joff
154 1.1 joff # The boot cpu
155 1.1 joff cpu0 at mainbus?
156 1.1 joff
157 1.1 joff # Cirrus Logic EP93xx System-on-chip
158 1.1 joff epsoc0 at mainbus?
159 1.1 joff # On-chip timers
160 1.1 joff epclk0 at epsoc? addr 0x80810000 size 0x90 intr 35
161 1.1 joff # On-chip serial UARTS
162 1.1 joff epcom0 at epsoc? addr 0x808c0000 size 0x1000 intr 52
163 1.1 joff epcom1 at epsoc? addr 0x808d0000 size 0x1000 intr 54
164 1.1 joff # On-chip USB 1.1
165 1.1 joff ohci* at epsoc? addr 0x80020000 size 0x1000 intr 56
166 1.1 joff # On-chip 10/100 Ethernet
167 1.1 joff epe0 at epsoc? addr 0x80010000 size 0x10000 intr 39
168 1.1 joff # On-board TS-7200 CPLD
169 1.1 joff tspld0 at mainbus?
170 1.1 joff # PC/104 bus
171 1.1 joff isa0 at tspld?
172 1.1 joff # CompactFlash interface
173 1.1 joff wdc0 at tspld?
174 1.3 joff # TS-5620 battery-backed real-time clock
175 1.3 joff tsrtc* at tspld?
176 1.37 kenh # On-board GPIO ports. Note that only 20 total GPIO pins are available
177 1.37 kenh # across all ports
178 1.37 kenh epgpio0 at epsoc? addr 0x80840000 size 0xcc intr 59
179 1.37 kenh gpio* at epgpio?
180 1.37 kenh options EPGPIO_PORT_C_MASK=0x00
181 1.37 kenh options EPGPIO_PORT_D_MASK=0x00
182 1.37 kenh options EPGPIO_PORT_E_MASK=0x00
183 1.37 kenh options EPGPIO_PORT_F_MASK=0x02
184 1.37 kenh options EPGPIO_PORT_G_MASK=0x00
185 1.37 kenh options EPGPIO_PORT_H_MASK=0x38
186 1.19 joff
187 1.6 joff # HD44780 LCD on LCD header
188 1.19 joff #tslcd* at tspld?
189 1.19 joff #wsdisplay* at tslcd? console ?
190 1.19 joff
191 1.9 joff # 4x4 Matrix Keypad on DIO header
192 1.19 joff #tskp* at tspld?
193 1.19 joff #wskbd* at tskp? console ? mux 1
194 1.1 joff
195 1.1 joff # TS-SER[1,2,4] multiport serial PC/104 cards
196 1.1 joff com0 at isa? port 0x3f8 irq 6 # Standard PC serial ports
197 1.1 joff com1 at isa? port 0x2f8 irq 6
198 1.1 joff com2 at isa? port 0x3e8 irq 6
199 1.1 joff com3 at isa? port 0x2e8 irq 6
200 1.1 joff
201 1.1 joff wdc1 at isa? port 0x1f0 irq 7 flags 0x00
202 1.1 joff wdc2 at isa? port 0x170 irq 7 flags 0x00
203 1.19 joff
204 1.5 joff tscs0 at isa? port 0x300 iomem ? irq ? drq ? # TS-ETH10 PC/104 ethernet
205 1.5 joff tscs1 at isa? port 0x310 iomem ? irq ? drq ?
206 1.5 joff tscs2 at isa? port 0x320 iomem ? irq ? drq ?
207 1.5 joff tscs3 at isa? port 0x330 iomem ? irq ? drq ?
208 1.1 joff
209 1.19 joff tsdio0 at isa? port 0x100 # TS-DIO24 general-purpose I/O
210 1.19 joff tsdio1 at isa? port 0x108
211 1.19 joff tsdio2 at isa? port 0x110
212 1.19 joff tsdio3 at isa? port 0x118
213 1.19 joff
214 1.7 joff # PCMCIA bus support
215 1.36 kenh #pcmcia* at pcic? controller ? socket ?
216 1.7 joff
217 1.36 kenh #options PCIC_ISA_INTR_ALLOC_MASK=0xe0
218 1.7 joff # ISA PCMCIA controllers
219 1.36 kenh #pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
220 1.36 kenh #pcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
221 1.36 kenh #pcic2 at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
222 1.7 joff
223 1.1 joff # ATA (IDE) bus support
224 1.1 joff atabus* at ata?
225 1.1 joff
226 1.1 joff # IDE drives
227 1.1 joff # Flags are used only with controllers that support DMA operations
228 1.1 joff # and mode settings (e.g. some pciide controllers)
229 1.1 joff # The lowest order four bits (rightmost digit) of the flags define the PIO
230 1.1 joff # mode to use, the next set of four bits the DMA mode and the third set the
231 1.1 joff # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
232 1.1 joff # to use, and the last bit must be 1 for this setting to be used.
233 1.1 joff # For DMA and UDMA, 0xf (1111) means 'disable'.
234 1.1 joff # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
235 1.1 joff # (0xc=1100, 0xa=1010, 0xf=1111)
236 1.1 joff # 0x0000 means "use whatever the drive claims to support".
237 1.1 joff wd* at atabus? drive ? flags 0x00ff
238 1.1 joff
239 1.1 joff # ATAPI bus support
240 1.1 joff #atapibus* at atapi?
241 1.1 joff
242 1.1 joff # ATAPI devices
243 1.1 joff # flags have the same meaning as for IDE drives.
244 1.1 joff # XXX No DMA on IDE devices for now
245 1.1 joff #cd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
246 1.1 joff #sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
247 1.1 joff #st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
248 1.1 joff #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
249 1.1 joff
250 1.1 joff # MII/PHY support
251 1.1 joff #acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
252 1.1 joff #amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
253 1.1 joff #bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
254 1.1 joff #brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
255 1.1 joff #dmphy* at mii? phy ? # Davicom DM9101 PHYs
256 1.1 joff #exphy* at mii? phy ? # 3Com internal PHYs
257 1.1 joff #gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
258 1.1 joff #glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
259 1.1 joff #gphyter* at mii? phy ? # NS83861 Gig-E PHY
260 1.1 joff #icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
261 1.1 joff #igphy* at mii? phy ? # Intel IGP01E1000
262 1.1 joff #inphy* at mii? phy ? # Intel 82555 PHYs
263 1.1 joff #iophy* at mii? phy ? # Intel 82553 PHYs
264 1.1 joff #lxtphy* at mii? phy ? # Level One LXT-970 PHYs
265 1.1 joff #makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
266 1.1 joff #nsphy* at mii? phy ? # NS83840 PHYs
267 1.1 joff #nsphyter* at mii? phy ? # NS83843 PHYs
268 1.1 joff #pnaphy* at mii? phy ? # generic HomePNA PHYs
269 1.1 joff #qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
270 1.1 joff #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
271 1.1 joff #tlphy* at mii? phy ? # ThunderLAN PHYs
272 1.1 joff #tqphy* at mii? phy ? # TDK Semiconductor PHYs
273 1.1 joff ukphy* at mii? phy ? # generic unknown PHYs
274 1.1 joff #urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
275 1.1 joff
276 1.1 joff # USB Controller and Devices
277 1.1 joff
278 1.1 joff # USB bus support
279 1.1 joff #usb* at ehci?
280 1.1 joff usb* at ohci?
281 1.1 joff #usb* at uhci?
282 1.1 joff #usb* at slhci?
283 1.1 joff
284 1.1 joff # USB Hubs
285 1.1 joff uhub* at usb?
286 1.30 drochner uhub* at uhub? port ?
287 1.1 joff
288 1.1 joff # USB HID device
289 1.36 kenh #uhidev* at uhub? port ? configuration ? interface ?
290 1.1 joff
291 1.1 joff # USB Mice
292 1.1 joff # ums* at uhidev? reportid ?
293 1.1 joff # wsmouse* at ums? mux 0
294 1.1 joff
295 1.1 joff # USB eGalax touch-panel
296 1.1 joff # uep* at uhub? port ?
297 1.1 joff # wsmouse* at uep? mux 0
298 1.1 joff
299 1.1 joff # USB Keyboards
300 1.36 kenh #ukbd* at uhidev? reportid ?
301 1.36 kenh #wskbd* at ukbd? console ? mux 1
302 1.1 joff
303 1.28 skrll # USB serial adapter
304 1.36 kenh #ucycom* at uhidev? reportid ?
305 1.18 skrll
306 1.1 joff # USB Generic HID devices
307 1.36 kenh #uhid* at uhidev? reportid ?
308 1.1 joff
309 1.1 joff # USB Printer
310 1.36 kenh #ulpt* at uhub? port ? configuration ? interface ?
311 1.1 joff
312 1.1 joff # USB Modem
313 1.36 kenh #umodem* at uhub? port ? configuration ?
314 1.36 kenh #ucom* at umodem?
315 1.1 joff
316 1.41 plunky # Option N.V. Wireless WAN modems
317 1.41 plunky #uhso* at uhub? port ? configuration ?
318 1.41 plunky
319 1.1 joff # USB Mass Storage
320 1.36 kenh #umass* at uhub? port ? configuration ? interface ?
321 1.36 kenh #scsibus* at umass?
322 1.1 joff # SCSI devices
323 1.36 kenh #sd* at scsibus? target ? lun ? # SCSI disk drives
324 1.1 joff #st* at scsibus? target ? lun ? # SCSI tape drives
325 1.1 joff #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
326 1.1 joff #ch* at scsibus? target ? lun ? # SCSI autochangers
327 1.1 joff #ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
328 1.1 joff #ss* at scsibus? target ? lun ? # SCSI scanners
329 1.1 joff #uk* at scsibus? target ? lun ? # SCSI unknown
330 1.1 joff
331 1.1 joff # wd* at umass?
332 1.1 joff
333 1.1 joff # USB audio
334 1.36 kenh #uaudio* at uhub? port ? configuration ?
335 1.1 joff
336 1.1 joff # USB MIDI
337 1.36 kenh #umidi* at uhub? port ? configuration ?
338 1.1 joff
339 1.1 joff # USB IrDA
340 1.1 joff # USB-IrDA bridge spec
341 1.36 kenh #uirda* at uhub? port ? configuration ? interface ?
342 1.36 kenh #irframe* at uirda?
343 1.1 joff
344 1.1 joff # SigmaTel STIr4200 USB/IrDA Bridge
345 1.36 kenh #ustir* at uhub? port ?
346 1.36 kenh #irframe* at ustir?
347 1.1 joff
348 1.1 joff # USB Ethernet adapters
349 1.36 kenh #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
350 1.36 kenh #axe* at uhub? port ? # ASIX AX88172 based adapters
351 1.36 kenh #cue* at uhub? port ? # CATC USB-EL1201A based adapters
352 1.36 kenh #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
353 1.36 kenh #udav* at uhub? port ? # Davicom DM9601 based adapters
354 1.36 kenh #url* at uhub? port ? # Realtek RTL8150L based adapters
355 1.1 joff
356 1.1 joff # Prolific PL2301/PL2302 host-to-host adapter
357 1.36 kenh #upl* at uhub? port ?
358 1.1 joff
359 1.1 joff # Serial adapters
360 1.36 kenh #ubsa* at uhub? port ? # Belkin serial adapter
361 1.36 kenh #ucom* at ubsa? portno ?
362 1.1 joff
363 1.36 kenh #uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
364 1.36 kenh #ucom* at uftdi? portno ?
365 1.1 joff
366 1.36 kenh #umct* at uhub? port ? # MCT USB-RS232 serial adapter
367 1.36 kenh #ucom* at umct? portno ?
368 1.1 joff
369 1.36 kenh #uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
370 1.36 kenh #ucom* at uplcom? portno ?
371 1.1 joff
372 1.36 kenh #uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
373 1.36 kenh #ucom* at uvscom? portno ?
374 1.36 kenh #atu* at uhub? port ? # Atmel AT76C50XX 802.11b adapter
375 1.1 joff
376 1.1 joff # Diamond Multimedia Rio 500
377 1.1 joff # urio* at uhub? port ?
378 1.1 joff
379 1.1 joff # USB Handspring Visor
380 1.1 joff # uvisor* at uhub? port ?
381 1.1 joff # ucom* at uvisor?
382 1.1 joff
383 1.14 itohy # Kyocera AIR-EDGE PHONE
384 1.14 itohy #ukyopon* at uhub? port ?
385 1.14 itohy #ucom* at ukyopon? portno ?
386 1.14 itohy
387 1.1 joff # USB scanners
388 1.1 joff # uscanner* at uhub? port ?
389 1.1 joff
390 1.1 joff # USB scanners that use SCSI emulation, e.g., HP5300
391 1.1 joff # usscanner* at uhub? port ?
392 1.1 joff
393 1.1 joff # Y@P firmware loader
394 1.1 joff # uyap* at uhub? port ?
395 1.1 joff
396 1.1 joff # D-Link DSB-R100 USB radio
397 1.1 joff # udsbr* at uhub? port ?
398 1.1 joff # radio* at udsbr?
399 1.1 joff
400 1.1 joff # USB Generic driver
401 1.1 joff ugen* at uhub? port ?
402 1.1 joff
403 1.1 joff # IrDA and Consumer Ir devices
404 1.1 joff
405 1.1 joff # Toshiba Oboe
406 1.1 joff # oboe* at pci? dev ? function ?
407 1.1 joff # irframe* at oboe?
408 1.1 joff
409 1.1 joff # CardBus IEEE1394 controllers
410 1.22 drochner #fwohci* at cardbus? function ? # IEEE1394 Open Host Controller
411 1.1 joff
412 1.1 joff #fw* at fwbus? # IP over 1394
413 1.1 joff
414 1.1 joff # IEEE1394 nodes
415 1.1 joff #fwnode* at fwbus? idhi ? idlo ?
416 1.1 joff #sbpscsi* at fwnode?
417 1.1 joff #scsibus* at sbpscsi?
418 1.1 joff
419 1.1 joff # Audio Devices
420 1.1 joff
421 1.1 joff # OPL[23] FM synthesizers
422 1.1 joff #opl* at cmpci? flags 1
423 1.1 joff #opl* at eso?
424 1.1 joff #opl* at fms?
425 1.1 joff #opl* at sv?
426 1.1 joff #opl* at yds?
427 1.1 joff
428 1.1 joff # Audio support
429 1.36 kenh #audio* at audiobus?
430 1.1 joff
431 1.1 joff # MPU 401 UARTs
432 1.1 joff #mpu* at cmpci?
433 1.1 joff #mpu* at eso?
434 1.1 joff #mpu* at fms?
435 1.1 joff #mpu* at yds?
436 1.1 joff
437 1.1 joff # MIDI support
438 1.1 joff #midi* at midibus?
439 1.1 joff
440 1.1 joff # Pseudo-Devices
441 1.1 joff
442 1.1 joff # disk/mass storage pseudo-devices
443 1.43 hannken #pseudo-device md # memory disk device (ramdisk)
444 1.25 cube pseudo-device vnd # disk-like interface to files
445 1.42 pooka #pseudo-device fss # file system snapshot device
446 1.52 msaitoh #pseudo-device putter # for puffs and pud
447 1.1 joff
448 1.1 joff # network pseudo-devices
449 1.24 rpaulo pseudo-device bpfilter # Berkeley packet filter
450 1.1 joff pseudo-device loop # network loopback
451 1.8 joff pseudo-device kttcp # network loopback
452 1.1 joff
453 1.1 joff # miscellaneous pseudo-devices
454 1.1 joff pseudo-device pty # pseudo-terminals
455 1.1 joff #options RND_COM
456 1.1 joff pseudo-device clockctl # user control of clock subsystem
457 1.1 joff pseudo-device ksyms # /dev/ksyms
458 1.1 joff
459 1.1 joff # data mover pseudo-devices
460 1.50 skrll #pseudo-device swdmover # software dmover(9) back-end
461 1.1 joff #pseudo-device dmoverio # /dev/dmover dmover(9) interface
462 1.1 joff
463 1.11 joff #
464 1.11 joff # wscons options
465 1.11 joff #
466 1.11 joff # builtin terminal emulations
467 1.11 joff #options WSEMUL_SUN # sun terminal emulation
468 1.36 kenh #options WSEMUL_VT100 # VT100 / VT220 emulation
469 1.11 joff # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
470 1.11 joff #options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
471 1.11 joff #options WS_DEFAULT_FG=WSCOL_WHITE
472 1.11 joff #options WS_DEFAULT_BG=WSCOL_BLACK
473 1.11 joff #options WS_DEFAULT_COLATTR="(0)"
474 1.11 joff #options WS_DEFAULT_MONOATTR="(0)"
475 1.11 joff #options WS_KERNEL_FG=WSCOL_GREEN
476 1.11 joff #options WS_KERNEL_BG=WSCOL_BLACK
477 1.11 joff #options WS_KERNEL_COLATTR=""
478 1.11 joff #options WS_KERNEL_MONOATTR=""
479 1.11 joff # customization of console border color
480 1.11 joff #options WSDISPLAY_CUSTOM_BORDER # border customization from wsconsctl(8)
481 1.11 joff #options WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color
482 1.11 joff # compatibility to other console drivers
483 1.11 joff #options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
484 1.11 joff #options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
485 1.49 abs #options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
486 1.11 joff #options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
487 1.27 drochner # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
488 1.11 joff #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
489 1.11 joff # allocate a number of virtual screens at autoconfiguration time
490 1.11 joff #options WSDISPLAY_DEFAULTSCREENS=4
491 1.11 joff # use a large software cursor that doesn't blink
492 1.11 joff #options PCDISPLAY_SOFTCURSOR
493 1.11 joff # modify the screen type of the console; defaults to "80x25"
494 1.11 joff #options VGA_CONSOLE_SCREENTYPE="\"80x24\""
495 1.11 joff # work around a hardware bug that loaded fonts don't work; found on ATI cards
496 1.11 joff #options VGA_CONSOLE_ATI_BROKEN_FONTSEL
497 1.11 joff # console scrolling support.
498 1.11 joff #options WSDISPLAY_SCROLLSUPPORT
499 1.11 joff # enable VGA raster mode capable of displaying multilingual text on console
500 1.11 joff #options VGA_RASTERCONSOLE
501 1.11 joff
502 1.1 joff # wscons pseudo-devices
503 1.36 kenh #pseudo-device wsmux # mouse & keyboard multiplexor
504 1.1 joff #pseudo-device wsfont
505 1.1 joff
506