diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-09-27 06:33:04 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-09-27 06:33:04 +0000 |
commit | a13278fae76bbcecc4a1fcb2b6cc76e90cc67414 (patch) | |
tree | a05a6b9dfd62250fae2093db6f9bb1f20ab84455 /sys/arch/alpha/conf | |
parent | caff6bc52ac48e10fef7f10adfc4ee4ccbfbb130 (diff) |
Add files.onewire to all our USB archs, it will be used soon.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 9044ee5ba94..1d0815989e5 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.76 2006/08/13 23:00:38 miod Exp $ +# $OpenBSD: files.alpha,v 1.77 2006/09/27 06:33:03 grange Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -326,3 +326,8 @@ include "dev/i2c/files.i2c" # Machine-independent USB drivers # include "dev/usb/files.usb" + +# +# Machine-independent 1-Wire drivers +# +include "dev/onewire/files.onewire" |