Bug 156130 - [kernel] [patch] hints read: resource_longlong_value and resource_uintmax_value
Summary: [kernel] [patch] hints read: resource_longlong_value and resource_uintmax_value
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 8.2-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-02 19:50 UTC by Ivan Rozhuk
Modified: 2015-05-01 17:24 UTC (History)
0 users

See Also:


Attachments
file.diff (1.25 KB, patch)
2011-04-02 19:50 UTC, Ivan Rozhuk
no flags Details | Diff
subr_hints.txt (1.52 KB, text/plain)
2011-04-03 15:08 UTC, Rozhuk_I
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2011-04-02 19:50:10 UTC
just additional functions for hints:
resource_longlong_value
resource_uintmax_value

Fix: apply patch :)

Patch attached with submission follows:
How-To-Repeat: try to read from "hints" 64 bit values in your driver/module
Comment 1 Rozhuk_I 2011-04-03 15:08:54 UTC
Original patch has errors, this final version.

 
--
Rozhuk Ivan
  

Comment 2 Ivan Rozhuk 2015-05-01 17:24:06 UTC
Not actual.