Home | History | Annotate | Line # | Download | only in conf
config.playstation2 revision 1.8.2.5
      1      1.1       uch #
      2      1.1       uch # deafult config file.
      3      1.1       uch #
      4  1.8.2.5     skrll # 	$NetBSD: config.playstation2,v 1.8.2.5 2005/11/10 13:58:14 skrll 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.8.2.5     skrll file-system	PTYFS		# /dev/pts/N support
     20      1.1       uch 
     21      1.1       uch options 	SOFTDEP		# FFS soft updates support.
     22      1.1       uch options 	VNODE_OP_NOINLINE # don't inline vnode op calls
     23  1.8.2.4     skrll options 	FFS_NO_SNAPSHOT	# No FFS snapshots
     24      1.1       uch 
     25      1.1       uch # Networking options
     26      1.1       uch options 	INET		# IP + ICMP + TCP + UDP
     27      1.1       uch options 	INET6		# IPV6
     28      1.1       uch 
     29      1.1       uch options 	NFS_BOOT_DHCP
     30      1.1       uch 
     31      1.1       uch options 	WSEMUL_VT100		# VT100 / VT220 emulation
     32      1.1       uch options 	FONT_SONY8x16
     33      1.1       uch options 	WS_KERNEL_FG=WSCOL_BROWN
     34      1.1       uch options 	WS_KERNEL_BG=WSCOL_BLUE
     35      1.1       uch 
     36      1.1       uch mainbus0	at root
     37      1.1       uch 
     38      1.1       uch cpu0	at mainbus?
     39      1.1       uch 
     40      1.1       uch gsfb*	at mainbus?
     41      1.1       uch sbus*	at mainbus?
     42      1.1       uch 
     43      1.1       uch spd*	at sbus?	# HDD and Ethernet I/F for PS2
     44      1.1       uch ohci*	at sbus?
     45      1.1       uch 
     46      1.1       uch wdc*	at spd?
     47      1.1       uch smap*	at spd?
     48      1.1       uch 
     49  1.8.2.1     skrll atabus* at ata?
     50  1.8.2.1     skrll wd*	at atabus? drive ? flags 0x0ff0	# disable DMA/UDMA
     51      1.1       uch ukphy*	at mii? phy ?	# generic unknown PHYs (IEEE Std. 802.3u)
     52      1.1       uch 
     53      1.1       uch wsdisplay* at gsfb? console?
     54      1.1       uch 
     55      1.1       uch # USB bus support
     56      1.1       uch usb*	at ohci?
     57      1.1       uch 
     58      1.1       uch # USB Hubs
     59      1.1       uch uhub*	at usb?
     60      1.1       uch uhub*	at uhub? port ? configuration ? interface ?
     61      1.1       uch 
     62      1.6  augustss # USB HID device
     63      1.6  augustss uhidev*	at uhub? port ? configuration ? interface ?
     64      1.6  augustss 
     65      1.1       uch # USB Mice
     66      1.6  augustss ums*	at uhidev? reportid ?
     67      1.1       uch wsmouse*	at ums? mux 0
     68      1.1       uch 
     69      1.1       uch # USB Keyboards
     70      1.6  augustss ukbd*	at uhidev? reportid ?
     71      1.1       uch wskbd*	at ukbd? console ? mux 1
     72      1.1       uch 
     73      1.1       uch # USB Generic driver
     74      1.1       uch ugen*	at uhub? port ?
     75      1.1       uch 
     76      1.1       uch pseudo-device	loop		1	# network loopback
     77      1.1       uch pseudo-device	pty			# pseudo-terminals
     78      1.1       uch 
     79      1.1       uch pseudo-device	bpfilter	2	# packet filter ports
     80      1.1       uch pseudo-device	ipfilter		# IP filter, NAT
     81      1.1       uch 
     82      1.1       uch pseudo-device	vnd		2	# virtual disk ick
     83      1.5     lukem pseudo-device	rnd			# /dev/random and in-kernel generator
     84      1.7     lukem pseudo-device	clockctl		# user control of clock subsystem
     85      1.1       uch 
     86      1.1       uch pseudo-device	gif		2	# IPv[46] over IPv[46] tunnel (RFC1933)
     87      1.2      shin 
     88      1.4  augustss pseudo-device	wsmux			# mouse & keyboard multiplexor
     89      1.8     ragge pseudo-device	ksyms			# /dev/ksyms
     90