Date: Thu, 4 Sep 2003 00:04:38 +0200 From: Pau Rodriguez <prodriguez@iespana.es> To: freebsd-current@freebsd.org Cc: Harald Schmalzbauer <h@schmalzbauer.de> Subject: Re: NVidia Port Problems with kernel Message-ID: <20030904000438.750a9858.prodriguez@iespana.es> In-Reply-To: <200309032124.09800@harrymail> References: <20030903211721.5126cacb.prodriguez@iespana.es> <200309032124.09800@harrymail>
next in thread | previous in thread | raw e-mail | index | archive | help
Really thank-you!! It runs perfect-ly. I have changed it manualy but it compiles perfectly. Really thanks for all team that answerme fastly. thanks! On Wed, 3 Sep 2003 21:24:05 +0200 Harald Schmalzbauer <h@schmalzbauer.de> wrote: > On Wednesday 03 September 2003 21:17, Pau Rodriguez wrote: > > Hello! > > I'm a FreeBSD 5.1-CURRENT user and I use NVidia card. > > While I'm building 'ports/x11/nvidia-driver' make return errors > > Either re-cvsup, the HAEDERTYPE->HDRTYPE change got the old as alias, or > create a folder named "files" in /usr/ports/x11/nvidia-driver with the file > patch.aa which reads: > > --- src/nvidia_sysctl.c.orig Wed May 28 18:51:52 2003 > +++ src/nvidia_sysctl.c Wed Sep 3 12:30:29 2003 > @@ -231,7 +231,7 @@ > * It also doesn't make sense to to iterate over multiple > * functions if this isn't a multi-function device. > */ > - hdrtype = pci_read_config(dev, PCIR_HEADERTYPE, 1); > + hdrtype = pci_read_config(dev, PCIR_HDRTYPE, 1); > > if ((hdrtype & PCIM_MFDEV) == 0) > break; > > > > > > > cd /usr/ports/x11/nvidia-driver;make > > > > #ERRORS > > > > /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_sy > >sctl. c: In > > function `nvidia_find_bridge': > > /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_sy > >sctl. c:234: > > error: `PCIR_HEADERTYPE' undeclared (first use in this function) > > /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_sy > >sctl. c:234: > > error: (Each undeclared identifier is reported only once > > /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_sy > >sctl. c:234: > > error: for each function it appears in.) > > > > > > > > You can see full output in attrached file 'make.out'. > > I know that in previous version of kernel it runs. > > > > If is error that I made answarme. thanks! >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030904000438.750a9858.prodriguez>