Page MenuHomeFreeBSD

NOTES: Tidy entries for SATA controllers
ClosedPublic

Authored by jhb on Apr 8 2024, 8:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 14, 6:49 PM
Unknown Object (File)
Aug 18 2025, 10:59 PM
Unknown Object (File)
Aug 17 2025, 9:18 PM
Unknown Object (File)
Aug 14 2025, 11:26 PM
Unknown Object (File)
Aug 14 2025, 10:28 PM
Unknown Object (File)
Aug 6 2025, 3:22 AM
Unknown Object (File)
Jul 14 2025, 12:51 PM
Unknown Object (File)
Jul 7 2025, 3:52 PM
Subscribers
None

Details

Summary
  • Add typical comments after device entries (copied from amd64 GENERIC)
  • Add an entry for 'device ada'. Normally this is pulled in via 'device sd', but is documented in ada(4) and can be used to include ATA/SATA disk support in a kernel without SCSI disk support.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Apr 8 2024, 8:31 PM
jhb created this revision.

Looks good, unrelated question

sys/conf/NOTES
1701

Last time i tried to get these working it was epic fail. Do we still need them?

This revision is now accepted and ready to land.Apr 8 2024, 9:09 PM
sys/conf/NOTES
1701

That I don't know, but removing ata(4) is a different kettle of fish.

I wonder if amd64 defacto always uses AHCI.

This revision was automatically updated to reflect the committed changes.