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)
Wed, Oct 15, 3:31 PM
Unknown Object (File)
Wed, Oct 15, 3:31 PM
Unknown Object (File)
Wed, Oct 15, 3:31 PM
Unknown Object (File)
Wed, Oct 15, 4:36 AM
Unknown Object (File)
Mon, Oct 13, 3:25 AM
Unknown Object (File)
Sat, Oct 11, 11:51 PM
Unknown Object (File)
Sep 14 2025, 6:49 PM
Unknown Object (File)
Aug 18 2025, 10:59 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.