1 # 2 # deafult config file. 3 # 4 # $NetBSD: config.playstation2,v 1.3 2001/10/19 17:17:19 uch 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 Mice 60 ums* at uhub? port ? configuration ? interface ? 61 wsmouse* at ums? mux 0 62 63 # USB Keyboards 64 ukbd* at uhub? port ? configuration ? interface ? 65 wskbd* at ukbd? console ? mux 1 66 67 # USB Generic driver 68 ugen* at uhub? port ? 69 70 pseudo-device loop 1 # network loopback 71 pseudo-device pty # pseudo-terminals 72 73 pseudo-device bpfilter 2 # packet filter ports 74 pseudo-device ipfilter # IP filter, NAT 75 76 pseudo-device vnd 2 # virtual disk ick 77 pseudo-device rnd # /dev/random and in-kernel generator 78 79 pseudo-device gif 2 # IPv[46] over IPv[46] tunnel (RFC1933) 80 81 pseudo-device wsmux 2 # mouse & keyboard multiplexor 82