Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2021 00:37:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253387] Is there no way to exclude unwanted modules in the kernel itself?
Message-ID:  <bug-253387-227-FUgfkHsCdj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253387-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253387-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253387

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |koobs@FreeBSD.org
         Resolution|---                         |Not Enough Information
             Status|New                         |Closed

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
^Triage: Thank you for your report. Our issue tracker is used for issues
identified to be bugs and enhancements.

For general support, questions and issues, the following channels are avail=
able
to the community:

  https://www.freebsd.org/support.html

If your issue is isolated to be a bug and is reproducible on an up-to-date =
and
supported FreeBSD version, please re-open this issue with additional
information and steps to reproduce.

Generically, kernel modules can be removes from a build by commenting out t=
he
relevent 'options foo' line in a kernel configuration file, or specifying
'nooptions foo' to override a previous 'options foo' declaration. See:=20

https://docs.freebsd.org/en_US.ISO8859-1/books/handbook/kernelconfig-config=
.html


In this case, per /usr/src/sys/conf/NOTES on "Modular ATA":

# The 'ATA' driver supports all legacy ATA/ATAPI controllers, including
# PC Card devices. You only need one "device ata" for it to find all
# PCI and PC Card ATA/ATAPI devices on modern machines.
# Alternatively, individual bus and chipset drivers may be chosen by using
# the 'atacore' driver then selecting the drivers on a per vendor basis.
# For example to build a system which only supports a VIA chipset,
# omit 'ata' and include the 'atacore', 'atapci' and 'atavia' drivers.

If this does not perform as expected, please re-open the issue including:

- FreeBSD version (uname -a)
- Complete kernel configuration that reproduces the issue as an attachment
- /var/run/dmesg.boot output as an attachment

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253387-227-FUgfkHsCdj>