Commit graph

11 commits

Author SHA1 Message Date
Alexey Dokuchaev
733a52902b It turns out there's a call to vm_page_wakeup() that does not hold the
object lock across the call.  It shows up with INVARIANTS turned on.

PR:		ports/77750
Submitted by:	Frank Mayhar <frank(at)exit.com>
2005-02-24 05:28:21 +00:00
Alexey Dokuchaev
eb7041b464 Add forgotten patch from the PR (ports/70564).
Approved by:	fjoe (mentor)
2004-08-27 09:24:05 +00:00
Sergey A. Osokin
9becd45701 Update nVidia binary drivers to most recent released version, 6113.
Features:
 * Support for the latest NVIDIA GPUs including GeForce 6800 Series
 * Improved interaction with -CURRENT's new threading libraries.

It also brings some more general fixes to the port:
 * Utilizes PORTDOCS
 * New knobs added
 * pkg-plist fixed

Special note for -CURRENT users: nVidia driver now depends
on mem.ko kernel module.

Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer)
PR:		70561
2004-08-17 11:54:09 +00:00
Pav Lucistnik
a49d5fc71c - Fix d_flags on recent -CURRENT
PR:		ports/63554
Submitted by:	matk
Approved by:	maintainer
2004-03-02 09:33:10 +00:00
Kirill Ponomarev
509d4221d5 - Add patches to fix nvidia drivers after 502103
__FreeBSD_version

PR:		ports/63326
Submitted by:	maintainer
2004-02-25 13:05:12 +00:00
Pav Lucistnik
b1d96356f5 - Install kernel module to proper location on -STABLE
PR:		ports/62210
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer)
2004-02-01 12:35:57 +00:00
Kirill Ponomarev
55854aa76d - handles the rename of PCIR_HEADERTYPE -> PCIR_HDRTYPE #define
- nvidia.ko is now installed under /boot/modules rather
  than /boot/kernel on 5.x

PR:		ports/61867
Submitted by:	maintainer
2004-01-25 13:52:46 +00:00
David E. O'Brien
9dbcd2cc53 Don't falsely tell the kernel that this driver supports the nForce onboard
Ethernet's PCI Device ID's.

Obtained from:	http://www.onthenet.com.au/~q/nvnet/nvidia-agp.diff
2003-12-08 00:50:59 +00:00
Sergey A. Osokin
241f33e7b8 Update to 1.0.4365
Give maintainership to submitter.

Submitted by:	Alexey Dokuchaev <danfe@nsu.ru>
Approved by:	fjoe (mentor) (implicit)
2003-07-04 14:35:20 +00:00
Maxime Henrion
57a8c90d83 - Update to the latest version of my patch to fix malloc() flags
for -CURRENT.  This fixes the printing of annoying backtraces.
- Don't try to run mknod on -CURRENT where we have devfs.
- Bump PORTREVISION.
2003-03-24 13:49:54 +00:00
Maxime Henrion
db303857e8 Add patches so that the nVidia driver works with -CURRENT. Be
aware that nVidia doesn't officially supports -CURRENT though.
Older versions of -CURRENT (ie. __FreeBSD_version < 500105) are
not supported.  5.0-RELEASE is thus unsupported as well.

Requested by:	many
2003-03-06 01:12:23 +00:00