Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.11
      1   1.4  chopps #
      2   1.4  chopps # GENERIC AMIGA
      3   1.4  chopps #
      4  1.11  chopps #	$Id: GENERIC,v 1.11 1994/05/22 07:22:24 chopps Exp $
      5   1.4  chopps #
      6   1.4  chopps # This configuration file contains all possible options
      7   1.4  chopps #
      8   1.4  chopps 
      9   1.6  chopps include "std.amiga"
     10   1.4  chopps 
     11   1.6  chopps maxusers	8
     12   1.1  chopps 
     13  1.10  chopps options		TIMEZONE=300, DST=1
     14   1.1  chopps 
     15   1.6  chopps grfcc0		at mainbus0
     16   1.6  chopps grfrt0		at ztwobus0
     17   1.4  chopps 
     18   1.6  chopps grf0		at grfcc0
     19   1.6  chopps grf1		at grfrt0
     20   1.6  chopps 
     21   1.6  chopps ite*		at grf?
     22   1.6  chopps 
     23   1.6  chopps pseudo-device	view 10
     24   1.6  chopps pseudo-device	pty 16
     25   1.6  chopps pseudo-device	loop
     26   1.6  chopps 
     27   1.6  chopps # scsi stuff, all possible
     28   1.6  chopps gvpbus0		at ztwobus0
     29   1.6  chopps gtsc0		at gvpbus0		# GVP series II scsi
     30   1.6  chopps ahsc0		at mainbus0		# A3000 scsi
     31   1.6  chopps atzsc0		at ztwobus0
     32   1.6  chopps #wstsc0		at ztwobus0		# Wordsync II scsi
     33   1.6  chopps #ivsc0		at ztwobus0		# IVS scsi
     34   1.6  chopps #mlhsc0		at ztwobus0		# Hacker scsi
     35   1.6  chopps #otgsc0		at ztwobus0		# 12 gauge scsi
     36   1.8  chopps zssc0		at ztwobus0		# Zeus scsi
     37   1.8  chopps mgnsc0		at ztwobus0		# Magnum scsi
     38   1.8  chopps wesc0		at zthreebus0		# Warp Engine scsi
     39  1.11  chopps idesc0		at mainbus0		# A4000(A1200?) IDE
     40   1.6  chopps 
     41   1.6  chopps scsibus0	at gtsc0
     42   1.6  chopps scsibus1	at ahsc0
     43   1.6  chopps scsibus2	at atzsc0
     44   1.6  chopps #scsibus2	at wstsc0
     45   1.6  chopps #scsibus3	at ivsc0
     46   1.6  chopps #scsibus4	at mlhsc0
     47   1.6  chopps #scsibus5	at otgsc0
     48   1.8  chopps scsibus6	at zssc0
     49   1.8  chopps scsibus7	at mgnsc0
     50   1.8  chopps scsibus8	at wesc0
     51  1.11  chopps scsibus9	at idesc0
     52   1.6  chopps 
     53   1.6  chopps # any drives on configured controllers.
     54   1.6  chopps sd0	at scsibus? target 0 lun 0
     55   1.6  chopps sd1	at scsibus? target 1 lun 0
     56   1.6  chopps sd2	at scsibus? target 2 lun 0
     57   1.6  chopps sd3	at scsibus? target 3 lun 0
     58   1.6  chopps sd4	at scsibus? target 4 lun 0
     59   1.6  chopps sd5	at scsibus? target 5 lun 0
     60   1.6  chopps sd6	at scsibus? target 6 lun 0
     61   1.8  chopps sd7	at scsibus? target ? lun 0
     62   1.6  chopps st0	at scsibus? target ? lun 0
     63   1.4  chopps 
     64   1.7  chopps config	netbsd swap on generic
     65   1.1  chopps 
     66   1.4  chopps options		FPSP		# MC68040 floating point support
     67   1.4  chopps options		FPCOPROC	# Support for MC68881/MC68882 (Required)
     68   1.4  chopps 
     69   1.4  chopps # Networking options
     70   1.6  chopps options		ETHER			# XXXX!!!!
     71   1.4  chopps options		INET			# IP networking support (Required)
     72   1.4  chopps options		ISO			# ISO Networking support
     73   1.4  chopps options		TPIP			# ARGO TP networking support
     74   1.6  chopps #options		CCITT			# CCITT X.25
     75   1.6  chopps #options		NS			# Xerox XNS
     76   1.6  chopps #options		EON			# ISO CLNL over IP
     77   1.6  chopps #options		GATEWAY			# Packet forwarding
     78   1.6  chopps #options		DIRECTED_BROADCAST	# Broadcast across subnets
     79   1.6  chopps #options		NSIP			# XNS over IP
     80   1.4  chopps 
     81   1.4  chopps # File system related options
     82   1.4  chopps options		QUOTA		# Disk quotas for local disks
     83   1.4  chopps options		NFSSERVER	# Network File System server side code
     84   1.4  chopps options		NFSCLIENT	# Network File System client side code
     85   1.6  chopps 
     86   1.4  chopps # Support for various types of filesystems
     87   1.4  chopps options		FFS		# Berkeley fast file system
     88   1.4  chopps options		MFS		# Memory based filesystem
     89   1.4  chopps options		PROCFS		# Process filesystem
     90   1.4  chopps options		KERNFS		# Kernel parameter filesystem (Recommended)
     91   1.4  chopps options		MSDOSFS		# MS-DOS filesystem
     92   1.4  chopps options		FDESC		# /dev/fd filesystem
     93   1.4  chopps options		LOFS		# Loopback filesystem
     94   1.4  chopps options		ISOFS		# ISO 9660 file system, with Rock Ridge
     95   1.4  chopps options		PORTAL		# Portal filesystem
     96   1.4  chopps 
     97   1.4  chopps options		FIFO		# FIFO operations on vnodes (Recommended)
     98   1.7  chopps options		ADOSFS
     99   1.4  chopps 
    100   1.4  chopps options		SWAPPAGER	# Pager for processes (Required)
    101   1.4  chopps options		VNODEPAGER	# Pager for vnodes (Required)
    102   1.4  chopps options		DEVPAGER	# Pager for devices (Required)
    103   1.4  chopps #options	BANKEDDEVPAGER	# Pager for Retina
    104   1.4  chopps 
    105   1.4  chopps # Compatability options for various existing systems
    106   1.4  chopps options		"COMPAT_09"	# fs type binary compatability (name vs number)
    107   1.4  chopps options		COMPAT_SUNOS	# Support to run Sun (m68k) executables
    108   1.4  chopps #options	HPUXCOMPAT	# HP300 compatability
    109   1.4  chopps options		"COMPAT_43"	# 4.3 BSD compatible system calls
    110   1.4  chopps options		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
    111   1.4  chopps options		"COMPAT_NOMID"	# Support to run nonvalid machine id executables
    112   1.4  chopps 
    113   1.4  chopps # Support for System V IPC facilities.
    114   1.9  chopps #options		SYSVSHM		# System V-like shared memory
    115   1.4  chopps options		SYSVMSG		# System V-like messages
    116   1.4  chopps options		SYSVSEM		# System V-like semaphores
    117   1.4  chopps 
    118   1.4  chopps # Amiga graphics options
    119   1.4  chopps options		GRF_ECS			# Enhanced Chip Set
    120   1.4  chopps options		GRF_NTSC		# NTSC
    121   1.4  chopps options		GRF_PAL			# PAL
    122   1.4  chopps options		"GRF_A2024"		# Support for the A2024
    123   1.4  chopps 
    124   1.4  chopps # Support for various kernel options
    125   1.4  chopps options		KTRACE		# Add kernel tracing system call
    126   1.4  chopps options		PANICWAIT	# Require keystroke to dump/reboot
    127   1.4  chopps options		DIAGNOSTIC	# Add additional error checking code
    128   1.6  chopps options		DEBUG		# Add debugging statements
    129   1.7  chopps #options	SYSCALL_DEBUG	# debug all syscalls.
    130   1.4  chopps #options	SCSIDEBUG	# Add SCSI debugging statements
    131   1.4  chopps #options	KGDB		# Kernel debugger (KGDB) support
    132   1.6  chopps options		DDB		# Kernel debugger
    133   1.4  chopps #options	PANICBUTTON	# Forced crash via keypress (???)
    134   1.4  chopps options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
    135   1.4  chopps options		GENERIC		# Mini-root boot support
    136   1.4  chopps #options	PROFTIMER	# Kernel profiling support
    137   1.4  chopps #options	"PRF_INTERVAL=500"	# Clock ticks between profile interrupts
    138   1.6  chopps #options		"PPP_OUTQ_SIZE=4096"	# Size of large PPP output queue
    139   1.4  chopps options		LKM		# Loadable kernel modules
    140   1.4  chopps 
    141