Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • ata
  • ahci.c
Find file BlameHistoryPermalink
  • su henry's avatar
    The SATA controller device ID is different according to · badc2341
    su henry authored Jul 20, 2007
    
    the onchip SATA type set in the system BIOS:
    Device                              Device ID
    SATA in IDE mode             0x4390
    SATA in AHCI mode           0x4391
    SATA in non-raid5 driver     0x4392
    SATA in raid5 driver           0x4393
    
    Although the device ID is different, they use the same AHCI driver
    .The attached file is the patch for adding these device
    IDs for ATI SB700.
    
    Signed-off-by: default avatar <henry.su.ati@gmail.com>
    Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
    badc2341