diff options
Diffstat (limited to 'sys/arch/i386/conf/PCMCIA')
-rw-r--r-- | sys/arch/i386/conf/PCMCIA | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/sys/arch/i386/conf/PCMCIA b/sys/arch/i386/conf/PCMCIA index c139634e404..e7baae539a5 100644 --- a/sys/arch/i386/conf/PCMCIA +++ b/sys/arch/i386/conf/PCMCIA @@ -1,80 +1,80 @@ -# $OpenBSD: PCMCIA,v 1.4 1996/06/24 17:07:37 deraadt Exp $ +# $OpenBSD: PCMCIA,v 1.5 1996/06/29 19:17:29 deraadt Exp $ # machine i386 # architecture, used by config; REQUIRED -options I586_CPU -options I486_CPU -options I386_CPU -options INSECURE -options MATH_EMULATE +option I586_CPU +option I486_CPU +option I386_CPU +option INSECURE +option MATH_EMULATE -options DUMMY_NOPS # speed hack; recommanded -options XSERVER,UCONSOLE +option DUMMY_NOPS # speed hack; recommanded +option XSERVER,UCONSOLE maxusers 32 # estimated number of users -options TIMEZONE=300 # time zone to adjust RTC time by -options DST=1 # daylight savings time used by RTC +option TIMEZONE=300 # time zone to adjust RTC time by +option DST=1 # daylight savings time used by RTC -options SWAPPAGER # paging; REQUIRED -options VNODEPAGER # mmap() of files -options DEVPAGER # mmap() of devices +option SWAPPAGER # paging; REQUIRED +option VNODEPAGER # mmap() of files +option DEVPAGER # mmap() of devices -options DDB # in-kernel debugger +option DDB # in-kernel debugger #makeoptions DEBUG="-g" # compile full symbol table -#options DIAGNOSTIC # internally consistency checks -options KTRACE # system call tracing, a la ktrace(1) +#option DIAGNOSTIC # internally consistency checks +option KTRACE # system call tracing, a la ktrace(1) -options SYSVMSG # System V-like message queues -options SYSVSEM # System V-like semaphores -options SYSVSHM # System V-like memory sharing -#options SHMMAXPGS=1024 # 1024 pages is the default +option SYSVMSG # System V-like message queues +option SYSVSEM # System V-like semaphores +option SYSVSHM # System V-like memory sharing +#option SHMMAXPGS=1024 # 1024 pages is the default -options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, -options COMPAT_09 # NetBSD 0.9, -options COMPAT_10 # NetBSD 1.0, -options COMPAT_43 # and 4.3BSD -options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, +option COMPAT_09 # NetBSD 0.9, +option COMPAT_10 # NetBSD 1.0, +option COMPAT_43 # and 4.3BSD +option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD -options COMPAT_SVR4 # binary compatibility with SVR4 -options COMPAT_IBCS2 # binary compatibility with SCO and ISC -options COMPAT_LINUX # binary compatibility with Linux +option COMPAT_SVR4 # binary compatibility with SVR4 +option COMPAT_IBCS2 # binary compatibility with SCO and ISC +option COMPAT_LINUX # binary compatibility with Linux -options USER_LDT # user-settable LDT; used by WINE -options LKM # loadable kernel modules +option USER_LDT # user-settable LDT; used by WINE +option LKM # loadable kernel modules -options FFS #,QUOTA # UFS and quotas -#options LFS # log-structured file system -options MFS # memory file system +option FFS #,QUOTA # UFS and quotas +#option LFS # log-structured file system +option MFS # memory file system -options NFSCLIENT # Network File System client -options NFSSERVER # Network File System server -options HAS_VOPLEASE # XXX +option NFSCLIENT # Network File System client +option NFSSERVER # Network File System server +option HAS_VOPLEASE # XXX -options APM_NOIDLE -#options PCIVERBOSE -#options PCMCIA_DEBUG -#options PCMCIA_ISA_DEBUG +option APM_NOIDLE +#option PCIVERBOSE +#option PCMCIA_DEBUG +#option PCMCIA_ISA_DEBUG ### SCSI: -#options CD9660 # ISO 9660 + Rock Ridge file system +#option CD9660 # ISO 9660 + Rock Ridge file system ### -options MSDOSFS # MS-DOS file system -options FIFO # FIFOs; RECOMMENDED -options PROCFS # /proc +option MSDOSFS # MS-DOS file system +option FIFO # FIFOs; RECOMMENDED +option PROCFS # /proc -#options GATEWAY # packet forwarding -options INET # IP + ICMP + TCP + UDP -#options NS # XNS -#options ISO,TPIP # OSI -#options EON # OSI tunneling over IP -#options CCITT,LLC,HDLC # X.25 +#option GATEWAY # packet forwarding +option INET # IP + ICMP + TCP + UDP +#option NS # XNS +#option ISO,TPIP # OSI +#option EON # OSI tunneling over IP +#option CCITT,LLC,HDLC # X.25 config bsd swap generic # Local Athena options -options PCVT_CTRL_ALT_DEL # For screwed-over Linux weenies +option PCVT_CTRL_ALT_DEL # For screwed-over Linux weenies mainbus0 at root isa0 at mainbus0 |