[Bug 288236] x11/nvidia-driver: nvidia_subr.c:1456:15: error: use of undeclared identifier 'DMAP_MIN_ADDRESS'
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288236
Bug ID: 288236
Summary: x11/nvidia-driver: nvidia_subr.c:1456:15: error: use
of undeclared identifier 'DMAP_MIN_ADDRESS'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Flags: maintainer-feedback?([email protected])
Assignee: [email protected]
On recent CURRENT (git pull today, 5:20 UTC), recent driver x11/nvidia-driver
(570.169) fails to compile with error:
[...]
--- nvidia_subr.o ---
nvidia_subr.c:1456:15: error: use of undeclared identifier 'DMAP_MIN_ADDRESS'
1456 | if (va >= DMAP_MIN_ADDRESS && va < DMAP_MAX_ADDRESS)
| ^
nvidia_subr.c:1456:40: error: use of undeclared identifier 'DMAP_MAX_ADDRESS'
1456 | if (va >= DMAP_MIN_ADDRESS && va < DMAP_MAX_ADDRESS)
| ^
2 errors generated.
*** [nvidia_subr.o] Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.