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