summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-07-29 20:01:28 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-07-29 20:01:28 +0000
commit70cfce4c3da80bd388c8407bfe1078009dc1fc82 (patch)
treec4803a2faf1d5e9760e6f63175a92bf5140ea84e /sys/arch/alpha
parentf37a743494f41757c057e511886ae40b3fbe30ef (diff)
Bring forward alpha configuration files to 0722. Add OpenBSD
tags. s/netbsd/bsd/. Add ATAPI and dummy PCMCIA defines.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/conf/ALPHA1
-rw-r--r--sys/arch/alpha/conf/BALVENIE83
-rw-r--r--sys/arch/alpha/conf/BUNNY1
-rw-r--r--sys/arch/alpha/conf/DILLY101
-rw-r--r--sys/arch/alpha/conf/GENERIC1
-rw-r--r--sys/arch/alpha/conf/GENERIC_NFS138
-rw-r--r--sys/arch/alpha/conf/JURA1
-rw-r--r--sys/arch/alpha/conf/MACALLAN76
-rw-r--r--sys/arch/alpha/conf/Makefile.alpha1
-rw-r--r--sys/arch/alpha/conf/NONAME94
-rw-r--r--sys/arch/alpha/conf/NOSY1
-rw-r--r--sys/arch/alpha/conf/TOMMY98
-rw-r--r--sys/arch/alpha/conf/files.alpha9
-rw-r--r--sys/arch/alpha/conf/std.alpha3
14 files changed, 607 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA
index 6084c14ce46..55b48c9e5d6 100644
--- a/sys/arch/alpha/conf/ALPHA
+++ b/sys/arch/alpha/conf/ALPHA
@@ -1,3 +1,4 @@
+# $OpenBSD: ALPHA,v 1.6 1996/07/29 20:01:22 niklas Exp $
# $NetBSD: ALPHA,v 1.14.4.4 1996/06/13 19:21:59 cgd Exp $
#
# Alpha kernel with all the options you'd want, and more.
diff --git a/sys/arch/alpha/conf/BALVENIE b/sys/arch/alpha/conf/BALVENIE
new file mode 100644
index 00000000000..32583937a9d
--- /dev/null
+++ b/sys/arch/alpha/conf/BALVENIE
@@ -0,0 +1,83 @@
+# $OpenBSD: BALVENIE,v 1.1 1996/07/29 20:01:22 niklas Exp $
+# $NetBSD: BALVENIE,v 1.1 1996/05/01 23:32:45 cgd Exp $
+#
+# Kernel for balvenie.pdl.cs.cmu.edu, a 3000/300LX.
+
+include "std.alpha"
+
+maxusers 8
+
+# CPU Support
+options DEC_3000_300 # Pelican etc: 3000/300*
+
+# 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
+
+config bsd root on sd0 swap on sd0
+
+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 ?
+cfb* at tc? slot ? offset ?
+sfb* at tc? slot ? offset ?
+le* at tc? slot ? offset ?
+
+# SCSI bus support
+scsibus* at esp?
+
+# 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 sfb?
+
+pseudo-device bpfilter
+pseudo-device loop
+pseudo-device pty
+pseudo-device sl
+pseudo-device vnd
diff --git a/sys/arch/alpha/conf/BUNNY b/sys/arch/alpha/conf/BUNNY
index 0f1597e0e9a..bb141de4dcc 100644
--- a/sys/arch/alpha/conf/BUNNY
+++ b/sys/arch/alpha/conf/BUNNY
@@ -1,3 +1,4 @@
+# $OpenBSD: BUNNY,v 1.5 1996/07/29 20:01:23 niklas Exp $
# $NetBSD: BUNNY,v 1.5.4.1 1996/06/13 19:22:03 cgd Exp $
#
# Kernel for bunnahabhain.pdl.cs.cmu.edu.
diff --git a/sys/arch/alpha/conf/DILLY b/sys/arch/alpha/conf/DILLY
new file mode 100644
index 00000000000..738a1e030d1
--- /dev/null
+++ b/sys/arch/alpha/conf/DILLY
@@ -0,0 +1,101 @@
+# $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 b/sys/arch/alpha/conf/GENERIC
index 81fad6e0f87..c623c267dba 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,3 +1,4 @@
+# $OpenBSD: GENERIC,v 1.7 1996/07/29 20:01:23 niklas Exp $
# $NetBSD: GENERIC,v 1.15.4.3 1996/06/13 19:22:07 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
diff --git a/sys/arch/alpha/conf/GENERIC_NFS b/sys/arch/alpha/conf/GENERIC_NFS
new file mode 100644
index 00000000000..14fa9a07e85
--- /dev/null
+++ b/sys/arch/alpha/conf/GENERIC_NFS
@@ -0,0 +1,138 @@
+# $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/JURA b/sys/arch/alpha/conf/JURA
index a345f1aa7d7..e9f5bbe905e 100644
--- a/sys/arch/alpha/conf/JURA
+++ b/sys/arch/alpha/conf/JURA
@@ -1,3 +1,4 @@
+# $OpenBSD: JURA,v 1.5 1996/07/29 20:01:24 niklas Exp $
# $NetBSD: JURA,v 1.6.4.1 1996/06/13 19:22:10 cgd Exp $
#
# Kernel for jura.pdl.cs.cmu.edu.
diff --git a/sys/arch/alpha/conf/MACALLAN b/sys/arch/alpha/conf/MACALLAN
new file mode 100644
index 00000000000..5254543b61c
--- /dev/null
+++ b/sys/arch/alpha/conf/MACALLAN
@@ -0,0 +1,76 @@
+# $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/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha
index 26fb6ddce30..26f39dcae83 100644
--- a/sys/arch/alpha/conf/Makefile.alpha
+++ b/sys/arch/alpha/conf/Makefile.alpha
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile.alpha,v 1.7 1996/07/29 20:01:25 niklas Exp $
# $NetBSD: Makefile.alpha,v 1.16 1996/05/19 21:16:51 cgd Exp $
# Makefile for NetBSD
diff --git a/sys/arch/alpha/conf/NONAME b/sys/arch/alpha/conf/NONAME
new file mode 100644
index 00000000000..da54f63a7ab
--- /dev/null
+++ b/sys/arch/alpha/conf/NONAME
@@ -0,0 +1,94 @@
+# $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/NOSY b/sys/arch/alpha/conf/NOSY
index aa754868069..8c802a2b111 100644
--- a/sys/arch/alpha/conf/NOSY
+++ b/sys/arch/alpha/conf/NOSY
@@ -1,3 +1,4 @@
+# $OpenBSD: NOSY,v 1.3 1996/07/29 20:01:26 niklas Exp $
# $NetBSD: NOSY,v 1.5.4.2 1996/06/13 19:22:15 cgd Exp $
#
# Jason's DEC 3000/400 in the lab...
diff --git a/sys/arch/alpha/conf/TOMMY b/sys/arch/alpha/conf/TOMMY
new file mode 100644
index 00000000000..18beeea9b63
--- /dev/null
+++ b/sys/arch/alpha/conf/TOMMY
@@ -0,0 +1,98 @@
+# $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
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha
index b3c8bf12b56..e8dc3b51654 100644
--- a/sys/arch/alpha/conf/files.alpha
+++ b/sys/arch/alpha/conf/files.alpha
@@ -1,3 +1,4 @@
+# $OpenBSD: files.alpha,v 1.5 1996/07/29 20:01:27 niklas Exp $
# $NetBSD: files.alpha,v 1.19.4.2 1996/05/30 23:20:37 cgd Exp $
#
# alpha-specific configuration info
@@ -110,6 +111,14 @@ file dev/tc/if_le_tc.c le_tc
# ISA Bus support
#
+#
+# Machine-independent ATAPI drivers
+#
+include "../../../dev/atapi/files.atapi"
+
+# XXX Dummy bus needed for some multi-homed devices specified in files.isa
+define pcmcia {}
+
include "../../../dev/pci/files.pci" # XXX some ISA devs are 'at pci' too.
include "../../../dev/isa/files.isa"
diff --git a/sys/arch/alpha/conf/std.alpha b/sys/arch/alpha/conf/std.alpha
index d687ec824f4..a81b37efa17 100644
--- a/sys/arch/alpha/conf/std.alpha
+++ b/sys/arch/alpha/conf/std.alpha
@@ -1,6 +1,7 @@
+# $OpenBSD: std.alpha,v 1.2 1996/07/29 20:01:27 niklas Exp $
# $NetBSD: std.alpha,v 1.4 1995/11/25 01:34:38 cgd Exp $
#
-# Standard/required configuration info for NetBSD/alpha.
+# Standard/required configuration info for OpenBSD/alpha.
machine alpha