diff options
Diffstat (limited to 'sys/arch/mvme88k/conf/GENERIC')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 119 |
1 files changed, 0 insertions, 119 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC deleted file mode 100644 index 4ca5ed587b4..00000000000 --- a/sys/arch/mvme88k/conf/GENERIC +++ /dev/null @@ -1,119 +0,0 @@ -# -# GENERIC AMIGA -# -# $Id: GENERIC,v 1.4 1996/09/20 06:45:16 deraadt Exp $ -# -# This configuration file contains all possible options -# - -include "std.mvme1x7" - -maxusers 8 -options TIMEZONE=300, DST=1 - -# -# processors this kernel should support -# -options "M88000" # support for 88K - -options SWAPPAGER # Pager for processes (Required) -options DEVPAGER # Pager for devices (Required) - -# -# Networking options -# -options INET # IP networking support (Required) -#options ISO # ISO Networking support -#options TPIP # ARGO TP networking support -#options CCITT # CCITT X.25 -#options NS # Xerox XNS -#options EON # ISO CLNL over IP -#options GATEWAY # Packet forwarding -#options DIRECTED_BROADCAST # Broadcast across subnets -#options NSIP # XNS over IP - -# -# File system related options -# -options QUOTA # Disk quotas for local disks -options NFSSERVER # Network File System server side code -options NFSCLIENT # Network File System client side code - -# -# File systems -# -options FFS # Berkeley fast file system -options MFS # Memory based filesystem -options PROCFS # Process filesystem -options KERNFS # Kernel parameter filesystem (Recommended) -options FDESC # /dev/fd filesystem -options NULLFS # Loopback filesystem -options FIFO # FIFO operations on vnodes (Recommended) -options "CD9660" # ISO 9660 file system, with Rock Ridge -#options PORTAL # Portal filesystem -#options MSDOSFS # MS-DOS filesystem - - -# -# Compatability options for various existing systems -# -options "COMPAT_09" # compatability with older NetBSD release -options "COMPAT_43" # 4.3 BSD compatible system calls -#options "TCP_COMPAT_42" # Use 4.2 BSD style TCP -options "COMPAT_NOMID" # allow nonvalid machine id executables -#options COMPAT_HPUX # HP300 compatability - -# -# Support for System V IPC facilities. -# -#options SYSVSHM # System V-like shared memory -#options SYSVMSG # System V-like messages -#options SYSVSEM # System V-like semaphores - -# -# Support for various kernel options -# -options GENERIC # Mini-root boot support -#options LKM # Loadable kernel modules -options KTRACE # Add kernel tracing system call -options DIAGNOSTIC # Add additional error checking code -options "NKMEMCLUSTERS=256" # Size of kernel malloc area - -# -# Misc. debuging options -# -options PANICWAIT # Require keystroke to dump/reboot -options DEBUG # Add debugging statements -#options DDB # Kernel debugger -#options SYSCALL_DEBUG # debug all syscalls. -#options SCSIDEBUG # Add SCSI debugging statements -#options KGDB # Kernel debugger (KGDB) support -#options PANICBUTTON # Forced crash via keypress (???) -# -# devices -# -m187le0 at mainbus0 # Ethernet -m187tty0 at mainbus # tty - -# scsi stuff, all possible -m187scsi0 at mainbus0 -bugscsi0 at mainbus0 - -scsibus0 at m187scsi0 -scsibus1 at bugscsi0 - -# each hard drive from low target to high -# will configure to the next available sd unit number -sd* at scsibus? target ? lun ? # scsi disks -st* at scsibus? target ? lun ? # scsi tapes -cd* at scsibus? target ? lun ? # scsi cd's -ch* at scsibus? target ? lun ? # scsi cd changers -ss* at scsibus? target ? lun ? # scsi scanners -uk* at scsibus? target ? lun ? # unknown scsi - -pseudo-device sl # slip -pseudo-device ppp # ppp -pseudo-device pty 16 # pseudo terminals -pseudo-device loop # network loopback - -config netbsd swap on generic |