1 # 2 # deafult config file. 3 # 4 # $NetBSD: config.playstation2,v 1.10 2003/10/18 08:30:14 lukem 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 atabus* at ata? 48 wd* at atabus? drive ? flags 0x0ff0 # disable DMA/UDMA 49 ukphy* at mii? phy ? # generic unknown PHYs (IEEE Std. 802.3u) 50 51 wsdisplay* at gsfb? console? 52 53 # USB bus support 54 usb* at ohci? 55 56 # USB Hubs 57 uhub* at usb? 58 uhub* at uhub? port ? configuration ? interface ? 59 60 # USB HID device 61 uhidev* at uhub? port ? configuration ? interface ? 62 63 # USB Mice 64 ums* at uhidev? reportid ? 65 wsmouse* at ums? mux 0 66 67 # USB Keyboards 68 ukbd* at uhidev? reportid ? 69 wskbd* at ukbd? console ? mux 1 70 71 # USB Generic driver 72 ugen* at uhub? port ? 73 74 pseudo-device loop 1 # network loopback 75 pseudo-device pty # pseudo-terminals 76 77 pseudo-device bpfilter 2 # packet filter ports 78 pseudo-device ipfilter # IP filter, NAT 79 80 pseudo-device vnd 2 # virtual disk ick 81 pseudo-device rnd # /dev/random and in-kernel generator 82 pseudo-device clockctl # user control of clock subsystem 83 84 pseudo-device gif 2 # IPv[46] over IPv[46] tunnel (RFC1933) 85 86 pseudo-device wsmux # mouse & keyboard multiplexor 87 pseudo-device ksyms # /dev/ksyms 88