diff options
Diffstat (limited to 'sys/arch/amiga/conf/GENERIC')
-rw-r--r-- | sys/arch/amiga/conf/GENERIC | 84 |
1 files changed, 46 insertions, 38 deletions
diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index e0ec47ee11b..64cf05730c9 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,5 @@ -# $Id: GENERIC,v 1.5 1996/02/06 09:17:42 niklas Exp $ +# $OpenBSD: GENERIC,v 1.6 1996/03/30 22:18:09 niklas Exp $ +# $NetBSD: GENERIC,v 1.53 1996/03/05 17:46:23 veego Exp $ # # GENERIC AMIGA @@ -28,38 +29,36 @@ 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 +#options MROUTING # Multicast routing +#options NS # XNS +#options ISO,TPIP # OSI +#options EON # OSI tunneling over IP +#options CCITT,LLC,HDLC # X.25 # # File systems # options FFS # Berkeley fast file system +options QUOTA # UFS quotas +#options LFS # log-structured filesystem 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 NFSSERVER # Network File System server side code +options NFSCLIENT # Network File System client side code + options ADOSFS # AmigaDOS file system -options "CD9660" # ISO 9660 file system, with Rock Ridge -options UNION # union file system -options UMAPFS # uid/gid remapping filesystem -#options PORTAL # Portal filesystem -#options MSDOSFS # MS-DOS filesystem +options CD9660 # ISO 9660 + Rock Ridge file system +#options MSDOSFS # MS-DOS file system [does not work] +options FDESC # /dev/fd +options FIFO # FIFOs; RECOMMENDED +options KERNFS # /kern +options NULLFS # loopback file system +#options PORTAL # Portal Filesystem +options PROCFS # /proc +options UMAPFS # NULLFS + uid and gid remapping +options UNION # union file system # @@ -83,18 +82,20 @@ options SYSVSEM # System V-like semaphores # # Support for various kernel options # + +options UCONSOLE # only super-user can redirect console + 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 DIAGNOSTIC # Add additional error checking code +options KTRACE # Add kernel tracing system call +#options DEBUG # Add debugging statements #options SYSCALL_DEBUG # debug all syscalls. #options SCSIDEBUG # Add SCSI debugging statements #options KGDB # Kernel debugger (KGDB) support @@ -105,9 +106,16 @@ options DDB # Kernel debugger # options MACHINE_NONCONTIG # Non-contiguous memory support +# These options improve performance with the built-in serial port +# on slower Amigas. Try the larger buffers first then lev6_defer. +#options "SERIBUF_SIZE=4096" +#options "SEROBUF_SIZE=32" +#options LEV6_DEFER # defers l6 to l4 (below serial l5) + options RETINACONSOLE # enable code to allow retina to be console options ULOWELLCONSOLE # enable code to allow a2410 to be console -options CL5426CONSOLE # Cirrus console +options CL5426CONSOLE # Cirrus console +options CV64CONSOLE # CyberVision console options GRF_ECS # Enhanced Chip Set options GRF_NTSC # NTSC @@ -116,9 +124,6 @@ options "GRF_A2024" # Support for the A2024 options GRF_AGA # AGA Chip Set options GRF_CL5426 # Cirrus board support #options "KFONT_8X11" # 8x11 font -#options LEV6_DEFER # Defer handling of level 6 interrupts -#options IPL_REMAP_1 # Remap level 6 ints version 1 -#options IPL_REMAP_2 # Remap level 6 ints version 2 # This is how you would tell the kernel the A2410 oscillator frequencies: # The used frequencies are the defaults, and don't need option setting @@ -155,6 +160,7 @@ ite1 at grf1 # terminal emulators for grf's ite2 at grf2 # terminal emulators for grf's ite3 at grf3 # terminal emulators for grf's ite4 at grf4 # terminal emulators for grf's +ite5 at grf5 # terminal emulators for grf's msc0 at zbus0 # A2232 MSC multiport serial. mfc0 at zbus0 # MultiFaceCard I/O board @@ -215,13 +221,15 @@ sd* at scsibus? target ? lun ? # scsi disks st* at scsibus? target ? lun ? # scsi tapes cd* at scsibus? target ? lun ? # scsi cd's -pseudo-device sl # slip -pseudo-device ppp # ppp +pseudo-device loop 1 # network loopback +pseudo-device sl 1 # slip +pseudo-device ppp 1 # ppp +#pseudo-device tun 1 # network tunnel line discipline +pseudo-device bpfilter 4 # berkeley packet filters + pseudo-device view 10 # views pseudo-device pty 16 # pseudo terminals -pseudo-device loop # network loopback -pseudo-device vnd 4 -#pseudo-device bpfilter 2 # berkeley packet filters -#pseudo-device tun 2 + +pseudo-device vnd 4 # paging to files config bsd swap on generic |