diff options
author | 1999-05-21 17:55:18 +0000 | |
---|---|---|
committer | 1999-05-21 17:55:18 +0000 | |
commit | 4a915c4911b175b752e8d54800c535821e481a36 (patch) | |
tree | 204c8a39cc7f28db11acbed8a21555e18e31d5db | |
parent | zero the fpu_curproc on proc exit, clarify the cpu_swapout()'s job (diff) | |
download | wireguard-openbsd-4a915c4911b175b752e8d54800c535821e481a36.tar.xz wireguard-openbsd-4a915c4911b175b752e8d54800c535821e481a36.zip |
no instead of <none>
-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, |