diff options
Diffstat (limited to 'sys/arch/mac68k/conf/GENERICSBC')
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index 47a91100241..3a36f2f4702 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,70 +1,70 @@ -# $OpenBSD: GENERICSBC,v 1.6 1997/04/14 18:47:50 gene Exp $ +# $OpenBSD: GENERICSBC,v 1.7 1997/06/05 18:52:41 gene Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # -# GENERIC +# GENERICSBC --- our generic kernel using the SBC SCSI driver include "arch/mac68k/conf/std.mac68k" maxusers 16 -# Standard system options -options DIAGNOSTIC # DEBUG for extra kernel debugging -options KTRACE # system call tracing support -#options KGDB # support for kernel gdb -#options GDB # support for normal gdb -#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate - -# Filesystem options -options FIFO # POSIX fifo support (in all filesystems) -options DDB -options FFS -options QUOTA # fast filesystem with user and group quotas -options MFS # memory-based filesystem -#options NFSSERVER # Sun NFS-compatible filesystem -options NFSCLIENT # Sun NFS-compatible filesystem -options NULLFS # Null (formerly loop-back) filesystem -options CD9660 # ISO-9660 w/ RockRidge -options KERNFS # kernel data-structure filesystem -options FDESC # user file descriptor filesystem -#options UMAPFS # uid/gid remapping filesystem -#options LFS # Log-based filesystem (still experimental) -#options PORTAL # portal filesystem (still experimental) -options PROCFS # Process filesystem - -options LKM # loadable kernel modules - -options SCSI -#options SCSIDEBUG - -# Networking options -options INET -options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP -options GATEWAY # IP packet forwarding -options IPFILTER -#options ISO # OSI networking -#options TPIP -#options EON -options COMPAT_43 -options NS -options MAPMEM -options SYSVSHM,SYSVSEM,SYSVMSG -options PPP_BSDCOMP,PPP_DEFLATE - -# Mac-specific options -options M68040 -options M68030 -options M68020 # Must have 68851 PMMU -options FPSP -options FPU_EMULATE -options COMPAT_NOMID -options COMPAT_SUNOS -options ZS_CONSOLE_ABORT -options DISABLE_EXT_CACHE # Don't use IIci external cache -options DISABLE_ADB_WITH_SERIAL_CONSOLE -#options MRG_ADB # Use ROM-based ADB driver +# Standard system option +option DIAGNOSTIC # DEBUG for extra kernel debugging +option KTRACE # system call tracing support +#option KGDB # support for kernel gdb +#option GDB # support for normal gdb +#option KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate + +# Filesystem option +option FIFO # POSIX fifo support (in all filesystems) +option DDB +option FFS +option QUOTA # fast filesystem with user and group quotas +option MFS # memory-based filesystem +#option NFSSERVER # Sun NFS-compatible filesystem +option NFSCLIENT # Sun NFS-compatible filesystem +option NULLFS # Null (formerly loop-back) filesystem +option CD9660 # ISO-9660 w/ RockRidge +option KERNFS # kernel data-structure filesystem +option FDESC # user file descriptor filesystem +#option UMAPFS # uid/gid remapping filesystem +#option LFS # Log-based filesystem (still experimental) +#option PORTAL # portal filesystem (still experimental) +option PROCFS # Process filesystem + +option LKM # loadable kernel modules + +option SCSI +#option SCSIDEBUG + +# Networking option +option INET +option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP +option GATEWAY # IP packet forwarding +option IPFILTER +#option ISO # OSI networking +#option TPIP +#option EON +option COMPAT_43 +option NS +option MAPMEM +option SYSVSHM,SYSVSEM,SYSVMSG +option PPP_BSDCOMP,PPP_DEFLATE + +# Mac-specific option +option M68040 +option M68030 +option M68020 # Must have 68851 PMMU +option FPSP +option FPU_EMULATE +option COMPAT_NOMID +option COMPAT_SUNOS +option ZS_CONSOLE_ABORT +option DISABLE_EXT_CACHE # Don't use IIci external cache +option DISABLE_ADB_WITH_SERIAL_CONSOLE +#option MRG_ADB # Use ROM-based ADB driver config bsd swap generic -options GENERIC +option GENERIC sn* at obio? # Internal ethernet |