summaryrefslogtreecommitdiffstats
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
authorcokane <cokane@FreeBSD.org>2001-03-20 19:30:46 +0000
committercokane <cokane@FreeBSD.org>2001-03-20 19:30:46 +0000
commit2d984255700186df5c1130a1f21ff45867a6ba0f (patch)
treef7b02c1a8cfff06163ac01549949a9a6af29c7d7 /sys/dev/tdfx
parentf10dc9aca1097011cc6fd2f38be5e855132c46f0 (diff)
downloadFreeBSD-src-2d984255700186df5c1130a1f21ff45867a6ba0f.zip
FreeBSD-src-2d984255700186df5c1130a1f21ff45867a6ba0f.tar.gz
Change Voodoo Graphics device ID to 0x0001121a so it gets probed.
Diffstat (limited to 'sys/dev/tdfx')
-rw-r--r--sys/dev/tdfx/tdfx_vars.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tdfx/tdfx_vars.h b/sys/dev/tdfx/tdfx_vars.h
index f9a8660..890a3e2 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
OpenPOWER on IntegriCloud