diff options
author | eivind <eivind@FreeBSD.org> | 1998-01-31 05:23:49 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-01-31 05:23:49 +0000 |
commit | abc8db9838cb1e162c6d3c75c9fa66d65fac30d3 (patch) | |
tree | 9bee80c47cdd6a8bc7d7aa15aeb512624c47b20d /sys/dev/bktr/bktr_reg.h | |
parent | e8dbec0c0681514b40ec2b5462122bba5fd24923 (diff) | |
download | FreeBSD-src-abc8db9838cb1e162c6d3c75c9fa66d65fac30d3.zip FreeBSD-src-abc8db9838cb1e162c6d3c75c9fa66d65fac30d3.tar.gz |
Attempt at making this use DEVFS properly. (Now it should at least work.)
Diffstat (limited to 'sys/dev/bktr/bktr_reg.h')
-rw-r--r-- | sys/dev/bktr/bktr_reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_reg.h b/sys/dev/bktr/bktr_reg.h index d0b4a58..85063f1 100644 --- a/sys/dev/bktr/bktr_reg.h +++ b/sys/dev/bktr/bktr_reg.h @@ -429,7 +429,8 @@ struct bktr_softc { #define TUNER_OPEN 0x00000002 u_short fps; /* frames per second */ #ifdef DEVFS - void *devfs_token; + void *devfs_bktr_token; + void *devfs_tuner_token; #endif struct meteor_video video; struct TVTUNER tuner; |