Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2005 17:21:31 -0700
From:      Russell Jackson <raj@cserv62.csub.edu>
To:        freebsd-current@freebsd.org
Subject:   Re: nvidia-driver and bus_memio.h
Message-ID:  <20050619002131.GA29495@eru.homelan>
In-Reply-To: <20050618013902.GA756@localhost.homelan>
References:  <20050618013902.GA756@localhost.homelan>

next in thread | previous in thread | raw e-mail | index | archive | help
Trivial fix:

--- src/nv-freebsd.h.bak	Sat Jun 18 17:12:48 2005
+++ src/nv-freebsd.h		Sat Jun 18 17:19:25 2005
@@ -43,7 +43,6 @@
 #include <machine/clock.h>
 #include <machine/stdarg.h>
 #include <machine/bus.h>
-#include <machine/bus_memio.h>
 #include <machine/vm86.h>
 
 #include <sys/conf.h>
@@ -180,7 +179,7 @@
  * thus disabled by default (this is 5.x/-CURRENT only).
  */
 
-#undef NV_SUPPORT_ACPI_PM
+#define NV_SUPPORT_ACPI_PM
 
 
 /*

On Fri, Jun 17, 2005 at 06:39:02PM -0700, Russell Jackson wrote:
> The removal of bus_memio.h broke the nvidia driver.
> 
> -- 
> Russell A. Jackson
> Rudin's Law:
> 	If there is a wrong way to do something, most people will
> 	do it every time.
> 
> Rudin's Second Law:
> 	In a crisis that forces a choice to be made among alternative
> 	courses of action, people tend to choose the worst possible
> 	course.
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"

-- 
Russell A. Jackson <raj@csub.edu>
	A man walked into a bar with his alligator and asked the bartender,
"Do you serve lawyers here?".
	"Sure do," replied the bartender.
	"Good," said the man.  "Give me a beer, and I'll have a lawyer for
my 'gator."



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