diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 1999-05-18 12:14:39 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 1999-05-18 12:14:39 +0000 |
| commit | ec2a37ea3c8fbaaa008167355fcc2c4b0dffc3b4 (patch) | |
| tree | d3db9e11d310ae494500fed264f2d881626d28c9 /sys/dev | |
| parent | ec6948ccea4d14f71569a05d7f103f7e2a2cde72 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/bktr/ioctl_bt848.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/bktr/ioctl_bt848.h b/sys/dev/bktr/ioctl_bt848.h index 9cddd33fe98d..0767abddb684 100644 --- a/sys/dev/bktr/ioctl_bt848.h +++ b/sys/dev/bktr/ioctl_bt848.h @@ -1,7 +1,7 @@ /* * extensions to ioctl_meteor.h for the bt848 cards * - * $Id: ioctl_bt848.h,v 1.19 1998/09/30 21:06:55 sos Exp $ + * $Id: ioctl_bt848.h,v 1.22 1999/02/15 11:04:36 roger Exp $ */ /* @@ -14,8 +14,9 @@ #define CHNLSET_JPNBCST 5 #define CHNLSET_JPNCABLE 6 #define CHNLSET_XUSSR 7 +#define CHNLSET_AUSTRALIA 8 #define CHNLSET_MIN CHNLSET_NABCST -#define CHNLSET_MAX CHNLSET_XUSSR +#define CHNLSET_MAX CHNLSET_AUSTRALIA /* |
