~ubuntu-branches/ubuntu/saucy/seabios/saucy-proposed

« back to all changes in this revision

Viewing changes to src/ps2port.c

  • Committer: Bazaar Package Importer
  • Author(s): Vagrant Cascadian
  • Date: 2010-11-26 17:54:44 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101126175444-rpdeja25wf6fjycx
Tags: 0.6.1.2-1
* New upstream version from git tag. 
  - Fixes virtio-blk failure after reboot (Closes: #604735).
* Update debian/watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
453
453
        return;
454
454
    dprintf(3, "init ps2port\n");
455
455
 
456
 
    enable_hwirq(1, entry_09);
457
 
    enable_hwirq(12, entry_74);
 
456
    enable_hwirq(1, FUNC16(entry_09));
 
457
    enable_hwirq(12, FUNC16(entry_74));
458
458
 
459
459
    run_thread(keyboard_init, NULL);
460
460
}