~bdrung/qemu-kvm/caps-lock-key-up-event

« back to all changes in this revision

Viewing changes to hw/fdc.c

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-08-10 08:51:54 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810085154-ok0jzlkr75dplmc7
Tags: 0.12.5+noroms-0ubuntu1
* New upstream release
* Removed patch which is now upstream:
  0001-Fix-missing-symbols-in-.rel-.rela.plt-sections.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
370
370
    FD_CMD_PART_ID = 0x18,
371
371
    FD_CMD_SCAN_LOW_OR_EQUAL = 0x19,
372
372
    FD_CMD_SCAN_HIGH_OR_EQUAL = 0x1d,
373
 
    FD_CMD_SAVE = 0x2c,
 
373
    FD_CMD_SAVE = 0x2e,
374
374
    FD_CMD_OPTION = 0x33,
375
 
    FD_CMD_RESTORE = 0x4c,
 
375
    FD_CMD_RESTORE = 0x4e,
376
376
    FD_CMD_DRIVE_SPECIFICATION_COMMAND = 0x8e,
377
377
    FD_CMD_RELATIVE_SEEK_OUT = 0x8f,
378
378
    FD_CMD_FORMAT_AND_WRITE = 0xcd,