diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-26 02:37:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-26 02:37:29 +0000 |
commit | d5d803353a40b6b9be71f539244d10f8cb355ab7 (patch) | |
tree | e16a821e76e88339d911efc81fa0f93eacac435e /sys/arch/alpha | |
parent | fb2ef12e1bac6160679829cc5494be1bf89cc539 (diff) |
i2o or iop at pci fails
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 5 |
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" |