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