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