diff options
author | markm <markm@FreeBSD.org> | 1997-10-07 06:30:01 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-10-07 06:30:01 +0000 |
commit | 5cd702d01f752d3962626050b4fd78801240b184 (patch) | |
tree | 950336c537e318229d16643b3c4db30288ebbe1e /sys/dev/bktr/bktr_reg.h | |
parent | 7db41f31dc17e35afb0a47f2eaa01b9677e8e814 (diff) | |
download | FreeBSD-src-5cd702d01f752d3962626050b4fd78801240b184.zip FreeBSD-src-5cd702d01f752d3962626050b4fd78801240b184.tar.gz |
Latest round of patches from the author.
This driver includes the following patches submitted by:
1.0 Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
Japanese Cable support
2.0 Keith Sklower <sklower@CS.Berkeley.EDU>
Minor update to the BSDI section so it compiles cleanly on BSDI
3.0 Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
ioctl interface to select video format , NTSC, PAL, etc...
Diffstat (limited to 'sys/dev/bktr/bktr_reg.h')
-rw-r--r-- | sys/dev/bktr/bktr_reg.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/bktr/bktr_reg.h b/sys/dev/bktr/bktr_reg.h index 7d5e230..2fb8b3d 100644 --- a/sys/dev/bktr/bktr_reg.h +++ b/sys/dev/bktr/bktr_reg.h @@ -67,15 +67,6 @@ struct bt848_registers { # define BT848_IFORM_X_XT1 (0x02<<3) # define BT848_IFORM_X_XT0 (0x01<<3) # define BT848_IFORM_X_RSVD (0x00<<3) -#define BT848_IFORM_FORMAT (0x7<<0) -# define BT848_IFORM_F_RSVD (0x7) -# define BT848_IFORM_F_SECAM (0x6) -# define BT848_IFORM_F_PALN (0x5) -# define BT848_IFORM_F_PALM (0x4) -# define BT848_IFORM_F_PALBDGHI (0x3) -# define BT848_IFORM_F_NTSCJ (0x2) -# define BT848_IFORM_F_NTSCM (0x1) -# define BT848_IFORM_F_AUTO (0x0) BTBYTE (tdec); /* 8, 9,a,b */ BTBYTE (e_crop); /* c, d,e,f */ BTBYTE (e_vdelay_lo); /* 10, 11,12,13 */ |