18c2ecf20Sopenharmony_ci/* tdfx.h -- 3dfx DRM template customization -*- linux-c -*-
28c2ecf20Sopenharmony_ci * Created: Wed Feb 14 12:32:32 2001 by gareth@valinux.com
38c2ecf20Sopenharmony_ci */
48c2ecf20Sopenharmony_ci/*
58c2ecf20Sopenharmony_ci * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
68c2ecf20Sopenharmony_ci * All Rights Reserved.
78c2ecf20Sopenharmony_ci *
88c2ecf20Sopenharmony_ci * Permission is hereby granted, free of charge, to any person obtaining a
98c2ecf20Sopenharmony_ci * copy of this software and associated documentation files (the "Software"),
108c2ecf20Sopenharmony_ci * to deal in the Software without restriction, including without limitation
118c2ecf20Sopenharmony_ci * the rights to use, copy, modify, merge, publish, distribute, sublicense,
128c2ecf20Sopenharmony_ci * and/or sell copies of the Software, and to permit persons to whom the
138c2ecf20Sopenharmony_ci * Software is furnished to do so, subject to the following conditions:
148c2ecf20Sopenharmony_ci *
158c2ecf20Sopenharmony_ci * The above copyright notice and this permission notice (including the next
168c2ecf20Sopenharmony_ci * paragraph) shall be included in all copies or substantial portions of the
178c2ecf20Sopenharmony_ci * Software.
188c2ecf20Sopenharmony_ci *
198c2ecf20Sopenharmony_ci * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
208c2ecf20Sopenharmony_ci * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
218c2ecf20Sopenharmony_ci * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
228c2ecf20Sopenharmony_ci * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
238c2ecf20Sopenharmony_ci * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
248c2ecf20Sopenharmony_ci * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
258c2ecf20Sopenharmony_ci * OTHER DEALINGS IN THE SOFTWARE.
268c2ecf20Sopenharmony_ci *
278c2ecf20Sopenharmony_ci * Authors:
288c2ecf20Sopenharmony_ci *    Gareth Hughes <gareth@valinux.com>
298c2ecf20Sopenharmony_ci */
308c2ecf20Sopenharmony_ci
318c2ecf20Sopenharmony_ci#ifndef __TDFX_H__
328c2ecf20Sopenharmony_ci#define __TDFX_H__
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_ci/* General customization:
358c2ecf20Sopenharmony_ci */
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_ci#define DRIVER_AUTHOR		"VA Linux Systems Inc."
388c2ecf20Sopenharmony_ci
398c2ecf20Sopenharmony_ci#define DRIVER_NAME		"tdfx"
408c2ecf20Sopenharmony_ci#define DRIVER_DESC		"3dfx Banshee/Voodoo3+"
418c2ecf20Sopenharmony_ci#define DRIVER_DATE		"20010216"
428c2ecf20Sopenharmony_ci
438c2ecf20Sopenharmony_ci#define DRIVER_MAJOR		1
448c2ecf20Sopenharmony_ci#define DRIVER_MINOR		0
458c2ecf20Sopenharmony_ci#define DRIVER_PATCHLEVEL	0
468c2ecf20Sopenharmony_ci
478c2ecf20Sopenharmony_ci#endif
48