Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Feb 2004 17:40:56 -0500 (EST)
From:      Mathew Kanner <mat@cnd.mcgill.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63554: x11/nvidia-driver is missing a flag after cdevsw mega patch
Message-ID:  <200402292240.i1TMeuFS001609@hak.cnd.mcgill.ca>
Resent-Message-ID: <200402292240.i1TMeLsK038489@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63554
>Category:       ports
>Synopsis:       x11/nvidia-driver is missing a flag after cdevsw mega patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 29 14:40:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mathew Kanner
>Release:        FreeBSD 5-
>Organization:
>Environment:
System: FreeBSD hak.cnd.mcgill.ca 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jul 30 13:51:04 EDT 2003 mat@hak.cnd.mcgill.ca:/usr/src/sys/compile/HAK i386


	
>Description:

	The port maintainer submitted my patches but unfortunatly there was minor bug.  The
src/nvidia_ctl.c file looses a flag when post cdevsw mega-patch.

	
>How-To-Repeat:
	

>Fix:

	Not a real patch file, but you should get my drift.

	files/patch-src::nvidia_ctl.c

 #else
     .d_version =   D_VERSION, 
-    .d_flags =     D_NEEDGIANT
+    .d_flags =     D_NEEDGIANT|D_TRACKCLOSE
 #endif 

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402292240.i1TMeuFS001609>