summaryrefslogtreecommitdiffstats
path: root/sys/pci/brktree_reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/brktree_reg.h')
-rw-r--r--sys/pci/brktree_reg.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/pci/brktree_reg.h b/sys/pci/brktree_reg.h
index 85063f1..0ae8f30 100644
--- a/sys/pci/brktree_reg.h
+++ b/sys/pci/brktree_reg.h
@@ -311,9 +311,13 @@ struct TUNER {
char* name;
u_char type;
u_char pllAddr;
- u_char pllControl;
+ u_char pllControl[4];
u_char bandLimits[ 2 ];
- u_char bandAddrs[ 3 ];
+ u_char bandAddrs[ 4 ]; /* 3 first for the 3 TV
+ ** bands. Last for radio
+ ** band (0x00=NoRadio).
+ */
+
};
/* description of the card */
@@ -429,8 +433,7 @@ struct bktr_softc {
#define TUNER_OPEN 0x00000002
u_short fps; /* frames per second */
#ifdef DEVFS
- void *devfs_bktr_token;
- void *devfs_tuner_token;
+ void *devfs_token;
#endif
struct meteor_video video;
struct TVTUNER tuner;
OpenPOWER on IntegriCloud