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, Nov 10, 1:43 PM
Unknown Object (File)
Sun, Nov 10, 1:31 PM
Unknown Object (File)
Sep 30 2024, 11:43 AM
Unknown Object (File)
Sep 30 2024, 11:38 AM
Unknown Object (File)
Sep 30 2024, 9:24 AM
Unknown Object (File)
Sep 27 2024, 1:16 PM
Unknown Object (File)
Sep 26 2024, 10:18 PM
Unknown Object (File)
Sep 26 2024, 6:55 AM
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.