Deleted Added
full compact
mga_drv.h (152909) mga_drv.h (157617)
1/* mga_drv.h -- Private header for the Matrox G200/G400 driver -*- linux-c -*-
2 * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
3 *
4 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
5 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
6 * All rights reserved.
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a

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

24 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25 * OTHER DEALINGS IN THE SOFTWARE.
26 *
27 * Authors:
28 * Gareth Hughes <gareth@valinux.com>
29 */
30
31#include <sys/cdefs.h>
1/* mga_drv.h -- Private header for the Matrox G200/G400 driver -*- linux-c -*-
2 * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
3 *
4 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
5 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
6 * All rights reserved.
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a

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

24 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25 * OTHER DEALINGS IN THE SOFTWARE.
26 *
27 * Authors:
28 * Gareth Hughes <gareth@valinux.com>
29 */
30
31#include <sys/cdefs.h>
32__FBSDID("$FreeBSD: head/sys/dev/drm/mga_drv.h 152909 2005-11-28 23:13:57Z anholt $");
32__FBSDID("$FreeBSD: head/sys/dev/drm/mga_drv.h 157617 2006-04-09 20:45:45Z anholt $");
33
34#ifndef __MGA_DRV_H__
35#define __MGA_DRV_H__
36
37/* General customization:
38 */
39
40#define DRIVER_AUTHOR "Gareth Hughes, VA Linux Systems Inc."
41
42#define DRIVER_NAME "mga"
43#define DRIVER_DESC "Matrox G200/G400"
33
34#ifndef __MGA_DRV_H__
35#define __MGA_DRV_H__
36
37/* General customization:
38 */
39
40#define DRIVER_AUTHOR "Gareth Hughes, VA Linux Systems Inc."
41
42#define DRIVER_NAME "mga"
43#define DRIVER_DESC "Matrox G200/G400"
44#define DRIVER_DATE "20051102"
44#define DRIVER_DATE "20060319"
45
46#define DRIVER_MAJOR 3
47#define DRIVER_MINOR 2
45
46#define DRIVER_MAJOR 3
47#define DRIVER_MINOR 2
48#define DRIVER_PATCHLEVEL 1
48#define DRIVER_PATCHLEVEL 2
49
50typedef struct drm_mga_primary_buffer {
51 u8 *start;
52 u8 *end;
53 int size;
54
55 u32 tail;
56 int space;

--- 630 unchanged lines hidden ---
49
50typedef struct drm_mga_primary_buffer {
51 u8 *start;
52 u8 *end;
53 int size;
54
55 u32 tail;
56 int space;

--- 630 unchanged lines hidden ---