Deleted Added
full compact
mga_state.c (113995) mga_state.c (119418)
1/* mga_state.c -- State support for MGA G200/G400 -*- linux-c -*-
2 * Created: Thu Jan 27 02:53:43 2000 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

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

26 *
27 * Authors:
28 * Jeff Hartmann <jhartmann@valinux.com>
29 * Keith Whitwell <keith@tungstengraphics.com>
30 *
31 * Rewritten by:
32 * Gareth Hughes <gareth@valinux.com>
33 *
1/* mga_state.c -- State support for MGA G200/G400 -*- linux-c -*-
2 * Created: Thu Jan 27 02:53:43 2000 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

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

26 *
27 * Authors:
28 * Jeff Hartmann <jhartmann@valinux.com>
29 * Keith Whitwell <keith@tungstengraphics.com>
30 *
31 * Rewritten by:
32 * Gareth Hughes <gareth@valinux.com>
33 *
34 * $FreeBSD: head/sys/dev/drm/mga_state.c 113995 2003-04-25 01:18:47Z anholt $
35 */
36
34 */
35
36#include <sys/cdefs.h>
37__FBSDID("$FreeBSD: head/sys/dev/drm/mga_state.c 119418 2003-08-24 17:55:58Z obrien $");
38
37#include "dev/drm/mga.h"
38#include "dev/drm/drmP.h"
39#include "dev/drm/drm.h"
40#include "dev/drm/mga_drm.h"
41#include "dev/drm/mga_drv.h"
42
43
44/* ================================================================

--- 1068 unchanged lines hidden ---
39#include "dev/drm/mga.h"
40#include "dev/drm/drmP.h"
41#include "dev/drm/drm.h"
42#include "dev/drm/mga_drm.h"
43#include "dev/drm/mga_drv.h"
44
45
46/* ================================================================

--- 1068 unchanged lines hidden ---