Deleted Added
full compact
boot_font.c (165881) boot_font.c (170837)
1/*-
2 * Copyright (c) 1999 The NetBSD Foundation, Inc.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to The NetBSD Foundation
6 * by Andrew Doran.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

36/*-
37 * This font lives in the public domain. It is a PC font, IBM encoding,
38 * which was designed for use with syscons.
39 *
40 * Copyright (c) 2000 Andrew Miklic
41 */
42
43#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1999 The NetBSD Foundation, Inc.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to The NetBSD Foundation
6 * by Andrew Doran.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

36/*-
37 * This font lives in the public domain. It is a PC font, IBM encoding,
38 * which was designed for use with syscons.
39 *
40 * Copyright (c) 2000 Andrew Miklic
41 */
42
43#include <sys/cdefs.h>
44__FBSDID("$FreeBSD: head/sys/dev/fb/boot_font.c 165881 2007-01-08 00:33:27Z marius $");
44__FBSDID("$FreeBSD: head/sys/dev/fb/boot_font.c 170837 2007-06-16 21:31:53Z marius $");
45
46#include <sys/param.h>
47
48#include <dev/fb/gfb.h>
49
45
46#include <sys/param.h>
47
48#include <dev/fb/gfb.h>
49
50struct gfb_font bold8x16 = {
50const struct gfb_font bold8x16 = {
51 8,
52 16,
53 {
54 /* \00 */
55 0x00, /* ........ */
56 0x00, /* ........ */
57 0x00, /* ........ */
58 0x00, /* ........ */

--- 4586 unchanged lines hidden ---
51 8,
52 16,
53 {
54 /* \00 */
55 0x00, /* ........ */
56 0x00, /* ........ */
57 0x00, /* ........ */
58 0x00, /* ........ */

--- 4586 unchanged lines hidden ---