Re: CVS commit: src/share/man/man4

2009-05-09 Thread Joerg Sonnenberger
On Sat, May 09, 2009 at 07:51:41AM -0700, Paul Goyette wrote: So really should simply document the option DRM_NO_AGP rather than telling folks to include unnecessary drivers! Just because it compiles doesn't mean it works properly. For most drivers at least, you really need the AGP support for

Re: CVS commit: src/share/man/man4

2009-05-09 Thread David Holland
On Sat, May 09, 2009 at 07:51:41AM -0700, Paul Goyette wrote: Document that drm(4) needs agp(4). Bump date. (joerg said so, and compilation fails without.) I really hate to contradict joerg, but... I think this is incorrect. You can compile drm with DRM_NO_AGP and it will compile just

Re: CVS commit: src/sys/netinet6

2009-05-09 Thread YAMAMOTO Takashi
hi, On Fri, May 8, 2009 at 2:18 AM, YAMAMOTO Takashi y...@mwd.biglobe.ne.jp wrote: hi, have you checked callers and ensure that the change from EACCES to EPERM won't be a problem? Only ipsec_set_policy() returns EPERM instead of EACCES now, and I don't think it should be a problem.