VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/drm/vboxvideo_drm.h@ 18703

Last change on this file since 18703 was 17449, checked in by vboxsync, 16 years ago

Additions/Linux/vboxvideo_drm: get the PCI Id right

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1/** @file $Id: vboxvideo_drm.h 17449 2009-03-06 10:26:19Z vboxsync $
2 *
3 * VirtualBox Additions Linux kernel driver, DRM support
4 */
5
6/*
7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 *
17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
19 * additional information or have any questions.
20 * --------------------------------------------------------------------
21 *
22 * This code is based on:
23 *
24 * tdfx.h -- 3dfx DRM template customization -*- linux-c -*-
25 * Created: Wed Feb 14 12:32:32 2001 by [email protected]
26 *
27 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
28 * All Rights Reserved.
29 *
30 * Permission is hereby granted, free of charge, to any person obtaining a
31 * copy of this software and associated documentation files (the "Software"),
32 * to deal in the Software without restriction, including without limitation
33 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
34 * and/or sell copies of the Software, and to permit persons to whom the
35 * Software is furnished to do so, subject to the following conditions:
36 *
37 * The above copyright notice and this permission notice (including the next
38 * paragraph) shall be included in all copies or substantial portions of the
39 * Software.
40 *
41 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
44 * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
45 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
46 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
47 * OTHER DEALINGS IN THE SOFTWARE.
48 *
49 * Authors:
50 * Gareth Hughes <[email protected]>
51 */
52
53#ifndef __VBOXVIDEO_H__
54#define __VBOXVIDEO_H__
55
56/* General customization:
57 */
58
59#define DRIVER_AUTHOR "Sun Microsystems Inc."
60
61#define DRIVER_NAME "vboxvideo"
62#define DRIVER_DESC "VirtualBox Graphics Card"
63#define DRIVER_DATE "20090303"
64
65#define DRIVER_MAJOR 1
66#define DRIVER_MINOR 0
67#define DRIVER_PATCHLEVEL 0
68
69#define vboxvideo_PCI_IDS \
70 {0x80ee, 0xbeef, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
71 {0, 0, 0}
72
73#endif
74
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette