瀏覽代碼

D'oh

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
42eb786ced
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/drivers/net/pnic.c

+ 1
- 1
src/drivers/net/pnic.c 查看文件

@@ -26,7 +26,7 @@ Bochs Pseudo NIC driver for Etherboot
26 26
 static int pnic_api_check ( uint16_t api_version );
27 27
 
28 28
 /* NIC specific static variables go here */
29
-static uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
29
+uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
30 30
 
31 31
 /* 
32 32
  * Utility functions: issue a PNIC command, retrieve result.  Use

Loading…
取消
儲存