Skip to content

GitLab

  • Menu
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
  • ide
  • ide-io.c
Find file BlameHistoryPermalink
  • Bartlomiej Zolnierkiewicz's avatar
    ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd() · 6dd87233
    Bartlomiej Zolnierkiewicz authored Jan 25, 2008
    
    
    Move loading of IDE_NSECTOR_REG from ide_cmd() to execute_drive_cmd()
    (load the IDE_NSECTOR_REG just after IDE_FEATURE_REG).
    
    This also allows us to drop 'nsect' argument from ide_cmd() and simplify
    execute_drive_cmd() code for REQ_TYPE_ATA_CMD case a bit.
    
    It shouldn't affect anything (just a usual paranoia to separate changes
    which change the way in which hardware is accessed from code cleanups).
    Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
    6dd87233

Replace ide-io.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.