--- /dev/null
+# $OpenBSD: ALATAR,v 1.1 1997/04/20 07:28:59 tholo Exp $
+#
+# AXPpci 33 kernel. Enough to get booted, etc., but not much more.
+
+include "arch/alpha/conf/std.alpha"
+
+maxusers 8
+
+# CPU Support
+options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
+
+# Standard system options
+options 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
+#option NULLFS # Loopback file system
+option MSDOSFS # MS-DOS file system
+#option UNION # Union file system
+option CD9660 # ISO 9660 + Rock Ridge file system
+
+# SVR IPC
+option SYSVMSG
+option SYSVSEM
+option SYSVSHM
+
+# Networking options
+options INET # Internet protocol suite
+option IPSEC # IP-SEC encapsulation
+
+# 4.3BSD compatibility. Should be optional, but necessary for now.
+options COMPAT_43
+
+# Binary compatibility with previous versions of NetBSD.
+#options COMPAT_09
+options COMPAT_10
+options COMPAT_11
+options COMPAT_12
+
+# 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
+options UCONSOLE # users can use TIOCCONS (for xconsole)
+
+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 devices
+ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
+sio* at pci? dev ? function ? # Intel PCI-ISA bridge
+vga* at pci? dev ? function ? # PCI VGA
+
+# ISA/EISA bus support
+isa* at sio?
+
+# ISA devices
+mcclock* at isa? port 0x70
+pcppi* at isa? # PC prog. periph. interface
+pckbd* at pcppi? # PC keyboard (kbd port)
+com* at isa? port 0x3f8 irq 4 # standard serial ports
+com* at isa? port 0x2f8 irq 3
+lpt* at isa? port 0x3bc irq 7 # standard parallel port
+ed0 at isa? port 0x300 iomem 0xcc000 irq 10
+
+# SCSI bus support
+scsibus* at ncr?
+
+# SCSI devices
+cd* at scsibus? target ? lun ?
+sd* at scsibus? target ? lun ?
+ss* at scsibus? target ? lun ?
+st* at scsibus? target ? lun ?
+uk* at scsibus? target ? lun ?
+
+# Workstation Console attachments
+wscons* at vga?
+
+pseudo-device bpfilter 16
+pseudo-device loop
+pseudo-device pty 64
+pseudo-device vnd 4
+pseudo-device enc 4
--- /dev/null
+divert(-1)
+#
+# Copyright (c) 1997 SigmaSoft, Th. Lockert
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+# 3. All advertising materials mentioning features or use of this software
+# must display the following acknowledgement:
+# This product includes software developed by SigmaSoft, Th. Lockert
+# 4. The name of the author may not be used to endorse or promote products
+# derived from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+include(`../m4/cf.m4')dnl
+VERSIONID(`$OpenBSD: alatar.mc,v 1.1 1997/04/20 07:29:00 tholo Exp $')dnl
+OSTYPE(bsd4.4)dnl
+FEATURE(nullclient, gandalf.$m)dnl