Deleted Added
full compact
vt_vga_reg.h (267622) vt_vga_reg.h (268366)
1/*-
2 * Copyright (c) 2005 Marcel Moolenaar
3 * All rights reserved.
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 *

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

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2005 Marcel Moolenaar
3 * All rights reserved.
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 *

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

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/dev/vt/hw/vga/vt_vga_reg.h 267622 2014-06-18 22:10:10Z ray $
26 * $FreeBSD: stable/10/sys/dev/vt/hw/vga/vt_vga_reg.h 268366 2014-07-07 14:16:05Z ray $
27 */
28
29#ifndef _DEV_VT_HW_VGA_VGA_REG_H_
30#define _DEV_VT_HW_VGA_VGA_REG_H_
31
32/*
33 * The VGA adapter uses two I/O port blocks. One of these blocks, the CRT
34 * controller registers, can be located either at 0x3B0 or at 0x3D0 in I/O

--- 186 unchanged lines hidden ---
27 */
28
29#ifndef _DEV_VT_HW_VGA_VGA_REG_H_
30#define _DEV_VT_HW_VGA_VGA_REG_H_
31
32/*
33 * The VGA adapter uses two I/O port blocks. One of these blocks, the CRT
34 * controller registers, can be located either at 0x3B0 or at 0x3D0 in I/O

--- 186 unchanged lines hidden ---