diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-21 17:55:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-21 17:55:19 +0000 |
commit | bbebb7c07581e3f367a805c0ec4974db55f91665 (patch) | |
tree | fdefea97670c1b44486a1b02f2bdd9c9e42a4cfc /sys/dev | |
parent | 0989baf380d734695e2721bab097b80e2e6547ff (diff) |
no instead of <none>
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/brooktree848.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/brooktree848.c b/sys/dev/pci/brooktree848.c index fc451b813f4..93b4bc344b9 100644 --- a/sys/dev/pci/brooktree848.c +++ b/sys/dev/pci/brooktree848.c @@ -1,4 +1,4 @@ -/* $OpenBSD: brooktree848.c,v 1.8 1999/05/19 22:02:31 niklas Exp $ */ +/* $OpenBSD: brooktree848.c,v 1.9 1999/05/21 17:55:18 deraadt Exp $ */ /* $FreeBSD: brooktree848.c,v 1.64 1999/01/28 17:47:47 roger Exp $ */ /* BT848 Driver for Brooktree's Bt848, Bt849, Bt878 and Bt 879 based cards. The Brooktree BT848 Driver driver is based upon Mark Tinguely and @@ -920,7 +920,7 @@ struct TUNER { static const struct TUNER tuners[] = { /* XXX FIXME: fill in the band-switch crosspoints */ /* NO_TUNER */ - { "<none>", /* the 'name' */ + { "no", /* the 'name' */ TTYPE_XXX, /* input type */ { 0x00, /* control byte for PLL */ 0x00, |