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