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