Home | History | Annotate | Line # | Download | only in conf
config.playstation2 revision 1.29
      1   1.1       uch #
      2  1.29    andvar # default config file.
      3   1.1       uch #
      4  1.29    andvar # 	$NetBSD: config.playstation2,v 1.29 2025/09/07 21:31:21 andvar 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.27    simonb # File systems
     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.27    simonb # File system options
     22  1.15   tsutsui options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     23  1.27    simonb #options 	UFS_DIRHASH	# UFS Large Directory Hashing
     24  1.27    simonb #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     25  1.27    simonb options 	WAPBL		# File system journaling support
     26   1.1       uch 
     27   1.1       uch # Networking options
     28   1.1       uch options 	INET		# IP + ICMP + TCP + UDP
     29   1.1       uch options 	INET6		# IPV6
     30   1.1       uch 
     31   1.1       uch options 	NFS_BOOT_DHCP
     32   1.1       uch 
     33   1.1       uch options 	WSEMUL_VT100		# VT100 / VT220 emulation
     34   1.1       uch options 	FONT_SONY8x16
     35   1.1       uch options 	WS_KERNEL_FG=WSCOL_BROWN
     36   1.1       uch options 	WS_KERNEL_BG=WSCOL_BLUE
     37   1.1       uch 
     38   1.1       uch mainbus0	at root
     39   1.1       uch 
     40   1.1       uch cpu0	at mainbus?
     41   1.1       uch 
     42   1.1       uch gsfb*	at mainbus?
     43   1.1       uch sbus*	at mainbus?
     44   1.1       uch 
     45   1.1       uch spd*	at sbus?	# HDD and Ethernet I/F for PS2
     46   1.1       uch ohci*	at sbus?
     47   1.1       uch 
     48   1.1       uch wdc*	at spd?
     49   1.1       uch smap*	at spd?
     50   1.1       uch 
     51  1.10     lukem atabus* at ata?
     52   1.9    bouyer wd*	at atabus? drive ? flags 0x0ff0	# disable DMA/UDMA
     53   1.1       uch ukphy*	at mii? phy ?	# generic unknown PHYs (IEEE Std. 802.3u)
     54   1.1       uch 
     55   1.1       uch wsdisplay* at gsfb? console?
     56   1.1       uch 
     57   1.1       uch # USB bus support
     58   1.1       uch usb*	at ohci?
     59   1.1       uch 
     60   1.1       uch # USB Hubs
     61   1.1       uch uhub*	at usb?
     62  1.20  drochner uhub*	at uhub? port ?
     63   1.1       uch 
     64   1.6  augustss # USB HID device
     65   1.6  augustss uhidev*	at uhub? port ? configuration ? interface ?
     66   1.6  augustss 
     67   1.1       uch # USB Mice
     68   1.6  augustss ums*	at uhidev? reportid ?
     69   1.1       uch wsmouse*	at ums? mux 0
     70   1.1       uch 
     71   1.1       uch # USB Keyboards
     72   1.6  augustss ukbd*	at uhidev? reportid ?
     73   1.1       uch wskbd*	at ukbd? console ? mux 1
     74   1.1       uch 
     75   1.1       uch # USB Generic driver
     76   1.1       uch ugen*	at uhub? port ?
     77   1.1       uch 
     78   1.1       uch pseudo-device	loop		1	# network loopback
     79   1.1       uch pseudo-device	pty			# pseudo-terminals
     80   1.1       uch 
     81  1.17    rpaulo pseudo-device	bpfilter		# packet filter ports
     82  1.26      maxv pseudo-device	npf			# NPF packet filter
     83   1.1       uch 
     84  1.18      cube pseudo-device	vnd			# virtual disk ick
     85   1.7     lukem pseudo-device	clockctl		# user control of clock subsystem
     86   1.1       uch 
     87  1.18      cube pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
     88  1.19     pavel pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
     89   1.2      shin 
     90   1.4  augustss pseudo-device	wsmux			# mouse & keyboard multiplexor
     91   1.8     ragge pseudo-device	ksyms			# /dev/ksyms
     92  1.28  riastrad pseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
     93