summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1996-10-28 04:43:48 +0000
committerbriggs <briggs@cvs.openbsd.org>1996-10-28 04:43:48 +0000
commit4262c8681ff4a9a777733d890435b180b55ab038 (patch)
treee5474c29eff6aa2d0e71b834f43463202726aede /sys/arch/mac68k
parentf76a6140fb5c41112ce204f50ed8972ca2383b9f (diff)
Obsolete.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/conf/OCELOT74
-rw-r--r--sys/arch/mac68k/conf/RAMDISK68
2 files changed, 0 insertions, 142 deletions
diff --git a/sys/arch/mac68k/conf/OCELOT b/sys/arch/mac68k/conf/OCELOT
deleted file mode 100644
index 0821ee7b4bc..00000000000
--- a/sys/arch/mac68k/conf/OCELOT
+++ /dev/null
@@ -1,74 +0,0 @@
-# $OpenBSD: OCELOT,v 1.9 1996/10/14 02:43:51 briggs Exp $
-# $NetBSD: OCELOT,v 1.11 1996/08/05 01:52:14 scottr Exp $
-#
-# OCELOT
-
-include "std.mac68k"
-
-maxusers 16
-
-# Standard system options
-options SWAPPAGER, DEVPAGER # paging
-options DIAGNOSTIC # DEBUG for extra kernel debugging
-
-# Filesystem options
-options FIFO # POSIX fifo support (in all filesystems)
-options DDB
-options FFS
-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 UNION # Union filesystem
-options CD9660 # ISO-9660 w/ RockRidge
-options KERNFS # kernel data-structure filesystem
-options FDESC # user file descriptor filesystem
-options PROCFS # Process filesystem
-
-options LKM # Loadable Kernel Modules
-
-options SCSI
-
-# Networking options
-options INET
-#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
-options GATEWAY # IP packet forwarding
-options COMPAT_43
-options NS
-options MAPMEM
-options SYSVSHM,SYSVSEM,SYSVMSG
-
-# Mac-specific options
-options M68040
-options M68030
-options COMPAT_SUNOS
-
-config bsd swap generic
-
-intvid0 at obio? # Internal video hardware
-
-nubus0 at mainbus?
-
-ae* at nubus?
-macvid* at nubus?
-
-# Attach grf semantics to all video hardware as it is found
-grf* at intvid?
-grf* at macvid?
-
-# Attach ite semantics to the appropriate grf device
-ite0 at grf?
-
-ncrscsi0 at mainbus? # SCSI NCR 5380
-ncr96scsi0 at mainbus? # SCSI NCR 53C96
-
-scsibus* at scsi?
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-pseudo-device loop
-pseudo-device pty 16
-pseudo-device sl
-pseudo-device bpfilter 4
-pseudo-device ppp
diff --git a/sys/arch/mac68k/conf/RAMDISK b/sys/arch/mac68k/conf/RAMDISK
deleted file mode 100644
index e31e00b8422..00000000000
--- a/sys/arch/mac68k/conf/RAMDISK
+++ /dev/null
@@ -1,68 +0,0 @@
-# $OpenBSD: RAMDISK,v 1.8 1996/10/14 02:43:52 briggs Exp $
-# $NetBSD: RAMDISK,v 1.6 1996/08/05 01:52:16 scottr Exp $
-
-# RAMDISK
-# Support Root/swap on ramdisk
-#
-
-include "std.mac68k"
-
-maxusers 2
-
-# Enable the hooks used for initializing the ram-disk
-options RAMDISK_HOOKS
-options MINIROOTSIZE=512 # 256K
-
-# Standard system options
-options SWAPPAGER, DEVPAGER # paging
-
-# Filesystem options
-options FIFO # POSIX fifo support (in all filesystems)
-options DDB
-options FFS
-options NFSCLIENT # Sun NFS-compatible filesystem
-options CD9660 # ISO-9660 w/ RockRidge
-options KERNFS # Kernel filesystem
-
-options SCSI
-
-# Networking options
-options INET
-#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
-
-# Mac-specific options
-options M68040
-options M68030
-options M68020 # Must have 68851 PMMU
-options FPSP
-options FPU_EMULATE
-
-config bsd root on rd0a swap on rd0b
-
-intvid0 at obio? # Internal video hardware
-
-nubus0 at mainbus?
-
-ae* at nubus?
-macvid* at nubus?
-
-# Attach grf semantics to all video hardware as it is found
-grf* at intvid?
-grf* at macvid?
-
-# Attach ite semantics to the appropriate grf device
-ite0 at grf?
-
-ncrscsi0 at mainbus? # SCSI NCR 5380
-ncr96scsi0 at mainbus? # SCSI NCR 53C96
-
-scsibus* at scsi?
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-ch* at scsibus? target ? lun ?
-
-pseudo-device rd 2
-pseudo-device ppp
-pseudo-device sl
-pseudo-device loop