Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.1
      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.1  ws # Standard system options
     10  1.1  ws options		SWAPPAGER, VNODEPAGER, DEVPAGER
     11  1.1  ws options		MACHINE_NONCONTIG
     12  1.1  ws 
     13  1.1  ws # various hacks due to bugs in Openfirmware implementation
     14  1.1  ws options	FIREPOWERBUGS
     15  1.1  ws 
     16  1.1  ws options		KGDBUSERHACK
     17  1.1  ws makeoptions	DEBUG="-g"
     18  1.1  ws 
     19  1.1  ws options		TCP_COMPAT_42
     20  1.1  ws options		COMPAT_43
     21  1.1  ws options		COMPAT_09
     22  1.1  ws options		COMPAT_10
     23  1.1  ws options		COMPAT_12
     24  1.1  ws 
     25  1.1  ws options		FFS
     26  1.1  ws options		MFS
     27  1.1  ws 
     28  1.1  ws options		NFSCLIENT
     29  1.1  ws options		NFSSERVER
     30  1.1  ws 
     31  1.1  ws options		CD9660
     32  1.1  ws options		MSDOSFS
     33  1.1  ws options		FDESC
     34  1.1  ws options		FIFO
     35  1.1  ws options		KERNFS
     36  1.1  ws options		NULLFS
     37  1.1  ws options		PORTAL
     38  1.1  ws options		PROCFS
     39  1.1  ws options		UMAPFS
     40  1.1  ws options		UNION
     41  1.1  ws 
     42  1.1  ws options		INET
     43  1.1  ws options		NMBCLUSTERS=1024
     44  1.1  ws 
     45  1.1  ws config		netbsd	swap generic
     46  1.1  ws 
     47  1.1  ws ofroot*		at root
     48  1.1  ws 
     49  1.1  ws ofbus*		at openfirm?
     50  1.1  ws 
     51  1.1  ws ofdisk*		at openfirm?
     52  1.1  ws 
     53  1.1  ws ofnet*		at openfirm?
     54  1.1  ws kgdbif0		at ofnet?
     55  1.1  ws 
     56  1.1  ws ofcons*		at openfirm?
     57  1.1  ws 
     58  1.1  ws ofrtc*		at openfirm?
     59  1.1  ws 
     60  1.1  ws pseudo-device	loop
     61  1.1  ws pseudo-device	pty	64
     62