| Summary: | dmesg :interface ahci.1 already present in the KLD 'kernel' but kldstat show nothing about ahci.ko | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Jov <amutu> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | New --- | ||
| Severity: | Affects Only Me | CC: | avos, op |
| Priority: | --- | ||
| Version: | 10.0-RELEASE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Jov
2014-09-23 06:30:28 UTC
Try kldstat -v. The ahci driver already compiled in to the kernel image, and not needed to load it as module. reference: https://github.com/freebsd/freebsd/blob/releng/10.0/sys/amd64/conf/GENERIC#L94 Yes,I see it.Thank you! kldstat -v | grep ahci 84 atapci/ata_ahci_ata 83 pci/ata_ahci 62 ahci/ahciem 61 ahci/ahcich 60 atapci/ahci 59 pci/ahci But what the ahci.ko file is used for? If the static kernel already contained it,I think the file should be removed.It takes up 90KB disk space. Yes, you can remove it - by default, all kernel modules are built; see https://www.freebsd.org/doc/handbook/kernelconfig-building.html for details. |