From 08e3493d8f6983868893ac900835ee8b280cbae3 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 31 Mar 1997 17:30:38 +0000 Subject: [PATCH] shrink; niklas --- sys/arch/sparc/conf/FLOPPY | 81 +++++++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 6 deletions(-) diff --git a/sys/arch/sparc/conf/FLOPPY b/sys/arch/sparc/conf/FLOPPY index 45e9bf125c4..4fb3dbe6d53 100644 --- a/sys/arch/sparc/conf/FLOPPY +++ b/sys/arch/sparc/conf/FLOPPY @@ -1,9 +1,79 @@ +# $OpenBSD: FLOPPY,v 1.12 1997/03/31 17:30:38 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) machine sparc -include "../../../conf/GENERIC" +#option INSECURE # default to secure + +option TIMEZONE=0 # time zone to adjust RTC time by +option DST=0 # daylight savings time used by RTC + +option SWAPPAGER # paging; REQUIRED +option DEVPAGER # mmap() of devices + +#option DDB # in-kernel debugger +#makeoption DEBUG="-g" # compile full symbol table +#option DIAGNOSTIC # internal consistency checks +#option KTRACE # system call tracing, a la ktrace(1) + +#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 + +option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, +option COMPAT_09 # NetBSD 0.9, +option COMPAT_10 # NetBSD 1.0, +option COMPAT_11 # NetBSD 1.1, +option COMPAT_43 # and 4.3BSD +#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD + +option LKM # loadable kernel modules + +option FFS # UFS +#option QUOTA # UFS quotas +#option LFS # log-structured file system +option MFS # memory file system + + +option NFSCLIENT # Network File System client +#option NFSSERVER # Network File System server + +option CD9660 # ISO 9660 + Rock Ridge file system +option MSDOSFS # MS-DOS file system +option FDESC # /dev/fd +option FIFO # FIFOs; RECOMMENDED +option KERNFS # /kern +#option NULLFS # loopback file system +#option PORTAL # create sockets with open(2) +option PROCFS # /proc +#option UMAPFS # NULLFS + uid and gid remapping +#option UNION # union file system + +#option GATEWAY # packet forwarding +option INET # IP + ICMP + TCP + UDP +#option NS # XNS +#option NSIP # XNS tunneling over IP +#option IPX # IPX+SPX +#option IPXIP # IPX tunneling over IP +#option ISO,TPIP # OSI +#option EON # OSI tunneling over IP +#option CCITT,LLC,HDLC # X.25 +#option IPFILTER # IP packet filter for security + +pseudo-device loop 1 # network loopback +#pseudo-device bpfilter 8 # packet filter +#pseudo-device sl 2 # CSLIP +#pseudo-device ppp 2 # PPP +#pseudo-device tun 2 # network tunneling over tty + +pseudo-device pty 64 # pseudo-terminals +#pseudo-device tb 1 # tablet line discipline +pseudo-device vnd 4 # paging to files +pseudo-device ccd 4 # concatenated disk devices + +option BOOT_CONFIG # add support for boot -c # Options for variants of the Sun SPARC architecure. # At least one is required. @@ -35,14 +105,14 @@ obio0 at mainbus0 # sun4 and sun4m iommu0 at mainbus0 # sun4m sbus0 at iommu0 # sun4m -audio0 at mainbus0 # sun4c -audio0 at obio0 # sun4m +#audio0 at mainbus0 # sun4c +#audio0 at obio0 # sun4m auxreg0 at mainbus0 # sun4c auxreg0 at obio0 # sun4m # Power status and control register found on Sun4m systems -power0 at obio0 +#power0 at obio0 # Mostek clock found on 4/300, sun4c, and sun4m systems. # The Mostek clock NVRAM is the "eeprom" on sun4/300 systems. @@ -216,7 +286,7 @@ scsibus* at esp? sd* at scsibus? target ? lun ? # SCSI disks st* at scsibus? target ? lun ? # SCSI tapes cd* at scsibus? target ? lun ? # SCSI CD-ROMs -ch* at scsibus? target ? lun ? # SCSI changer devices +#ch* at scsibus? target ? lun ? # SCSI changer devices # Floppy controller and drive found on SPARCstations. fdc0 at mainbus0 # sun4c controller @@ -226,5 +296,4 @@ fd* at fdc0 # the drive itself pseudo-device kbd # Sun keyboard #pseudo-device strip 1 # radio clock - options OLD_PIPE # XXX nbpg botch -- 2.20.1