diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-03-04 16:27:04 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-03-04 16:27:04 +0000 |
commit | b9fdb6aa1f532061d14d21ff8ee5f45831608e29 (patch) | |
tree | 9e1d8c3405a020362b98336dad9791c05cf2d89e /sys/conf/files | |
parent | 15aac0ded9c4353cc6a757bb184367d5503f80d8 (diff) |
Dallas 1-Wire bus support. Includes the following drivers:
gpioow(4) 1-Wire bus bit-banging through GPIO pin
onewire(4) 1-Wire bus driver
owid(4) 1-Wire ID family type device
owtemp(4) 1-Wire temperature family type device
Drivers for RS-232 and USB bus masters will follow.
ok deraadt@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 1efe82f5165..00c4f96fcf7 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.365 2006/02/01 11:03:33 dlg Exp $ +# $OpenBSD: files,v 1.366 2006/03/04 16:27:02 grange Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -18,6 +18,7 @@ define midisyn define radiobus {} define i2cbus {} define gpiobus {} +define onewirebus {} # filesystem firmware loading attribute define firmload @@ -110,6 +111,9 @@ define atapi {[channel = -1]} device wdc: ata, atapi, wdc_base file dev/ic/wdc.c wdc_base +# 1-Wire bus bit-banging +define onewire_bitbang + # "Chipset" drivers. These are the bus-independent routines which # contain the cfdrivers. Attachments are provided by files.<bus> |