Sponsored Content
Special Forums News, Links, Events and Announcements FreeBSD nVidia Beta Drivers released! Post 31494 by auswipe on Friday 8th of November 2002 10:31:35 AM
Old 11-08-2002
FreeBSD nVidia Beta Drivers released!

http://www.nvidia.com/content/drivers/drivers.asp

I know what I am doing this weekend!

I live life on the edge, baby!
 

2 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

FreeBSD book released

. (0 Replies)
Discussion started by: Driver
0 Replies

2. Linux

Nvidia Drivers for Oracle Linux

I'm installing Oracle Linux 6.1 and can't seem to get my second monitor to be recognized by the OS. I think that the issue is with the NVIDIA drivers but, after downloading and installing 3 different version of the RHEL driver I still can't get the second monitor to be recognized. Does anyone... (1 Reply)
Discussion started by: goose25
1 Replies
modldrv(9S)                                                 Data Structures for Drivers                                                modldrv(9S)

NAME
modldrv - linkage structure for loadable drivers SYNOPSIS
#include <sys/modctl.h> INTERFACE LEVEL
Solaris DDI specific (Solaris DDI) DESCRIPTION
The modldrv structure is used by device drivers to export driver specific information to the kernel. STRUCTURE MEMBERS
struct mod_ops *drv_modops; char *drv_linkinfo; struct dev_ops *drv_dev_ops; drv_modops Must always be initialized to the address of mod_driverops. This member identifies the module as a loadable driver. drv_linkinfo Can be any string up to MODMAXNAMELEN characters (including the terminating NULL character), and is used to describe the module and its version number. This is usually the name of the driver and module version information, but can contain other information as well. drv_dev_ops Pointer to the driver's dev_ops(9S) structure. SEE ALSO
add_drv(1M), dev_ops(9S), modlinkage(9S) Writing Device Drivers SunOS 5.10 5 Mar 2001 modldrv(9S)
All times are GMT -4. The time now is 05:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy