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