https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253387
Kubilay Kocak <ko...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|b...@freebsd.org |ko...@freebsd.org Resolution|--- |Not Enough Information Status|New |Closed --- Comment #1 from Kubilay Kocak <ko...@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 available 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 the relevent 'options foo' line in a kernel configuration file, or specifying 'nooptions foo' to override a previous 'options foo' declaration. See: 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"