find module information
Brandon J. Wandersee
brandon.wandersee at gmail.com
Mon Mar 21 19:20:21 UTC 2016
Polytropon writes:
> On Mon, 21 Mar 2016 10:21:27 +0000 (UTC), Unixreader Mydog via freebsd-questions wrote:
>> Hello, everbody, i saw a module named i915kms.ko, and i want to know
>> what is its' facility, Could anybody please tell me where i can get
>> some useful information.
>
> This probably is a 3rd party module, so the documentation
> is located where the port maintainer decided to install it
> to.
It's the driver for Intel SandyBridge and later integrated graphics, and
is included in base. There's no documentation included that I know of,
but it's a modified version of Intel's official Linux driver.
If you want a run-down of the what's included in the defalt (GENERIC)
kernel configuration, the FreeBSD source code contains the files:
- /usr/src/sys/<architecture_name>/conf/GENERIC
- /usr/src/sys/<architecture_name>/NOTES
These will give you a general idea of stuff included and what
hardware/function the modules are for. It's not a comprehensive list,
but I think it should cover most (all?) of what's in /boot/kernel on a
default install for your architecture. I'm assuming you're asking
because you intend to build a custom kernel and already have a local
copy of the source, but if not you can read the files on the official
SVN server.[1]
[1]: http://svn.freebsd.org/base/
--
:: Brandon J. Wandersee
:: brandon.wandersee at gmail.com
:: --------------------------------------------------
:: 'The best design is as little design as possible.'
:: --- Dieter Rams ----------------------------------
More information about the freebsd-questions
mailing list