]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg-paging/main.c
move packet to aseg-paging in preparation for aseg's deletion
[netwatch.git] / aseg-paging / main.c
index 56e856c18944abf856a2c81148a25714ddc1d36c..db49f602ec99b382ce1cc80ae31ac027095c795b 100644 (file)
@@ -8,7 +8,7 @@
 #include <output.h>
 #include "../net/net.h"
 #include "vga-overlay.h"
-#include "../aseg/packet.h"
+#include "packet.h"
 #include "keyboard.h"
 
 unsigned int lastctr = 0;
@@ -84,6 +84,9 @@ void pci_dump() {
                                return;
                        }
                        break;
+
+               default:
+                       b = inb(cts & 0xFFFF);
                }
                
                dologf("READ : %08x (%02x)", cts, b);
This page took 0.021405 seconds and 4 git commands to generate.