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