Deleted Added
full compact
virtio_console.h (273515) virtio_console.h (275273)
1/*-
2 * This header is BSD licensed so anyone can use the definitions to implement
3 * compatible drivers/servers.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * Copyright (C) Red Hat, Inc., 2009, 2010, 2011
29 * Copyright (C) Amit Shah <amit.shah@redhat.com>, 2009, 2010, 2011
30 *
1/*-
2 * This header is BSD licensed so anyone can use the definitions to implement
3 * compatible drivers/servers.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * Copyright (C) Red Hat, Inc., 2009, 2010, 2011
29 * Copyright (C) Amit Shah <amit.shah@redhat.com>, 2009, 2010, 2011
30 *
31 * $FreeBSD: head/sys/dev/virtio/console/virtio_console.h 273515 2014-10-23 04:47:32Z bryanv $
31 * $FreeBSD: stable/10/sys/dev/virtio/console/virtio_console.h 273515 2014-10-23 04:47:32Z bryanv $
32 */
33
34#ifndef _VIRTIO_CONSOLE_H
35#define _VIRTIO_CONSOLE_H
36
37/* Feature bits */
38#define VIRTIO_CONSOLE_F_SIZE 0x01 /* Console size */
39#define VIRTIO_CONSOLE_F_MULTIPORT 0x02 /* Multiple ports */

--- 36 unchanged lines hidden ---
32 */
33
34#ifndef _VIRTIO_CONSOLE_H
35#define _VIRTIO_CONSOLE_H
36
37/* Feature bits */
38#define VIRTIO_CONSOLE_F_SIZE 0x01 /* Console size */
39#define VIRTIO_CONSOLE_F_MULTIPORT 0x02 /* Multiple ports */

--- 36 unchanged lines hidden ---