Home | History | Annotate | Line # | Download | only in conf
config.playstation2 revision 1.9
      1  1.1       uch #
      2  1.1       uch # deafult config file.
      3  1.1       uch #
      4  1.9    bouyer # 	$NetBSD: config.playstation2,v 1.9 2003/10/08 11:14:12 bouyer 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.9    bouyer atabus* at wdc? channel ?
     48  1.9    bouyer wd*	at atabus? drive ? flags 0x0ff0	# disable DMA/UDMA
     49  1.1       uch ukphy*	at mii? phy ?	# generic unknown PHYs (IEEE Std. 802.3u)
     50  1.1       uch 
     51  1.1       uch wsdisplay* at gsfb? console?
     52  1.1       uch 
     53  1.1       uch # USB bus support
     54  1.1       uch usb*	at ohci?
     55  1.1       uch 
     56  1.1       uch # USB Hubs
     57  1.1       uch uhub*	at usb?
     58  1.1       uch uhub*	at uhub? port ? configuration ? interface ?
     59  1.1       uch 
     60  1.6  augustss # USB HID device
     61  1.6  augustss uhidev*	at uhub? port ? configuration ? interface ?
     62  1.6  augustss 
     63  1.1       uch # USB Mice
     64  1.6  augustss ums*	at uhidev? reportid ?
     65  1.1       uch wsmouse*	at ums? mux 0
     66  1.1       uch 
     67  1.1       uch # USB Keyboards
     68  1.6  augustss ukbd*	at uhidev? reportid ?
     69  1.1       uch wskbd*	at ukbd? console ? mux 1
     70  1.1       uch 
     71  1.1       uch # USB Generic driver
     72  1.1       uch ugen*	at uhub? port ?
     73  1.1       uch 
     74  1.1       uch pseudo-device	loop		1	# network loopback
     75  1.1       uch pseudo-device	pty			# pseudo-terminals
     76  1.1       uch 
     77  1.1       uch pseudo-device	bpfilter	2	# packet filter ports
     78  1.1       uch pseudo-device	ipfilter		# IP filter, NAT
     79  1.1       uch 
     80  1.1       uch pseudo-device	vnd		2	# virtual disk ick
     81  1.5     lukem pseudo-device	rnd			# /dev/random and in-kernel generator
     82  1.7     lukem pseudo-device	clockctl		# user control of clock subsystem
     83  1.1       uch 
     84  1.1       uch pseudo-device	gif		2	# IPv[46] over IPv[46] tunnel (RFC1933)
     85  1.2      shin 
     86  1.4  augustss pseudo-device	wsmux			# mouse & keyboard multiplexor
     87  1.8     ragge pseudo-device	ksyms			# /dev/ksyms
     88