summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/alpha/conf/GENERIC5
-rw-r--r--sys/arch/alpha/conf/files.alpha4
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index 8dae350f00d..60b6069d8c5 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.126 2004/09/16 09:35:36 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.127 2004/09/18 07:12:13 pvalchev Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
machine alpha
@@ -303,6 +303,9 @@ scsibus* at atapiscsi?
# Audio devices
eap* at pci? # Ensoniq AudioPCI S5016
+puc* at pci? # PCI "universal" comm device
+com* at puc? port ?
+
# UNTESTED. The following drivers are untested
eso* at pci? # ESS Solo-1 PCI AudioDrive
sv* at pci? # S3 SonicVibes (S3 617)
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha
index 32bc8b978fa..4d4ff93d666 100644
--- a/sys/arch/alpha/conf/files.alpha
+++ b/sys/arch/alpha/conf/files.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: files.alpha,v 1.61 2004/09/16 09:14:03 mickey Exp $
+# $OpenBSD: files.alpha,v 1.62 2004/09/18 07:12:14 pvalchev Exp $
# $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $
#
# alpha-specific configuration info
@@ -123,6 +123,8 @@ include "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too.
include "dev/isa/files.isa"
major { wd = 0 }
+include "dev/puc/files.puc"
+
#
# ISA Bus devices
#