Lines Matching full:dfx
35 /* 3dfx driver for FreeBSD 4.x - Finished 11 May 2000, 12:25AM ET
38 * based upon the 3dfx driver written for linux, by Daryll Straus, Jon Taylor,
39 * and Jens Axboe, located at http://linux.3dfx.com.
89 static MALLOC_DEFINE(M_TDFX,"tdfx_driver","3DFX Graphics[/2D]/3D Accelerators");
116 device_set_desc(dev, "3DFX Voodoo II 3D Accelerator"); in tdfx_probe()
119 device_set_desc(dev, "3DFX Voodoo Banshee 2D/3D Graphics Accelerator"); in tdfx_probe()
122 device_set_desc(dev, "3DFX Voodoo3 2D/3D Graphics Accelerator"); in tdfx_probe()
125 device_set_desc(dev, "3DFX Voodoo Graphics 3D Accelerator"); in tdfx_probe()
240 * make_dev registers the cdev to access the 3dfx card from /dev in tdfx_attach()
246 UID_ROOT, GID_WHEEL, 0600, "3dfx%x", device_get_unit(dev)); in tdfx_attach()
310 * This is the MTRR setting function for the 3dfx card. It is called from in tdfx_setmtrr()
383 * The open cdev method handles open(2) calls to /dev/3dfx[n] in tdfx_open()
389 printf("3dfx: Opened by #%d\n", td->td_proc->p_pid); in tdfx_open()
400 * The close cdev method handles close(2) calls to /dev/3dfx[n] in tdfx_close()
754 * alright, but 3dfx didn't make it that way...