summaryrefslogtreecommitdiffstats
path: root/sys/dev/tdfx/tdfx_vars.h
diff options
context:
space:
mode:
authorcokane <cokane@FreeBSD.org>2000-06-23 05:54:01 +0000
committercokane <cokane@FreeBSD.org>2000-06-23 05:54:01 +0000
commitc75f27a705d87ab5a275304d4a54c4f49b380b9c (patch)
treea1581b24f407049d2f481c8ed9236ce3f6f0caad /sys/dev/tdfx/tdfx_vars.h
parenta6d911fe4ec44bd192bc844817123acbfbb79fd8 (diff)
downloadFreeBSD-src-c75f27a705d87ab5a275304d4a54c4f49b380b9c.zip
FreeBSD-src-c75f27a705d87ab5a275304d4a54c4f49b380b9c.tar.gz
Finish up the fixing of the linux ioctl stuff. Add line to remove the dev
entry upon unload.
Diffstat (limited to 'sys/dev/tdfx/tdfx_vars.h')
-rw-r--r--sys/dev/tdfx/tdfx_vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/tdfx/tdfx_vars.h b/sys/dev/tdfx/tdfx_vars.h
index a369897..bbfd3d3 100644
--- a/sys/dev/tdfx/tdfx_vars.h
+++ b/sys/dev/tdfx/tdfx_vars.h
@@ -89,6 +89,7 @@ struct tdfx_softc {
unsigned char dv;
struct file *curFile;
device_t dev;
+ dev_t devt;
struct mem_range_desc mrdesc;
int busy;
};
OpenPOWER on IntegriCloud