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/hppa64/conf | |
parent | caff6bc52ac48e10fef7f10adfc4ee4ccbfbb130 (diff) |
Add files.onewire to all our USB archs, it will be used soon.
Diffstat (limited to 'sys/arch/hppa64/conf')
-rw-r--r-- | sys/arch/hppa64/conf/files.hppa64 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64 index 733beef6ffe..c287d8e27a1 100644 --- a/sys/arch/hppa64/conf/files.hppa64 +++ b/sys/arch/hppa64/conf/files.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa64,v 1.2 2005/05/01 21:36:56 brad Exp $ +# $OpenBSD: files.hppa64,v 1.3 2006/09/27 06:33:03 grange Exp $ # # hppa64-specific configuration info @@ -56,6 +56,11 @@ include "dev/pcmcia/files.pcmcia" include "dev/usb/files.usb" # +# Machine-independent 1-Wire drivers +# +include "dev/onewire/files.onewire" + +# # Mainbus # |