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