config.playstation2 revision 1.4
1#
2# deafult config file.
3#
4# 	$NetBSD: config.playstation2,v 1.4 2001/11/13 17:54:52 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 Mice
60ums*	at uhub? port ? configuration ? interface ?
61wsmouse*	at ums? mux 0
62
63# USB Keyboards
64ukbd*	at uhub? port ? configuration ? interface ?
65wskbd*	at ukbd? console ? mux 1
66
67# USB Generic driver
68ugen*	at uhub? port ?
69
70pseudo-device	loop		1	# network loopback
71pseudo-device	pty			# pseudo-terminals
72
73pseudo-device	bpfilter	2	# packet filter ports
74pseudo-device	ipfilter		# IP filter, NAT
75
76pseudo-device	vnd		2	# virtual disk ick
77pseudo-device	rnd                     # /dev/random and in-kernel generator
78
79pseudo-device	gif		2	# IPv[46] over IPv[46] tunnel (RFC1933)
80
81pseudo-device	wsmux			# mouse & keyboard multiplexor
82