diff options
Diffstat (limited to 'util/flashrom/chipset_enable.c')
-rw-r--r-- | util/flashrom/chipset_enable.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/util/flashrom/chipset_enable.c b/util/flashrom/chipset_enable.c index b663295770..3e532447e6 100644 --- a/util/flashrom/chipset_enable.c +++ b/util/flashrom/chipset_enable.c @@ -401,11 +401,6 @@ static int enable_flash_ht1000(struct pci_dev *dev, char *name) byte |= (1<<4); pci_write_byte(dev, 0x43, byte); - /* Some magic. Comment me if you can */ - outb(0x45, 0xcd6); - byte = inb(0xcd7); - outb(reg8|0x20, 0xcd7); - return 0; } |