diff options
| author | Coleman Kane <cokane@FreeBSD.org> | 2001-03-20 19:30:46 +0000 |
|---|---|---|
| committer | Coleman Kane <cokane@FreeBSD.org> | 2001-03-20 19:30:46 +0000 |
| commit | 85737cb250857d531b19e879aff409e08b6fe403 (patch) | |
| tree | c71df1f46d718750912a779c40ceb5e61cea97b0 /sys/dev/tdfx | |
| parent | c73e22c3d47a3cff43c30a39e6aa4692e07316c8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tdfx')
| -rw-r--r-- | sys/dev/tdfx/tdfx_vars.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tdfx/tdfx_vars.h b/sys/dev/tdfx/tdfx_vars.h index f9a866062172..890a3e2e2222 100644 --- a/sys/dev/tdfx/tdfx_vars.h +++ b/sys/dev/tdfx/tdfx_vars.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 by Coleman Kane <cokane@FreeBSD.org> + * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ */ /* tdfx_vars.h -- constants and structs used in the tdfx driver - Copyright (C) 2000 by Coleman Kane <cokane@FreeBSD.org> + Copyright (C) 2000-2001 by Coleman Kane <cokane@FreeBSD.org> */ #ifndef TDFX_VARS_H #define TDFX_VARS_H @@ -45,7 +45,7 @@ #define CDEV_MAJOR 107 #define PCI_DEVICE_ALLIANCE_AT3D 0x643d1142 -#define PCI_DEVICE_3DFX_VOODOO1 0x0000121a +#define PCI_DEVICE_3DFX_VOODOO1 0x0001121a #define PCI_DEVICE_3DFX_VOODOO2 0x0002121a #define PCI_DEVICE_3DFX_BANSHEE 0x0003121a #define PCI_DEVICE_3DFX_VOODOO3 0x0005121a |
