]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/firstrun.c
Finally move the LEGKEY garbage into ich2/.
[netwatch.git] / netwatch / firstrun.c
index 66b08d41c201aeb10d28290a48dc6d5f84ab8760..e2a8f4b6a4546af0bd43245531706bd6de0d8bee 100644 (file)
@@ -36,12 +36,6 @@ void smi_init() {
 
        outputf("NetWatch running");
 
-       /* Try really hard to shut up USB_LEGKEY. */
-       pci_write16(0, 31, 2, 0xC0, pci_read16(0, 31, 2, 0xC0));
-       pci_write16(0, 31, 2, 0xC0, 0);
-       pci_write16(0, 31, 4, 0xC0, pci_read16(0, 31, 4, 0xC0));
-       pci_write16(0, 31, 4, 0xC0, 0);
-
        /* Turn on the SMIs we want */
        smi_disable();
        
This page took 0.020639 seconds and 4 git commands to generate.