1 1.1 ws # 2 1.1 ws # First try for PPC GENERIC config file 3 1.1 ws # 4 1.1 ws 5 1.1 ws machine powerpc 6 1.1 ws 7 1.1 ws maxusers 32 8 1.1 ws 9 1.2 ws # Standard system options (should go into std.powerpc?) 10 1.1 ws options SWAPPAGER, VNODEPAGER, DEVPAGER 11 1.1 ws options MACHINE_NONCONTIG 12 1.2 ws options EXEC_AOUT 13 1.2 ws options EXEC_SCRIPT 14 1.1 ws 15 1.1 ws # various hacks due to bugs in Openfirmware implementation 16 1.2 ws options FIREPOWERBUGS 17 1.1 ws 18 1.3 ws options IPKDBUSERHACK 19 1.1 ws makeoptions DEBUG="-g" 20 1.1 ws 21 1.1 ws options TCP_COMPAT_42 22 1.1 ws options COMPAT_43 23 1.1 ws options COMPAT_09 24 1.1 ws options COMPAT_10 25 1.1 ws options COMPAT_12 26 1.1 ws 27 1.1 ws options FFS 28 1.1 ws options MFS 29 1.1 ws 30 1.1 ws options NFSCLIENT 31 1.1 ws options NFSSERVER 32 1.1 ws 33 1.1 ws options CD9660 34 1.1 ws options MSDOSFS 35 1.1 ws options FDESC 36 1.1 ws options FIFO 37 1.1 ws options KERNFS 38 1.1 ws options NULLFS 39 1.1 ws options PORTAL 40 1.1 ws options PROCFS 41 1.1 ws options UMAPFS 42 1.1 ws options UNION 43 1.1 ws 44 1.1 ws options INET 45 1.1 ws options NMBCLUSTERS=1024 46 1.1 ws 47 1.1 ws config netbsd swap generic 48 1.1 ws 49 1.1 ws ofroot* at root 50 1.1 ws 51 1.1 ws ofbus* at openfirm? 52 1.1 ws 53 1.1 ws ofdisk* at openfirm? 54 1.1 ws 55 1.1 ws ofnet* at openfirm? 56 1.3 ws ipkdbif0 at ofnet? 57 1.1 ws 58 1.1 ws ofcons* at openfirm? 59 1.1 ws 60 1.1 ws ofrtc* at openfirm? 61 1.1 ws 62 1.1 ws pseudo-device loop 63 1.1 ws pseudo-device pty 64 64