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, Aug 16, 7:17 PM
Unknown Object (File)
Sat, Aug 15, 2:54 AM
Unknown Object (File)
Tue, Aug 11, 6:05 PM
Unknown Object (File)
Mon, Aug 10, 10:10 PM
Unknown Object (File)
Mon, Aug 10, 9:50 PM
Unknown Object (File)
Mon, Aug 10, 8:44 AM
Unknown Object (File)
Sun, Aug 9, 5:08 PM
Unknown Object (File)
Sun, Aug 9, 1:05 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.