]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
D'oh
authorMichael Brown <mcb30@etherboot.org>
Tue, 3 May 2005 12:18:31 +0000 (12:18 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 3 May 2005 12:18:31 +0000 (12:18 +0000)
src/drivers/net/pnic.c

index 1c4135516195177d6bcae0d199ccb439a19028c2..047bc2297877a54eac9ebded1446e26030ae2461 100644 (file)
@@ -26,7 +26,7 @@ Bochs Pseudo NIC driver for Etherboot
 static int pnic_api_check ( uint16_t api_version );
 
 /* NIC specific static variables go here */
-static uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
+uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
 
 /* 
  * Utility functions: issue a PNIC command, retrieve result.  Use