Author: mav Date: Fri Mar 1 15:00:13 2019 New Revision: 344702 URL: https://svnweb.freebsd.org/changeset/base/344702
Log: There is no `device atacard` but there is `device atapccard`. Reported by: Dmitry Luhtionov <[email protected]> MFC after: 1 week Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Fri Mar 1 14:39:15 2019 (r344701) +++ head/sys/conf/NOTES Fri Mar 1 15:00:13 2019 (r344702) @@ -1727,7 +1727,7 @@ device ata # Modular ATA #device atacore # Core ATA functionality -#device atacard # CARDBUS support +#device atapccard # CARDBUS support #device ataisa # ISA bus support #device atapci # PCI bus support; only generic chipset support _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
