1#
2# deafult config file.
3#
4# 	$NetBSD: config.playstation2,v 1.6 2001/12/28 17:37:05 augustss Exp $
5#
6
7maxusers	16
8
9options 	NTP		# NTP phase/frequency locked loop
10
11# Filesystem options
12file-system 	FFS		# fast filesystem with user and group quotas
13file-system 	NFS		# Sun NFS-compatible filesystem (client)
14file-system 	MFS		# memory-based filesystem
15file-system 	NULLFS
16file-system 	UNION		# union file system
17file-system 	KERNFS		# /kern
18file-system 	PROCFS		# /proc
19
20options 	SOFTDEP		# FFS soft updates support.
21options 	VNODE_OP_NOINLINE # don't inline vnode op calls
22
23# Networking options
24options 	INET		# IP + ICMP + TCP + UDP
25options 	INET6		# IPV6
26
27options 	NFS_BOOT_DHCP
28
29options 	WSEMUL_VT100		# VT100 / VT220 emulation
30options 	FONT_SONY8x16
31options 	WS_KERNEL_FG=WSCOL_BROWN
32options 	WS_KERNEL_BG=WSCOL_BLUE
33
34mainbus0	at root
35
36cpu0	at mainbus?
37
38gsfb*	at mainbus?
39sbus*	at mainbus?
40
41spd*	at sbus?	# HDD and Ethernet I/F for PS2
42ohci*	at sbus?
43
44wdc*	at spd?
45smap*	at spd?
46
47wd*	at wdc? channel ? drive ? flags 0x0ff0	# disable DMA/UDMA
48ukphy*	at mii? phy ?	# generic unknown PHYs (IEEE Std. 802.3u)
49
50wsdisplay* at gsfb? console?
51
52# USB bus support
53usb*	at ohci?
54
55# USB Hubs
56uhub*	at usb?
57uhub*	at uhub? port ? configuration ? interface ?
58
59# USB HID device
60uhidev*	at uhub? port ? configuration ? interface ?
61
62# USB Mice
63ums*	at uhidev? reportid ?
64wsmouse*	at ums? mux 0
65
66# USB Keyboards
67ukbd*	at uhidev? reportid ?
68wskbd*	at ukbd? console ? mux 1
69
70# USB Generic driver
71ugen*	at uhub? port ?
72
73pseudo-device	loop		1	# network loopback
74pseudo-device	pty			# pseudo-terminals
75
76pseudo-device	bpfilter	2	# packet filter ports
77pseudo-device	ipfilter		# IP filter, NAT
78
79pseudo-device	vnd		2	# virtual disk ick
80pseudo-device	rnd			# /dev/random and in-kernel generator
81
82pseudo-device	gif		2	# IPv[46] over IPv[46] tunnel (RFC1933)
83
84pseudo-device	wsmux			# mouse & keyboard multiplexor
85