]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/smi.c
Finally move the LEGKEY garbage into ich2/.
[netwatch.git] / netwatch / smi.c
index e551ac4ccb8ffa7f0edd92a64518674b0a00ec5b..88570a6bbc80582abf1d26acaea5586d142ece25 100644 (file)
@@ -74,14 +74,8 @@ extern void timer_handler(smi_event_t ev);
 extern void kbc_handler(smi_event_t ev);
 extern void gbl_rls_handler(smi_event_t ev);
 
-void __firstrun_stub() {
-
-        /* 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);
-
+void __firstrun_stub()
+{
         /* Turn on the SMIs we want */
         smi_disable();
 
This page took 0.025052 seconds and 4 git commands to generate.