Deleted Added
full compact
gallant12x22.c (139749) gallant12x22.c (170840)
1/* $OpenBSD: gallant12x22.h,v 1.2 2002/05/09 08:59:03 maja Exp $ */
2/* $NetBSD: gallant12x22.h,v 1.2 1999/05/18 21:51:58 ad Exp $ */
3
4/*-
5 * Copyright (c) 1992, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * This code is derived from software contributed to the Computer Systems

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * Derived from: @(#)gallant19.h 8.1 (Berkeley) 6/11/93
1/* $OpenBSD: gallant12x22.h,v 1.2 2002/05/09 08:59:03 maja Exp $ */
2/* $NetBSD: gallant12x22.h,v 1.2 1999/05/18 21:51:58 ad Exp $ */
3
4/*-
5 * Copyright (c) 1992, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * This code is derived from software contributed to the Computer Systems

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * Derived from: @(#)gallant19.h 8.1 (Berkeley) 6/11/93
37 *
38 * $FreeBSD: head/sys/dev/fb/gallant12x22.c 139749 2005-01-06 01:43:34Z imp $
39 */
40
37 */
38
41static u_char gallant12x22_data[] = {
39#include <sys/cdefs.h>
40__FBSDID("$FreeBSD: head/sys/dev/fb/gallant12x22.c 170840 2007-06-16 21:48:50Z marius $");
41
42#include <sys/param.h>
43
44#include <dev/fb/gfb.h>
45
46const struct gfb_font gallant12x22 = {
47 12,
48 22,
49 {
42 /* 0 0x00 '^@' */
43 0x00, 0x00, /* ............ */
44 0x00, 0x00, /* ............ */
45 0x00, 0x00, /* ............ */
46 0x00, 0x00, /* ............ */
47 0x00, 0x00, /* ............ */
48 0x00, 0x00, /* ............ */
49 0x00, 0x00, /* ............ */

--- 6127 unchanged lines hidden (view full) ---

6177 0x00, 0x00, /* ............ */
6178 0x00, 0x00, /* ............ */
6179 0x00, 0x00, /* ............ */
6180 0x00, 0x00, /* ............ */
6181 0x00, 0x00, /* ............ */
6182 0x00, 0x00, /* ............ */
6183 0x00, 0x00, /* ............ */
6184 0x00, 0x00, /* ............ */
50 /* 0 0x00 '^@' */
51 0x00, 0x00, /* ............ */
52 0x00, 0x00, /* ............ */
53 0x00, 0x00, /* ............ */
54 0x00, 0x00, /* ............ */
55 0x00, 0x00, /* ............ */
56 0x00, 0x00, /* ............ */
57 0x00, 0x00, /* ............ */

--- 6127 unchanged lines hidden (view full) ---

6185 0x00, 0x00, /* ............ */
6186 0x00, 0x00, /* ............ */
6187 0x00, 0x00, /* ............ */
6188 0x00, 0x00, /* ............ */
6189 0x00, 0x00, /* ............ */
6190 0x00, 0x00, /* ............ */
6191 0x00, 0x00, /* ............ */
6192 0x00, 0x00, /* ............ */
6193 }
6185};
6194};