summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/alpha/conf/files.alpha5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha
index d4d47a7c05f..446bc1e7bd3 100644
--- a/sys/arch/alpha/conf/files.alpha
+++ b/sys/arch/alpha/conf/files.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: files.alpha,v 1.49 2001/05/11 07:55:30 deraadt Exp $
+# $OpenBSD: files.alpha,v 1.50 2001/06/26 02:37:28 mickey Exp $
# $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $
#
# alpha-specific configuration info
@@ -45,6 +45,9 @@ major { cd = 3 }
major { sd = 8 }
major { rd = 6 }
+# I2O
+include "dev/i2o/files.i2o"
+
# Raster operations
include "dev/rasops/files.rasops"
include "dev/wsfont/files.wsfont"