summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/files.onewire
blob: dae25b7a87ac45be1f2e689c12a0eaaacd05f368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $OpenBSD: files.onewire,v 1.2 2007/02/28 21:54:43 grange Exp $

define	onewire {}

device	onewire: onewire
attach	onewire at onewirebus
file	dev/onewire/onewire.c		onewire
file	dev/onewire/onewire_subr.c	onewire

file	dev/onewire/onewire_bitbang.c	onewire_bitbang

# ID family type device
device	owid
attach	owid at onewire
file	dev/onewire/owid.c		owid

# Smart Battery Monitor type device
device	owsbm
attach	owsbm at onewire
file	dev/onewire/owsbm.c		owsbm

# Temperature family type device
device	owtemp
attach	owtemp at onewire
file	dev/onewire/owtemp.c		owtemp