summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-07-04 09:43:29 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-07-04 09:43:29 +0000
commit78eb43f22d94ff5d4fc68848658148f19f090d8e (patch)
tree4d7c075a0a95956c1f8ceb4de38aa6e5ac52e2db /sys/arch
parent5ab478f645d665752e3518b5fac7f57220aa2dc5 (diff)
Kill these for real hopefully
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/conf/DILLY101
-rw-r--r--sys/arch/alpha/conf/GENERIC_NFS138
-rw-r--r--sys/arch/alpha/conf/MACALLAN76
-rw-r--r--sys/arch/alpha/conf/NONAME94
-rw-r--r--sys/arch/alpha/conf/TOMMY98
5 files changed, 0 insertions, 507 deletions
diff --git a/sys/arch/alpha/conf/DILLY b/sys/arch/alpha/conf/DILLY
deleted file mode 100644
index 738a1e030d1..00000000000
--- a/sys/arch/alpha/conf/DILLY
+++ /dev/null
@@ -1,101 +0,0 @@
-# $OpenBSD: DILLY,v 1.3 1996/07/29 20:01:23 niklas Exp $
-# $NetBSD: DILLY,v 1.3 1996/04/17 22:01:35 cgd Exp $
-#
-# Kernel for dilrod.nas.nasa.gov, and AlphaStation 600.
-
-include "std.alpha"
-
-maxusers 16
-
-# bump up the number of buffers, for quicker compiles
-options BUFPAGES=2048 # 16M of buffer cache
-
-# CPU Support
-options DEC_KN20AA # KN20AA: AlphaStation 600
-
-# needs to be set per system
-options TIMEZONE="5*60" # Minutes west of GMT (for param.c)
-options DST=1 # Daylight savings rules (for param.c)
-
-# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
-options DEBUG, DIAGNOSTIC # Extra kernel debugging
-options KTRACE # System call tracing support
-
-# File system options
-options FIFO # POSIX fifo support (in all file systems)
-options FFS # Fast file system
-options MFS # Memory-based file system
-options NFSCLIENT # Sun NFS-compatible file system client
-
-# Networking options
-options INET # Internet protocol suite
-
-# 4.3BSD compatibility. Should be optional, but necessary for now.
-options COMPAT_43
-
-# Binary compatibility with previous versions of NetBSD.
-options COMPAT_10
-
-# Loadable Kernel Modules
-options LKM
-
-# Disable kernel security.
-#options INSECURE
-
-# Misc. options
-options PCIVERBOSE # recognize "unknown" PCI devices
-
-config bsd root on sd0 swap on sd0
-
-mainbus0 at root
-cpu* at mainbus0
-
-# PCI host bus adapter support
-cia* at mainbus?
-
-# PCI bus support
-pci0 at cia?
-pci* at ppb?
-
-# PCI devices
-de* at pci?
-ncr0 at pci0 dev 9
-ncr* at pci?
-pceb* at pci?
-pcivga* at pci?
-ppb* at pci?
-tga* at pci?
-
-# ISA and EISA bus support
-isa* at pceb?
-eisa* at pceb?
-
-# ISA devices
-mcclock0 at isa? port 0x70
-pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard
-pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary
-com0 at isa? port 0x3f8 irq 4 # standard serial ports
-com1 at isa? port 0x2f8 irq 3
-lpt0 at isa? port 0x3bc irq 7 # standard parallel port
-#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System
-
-# SCSI bus support
-scsibus0 at ncr0
-scsibus* at ncr?
-
-# SCSI devices
-sd0 at scsibus0 target 1 lun 0
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-# Workstation Console attachments
-wscons* at pcivga?
-wscons* at tga?
-
-pseudo-device bpfilter
-pseudo-device loop
-pseudo-device pty
-pseudo-device sl
-pseudo-device vnd
diff --git a/sys/arch/alpha/conf/GENERIC_NFS b/sys/arch/alpha/conf/GENERIC_NFS
deleted file mode 100644
index 14fa9a07e85..00000000000
--- a/sys/arch/alpha/conf/GENERIC_NFS
+++ /dev/null
@@ -1,138 +0,0 @@
-# $OpenBSD: GENERIC_NFS,v 1.5 1996/07/29 20:01:24 niklas Exp $
-# $NetBSD: GENERIC_NFS,v 1.9.4.1 1996/06/03 20:11:52 cgd Exp $
-#
-# Generic Alpha kernel. Enough to get booted, etc., but not much more.
-
-include "std.alpha"
-
-maxusers 8
-
-# CPU Support
-options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
-options DEC_3000_300 # Pelican etc: 3000/300*
-options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
-options DEC_KN20AA # KN20AA: AlphaStation 600
-options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
-#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
-
-# needs to be set per system
-options TIMEZONE="5*60" # Minutes west of GMT (for param.c)
-options DST=1 # Daylight savings rules (for param.c)
-
-# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
-options DEBUG, DIAGNOSTIC # Extra kernel debugging
-options KTRACE # System call tracing support
-
-# File system options
-options FIFO # POSIX fifo support (in all file systems)
-options FFS # Fast file system
-options MFS # Memory-based file system
-options NFSSERVER # Sun NFS-compatible file system server
-options NFSCLIENT # Sun NFS-compatible file system client
-
-# Networking options
-options INET # Internet protocol suite
-
-# 4.3BSD compatibility. Should be optional, but necessary for now.
-options COMPAT_43
-
-# Binary compatibility with previous versions of NetBSD.
-options COMPAT_10
-
-# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
-#options COMPAT_OSF1
-
-# Loadable Kernel Modules
-options LKM
-
-# Disable kernel security.
-#options INSECURE
-
-# Misc. options
-options PCIVERBOSE # recognize "unknown" PCI devices
-
-config netbsd_nfs root on nfs swap on nfs
-
-mainbus0 at root
-cpu* at mainbus0
-
-# TurboChannel host bus adapter support
-tcasic* at mainbus0
-
-# TurboChannel bus support
-tc* at tcasic?
-
-# TurboChannel devices
-ioasic0 at tc? slot ? offset ?
-mcclock0 at ioasic? offset ?
-le* at ioasic? offset ?
-scc0 at ioasic? offset ?
-scc1 at ioasic? offset ?
-tcds0 at tc? slot ? offset ?
-esp0 at tcds? slot ?
-esp1 at tcds? slot ?
-cfb* at tc? slot ? offset ?
-sfb* at tc? slot ? offset ?
-le* at tc? slot ? offset ?
-fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
-
-# PCI host bus adapter support
-apecs* at mainbus?
-cia* at mainbus?
-lca* at mainbus?
-
-# PCI bus support
-pci* at apecs?
-pci* at cia?
-pci* at lca?
-pci* at ppb?
-
-# PCI devices
-de* at pci?
-le* at pci?
-ncr* at pci?
-pceb* at pci?
-pcivga* at pci?
-ppb* at pci?
-sio* at pci?
-tga* at pci?
-fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards
-
-# ISA/EISA bus support
-isa* at pceb?
-eisa* at pceb?
-isa* at sio?
-
-# ISA devices
-mcclock0 at isa? port 0x70
-pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard
-pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary
-com0 at isa? port 0x3f8 irq 4 # standard serial ports
-com1 at isa? port 0x2f8 irq 3
-lpt0 at isa? port 0x3bc irq 7 # standard parallel port
-#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System
-
-# EISA devices
-fea* at eisa? slot ? # DEC DEFEA FDDI cards
-
-# SCSI bus support
-scsibus* at esp?
-scsibus* at ncr?
-
-# SCSI devices
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-# Workstation Console attachments
-wscons* at cfb?
-wscons* at pcivga?
-wscons* at sfb?
-wscons* at tga?
-
-pseudo-device bpfilter
-pseudo-device loop
-pseudo-device pty
-pseudo-device sl
-pseudo-device vnd
diff --git a/sys/arch/alpha/conf/MACALLAN b/sys/arch/alpha/conf/MACALLAN
deleted file mode 100644
index 5254543b61c..00000000000
--- a/sys/arch/alpha/conf/MACALLAN
+++ /dev/null
@@ -1,76 +0,0 @@
-# $OpenBSD: MACALLAN,v 1.5 1996/07/29 20:01:25 niklas Exp $
-# $NetBSD: MACALLAN,v 1.7 1995/12/20 00:14:17 cgd Exp $
-#
-# Kernel for macallan.dssc.cs.cmu.edu.
-
-include "std.alpha"
-
-maxusers 8
-
-# CPU Support
-options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
-
-# needs to be set per system
-options TIMEZONE="5*60" # Minutes west of GMT (for param.c)
-options DST=1 # Daylight savings rules (for param.c)
-
-# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
-options DEBUG, DIAGNOSTIC # Extra kernel debugging
-options KTRACE # System call tracing support
-
-# File system options
-options FIFO # POSIX fifo support (in all file systems)
-options FFS # Fast file system
-options MFS # Memory-based file system
-options NFSCLIENT # Sun NFS-compatible file system client
-
-# Networking options
-options INET # Internet protocol suite
-
-# 4.3BSD compatibility. Should be optional, but necessary for now.
-options COMPAT_43
-
-# Binary compatibility with previous versions of NetBSD.
-options COMPAT_10
-
-# Loadable Kernel Modules
-options LKM
-
-config bsd root on sd0 swap on sd0 and sd1
-
-mainbus0 at root
-cpu* at mainbus0
-
-# TurboChannel host bus adapter support
-tcasic* at mainbus0
-
-# TurboChannel bus support
-tc* at tcasic?
-
-# TurboChannel devices
-ioasic0 at tc? slot ? offset ?
-clock0 at ioasic? offset ?
-le0 at ioasic? offset ?
-scc0 at ioasic? offset ?
-scc1 at ioasic? offset ?
-tcds0 at tc? slot ? offset ?
-esp0 at tcds? slot ?
-esp1 at tcds? slot ?
-#sfb* at tc? slot ? offset ?
-
-# SCSI bus support
-scsibus0 at esp0
-scsibus* at esp?
-
-# SCSI devices
-sd0 at scsibus0 target 0 lun 0
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-pseudo-device bpfilter
-pseudo-device loop
-pseudo-device pty
-pseudo-device sl
-pseudo-device vnd
diff --git a/sys/arch/alpha/conf/NONAME b/sys/arch/alpha/conf/NONAME
deleted file mode 100644
index da54f63a7ab..00000000000
--- a/sys/arch/alpha/conf/NONAME
+++ /dev/null
@@ -1,94 +0,0 @@
-# $OpenBSD: NONAME,v 1.3 1996/07/29 20:01:25 niklas Exp $
-# $NetBSD: NONAME,v 1.3 1996/04/17 22:01:43 cgd Exp $
-#
-# Should work on AXPpci33's (and maybe other AXPpci machines).
-
-include "std.alpha"
-
-maxusers 8
-
-# CPU Support
-options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
-
-# needs to be set per system
-options TIMEZONE="5*60" # Minutes west of GMT (for param.c)
-options DST=1 # Daylight savings rules (for param.c)
-
-# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
-options DEBUG, DIAGNOSTIC # Extra kernel debugging
-options KTRACE # System call tracing support
-
-# File system options
-options FIFO # POSIX fifo support (in all file systems)
-options FFS # Fast file system
-options MFS # Memory-based file system
-options NFSCLIENT # Sun NFS-compatible file system client
-
-# Networking options
-options INET # Internet protocol suite
-
-# 4.3BSD compatibility. Should be optional, but necessary for now.
-options COMPAT_43
-
-# Binary compatibility with previous versions of NetBSD.
-options COMPAT_10
-
-# Loadable Kernel Modules
-options LKM
-
-# Disable kernel security.
-#options INSECURE
-
-# Misc. options
-options PCIVERBOSE # recognize "unknown" PCI devices
-
-config bsd root on sd0 swap on sd0
-
-mainbus0 at root
-cpu* at mainbus0
-
-# PCI host bus adapter support
-lca* at mainbus?
-
-# PCI bus support
-pci* at lca?
-pci* at ppb?
-
-# PCI devices
-de* at pci?
-ncr* at pci?
-pcivga* at pci?
-ppb* at pci?
-sio* at pci?
-tga* at pci?
-
-# ISA/EISA bus support
-isa* at sio?
-
-# ISA devices
-mcclock0 at isa? port 0x70
-pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard
-pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary
-com0 at isa? port 0x3f8 irq 4 # standard serial ports
-com1 at isa? port 0x2f8 irq 3
-lpt0 at isa? port 0x3bc irq 7 # standard parallel port
-#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System
-
-# SCSI bus support
-scsibus* at ncr?
-
-# SCSI devices
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-# Workstation Console attachments
-wscons* at pcivga?
-wscons* at tga?
-
-pseudo-device bpfilter
-pseudo-device loop
-pseudo-device pty
-pseudo-device sl
-pseudo-device vnd
diff --git a/sys/arch/alpha/conf/TOMMY b/sys/arch/alpha/conf/TOMMY
deleted file mode 100644
index 18beeea9b63..00000000000
--- a/sys/arch/alpha/conf/TOMMY
+++ /dev/null
@@ -1,98 +0,0 @@
-# $OpenBSD: TOMMY,v 1.4 1996/07/29 20:01:26 niklas Exp $
-# $NetBSD: TOMMY,v 1.5 1996/04/17 22:01:49 cgd Exp $
-#
-# Kernel for tomintoul.pdl.cs.cmu.edu.
-# Should work on AlphaStation 400s and AlphaStation 200s
-
-include "std.alpha"
-
-maxusers 8
-
-# CPU Support
-options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
-
-# needs to be set per system
-options TIMEZONE="5*60" # Minutes west of GMT (for param.c)
-options DST=1 # Daylight savings rules (for param.c)
-
-# Standard system options
-options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
-options DEBUG, DIAGNOSTIC # Extra kernel debugging
-options KTRACE # System call tracing support
-
-# File system options
-options FIFO # POSIX fifo support (in all file systems)
-options FFS # Fast file system
-options MFS # Memory-based file system
-options NFSSERVER # Sun NFS-compatible file system server
-options NFSCLIENT # Sun NFS-compatible file system client
-
-# Networking options
-options INET # Internet protocol suite
-
-# 4.3BSD compatibility. Should be optional, but necessary for now.
-options COMPAT_43
-
-# Binary compatibility with previous versions of NetBSD.
-options COMPAT_10
-
-# Loadable Kernel Modules
-options LKM
-
-# Disable kernel security.
-#options INSECURE
-
-# Misc. options
-options PCIVERBOSE # recognize "unknown" PCI devices
-
-config bsd root on sd0 swap on sd0
-
-mainbus0 at root
-cpu* at mainbus0
-
-# PCI host bus adapter support
-apecs* at mainbus?
-
-# PCI bus support
-pci* at apecs?
-pci* at ppb?
-
-# PCI devices
-de* at pci?
-ncr0 at pci?
-pcivga* at pci?
-ppb* at pci?
-sio* at pci?
-tga* at pci?
-
-# ISA/EISA bus support
-isa* at sio?
-
-# ISA devices
-mcclock0 at isa? port 0x70
-pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard
-pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary
-com0 at isa? port 0x3f8 irq 4 # standard serial ports
-com1 at isa? port 0x2f8 irq 3
-lpt0 at isa? port 0x3bc irq 7 # standard parallel port
-#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System
-
-# SCSI bus support
-scsibus* at ncr?
-
-# SCSI devices
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-# Workstation Console attachments
-wscons0 at pcivga? console 1
-wscons* at pcivga?
-wscons0 at tga? console 1
-wscons* at tga?
-
-pseudo-device bpfilter
-pseudo-device loop
-pseudo-device pty
-pseudo-device sl
-pseudo-device vnd