Changeset 57358 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp
r57252 r57358 16 16 */ 17 17 18 /******************************************************************************* 19 * Header Files * 20 *******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 #define LOG_GROUP LOG_GROUP_NET_ADP_DRV 22 23 #include "../../../Runtime/r0drv/darwin/the-darwin-kernel.h" … … 57 58 #include "../VBoxNetAdpInternal.h" 58 59 59 /******************************************************************************* 60 * Defined Constants And Macros * 61 *******************************************************************************/ 60 61 /********************************************************************************************************************************* 62 * Defined Constants And Macros * 63 *********************************************************************************************************************************/ 62 64 /** The maximum number of SG segments. 63 65 * Used to prevent stack overflow and similar bad stuff. */ … … 70 72 #define VBOXNETADP_FROM_IFACE(iface) ((PVBOXNETADP) ifnet_softc(iface)) 71 73 72 /******************************************************************************* 73 * Internal Functions * 74 *******************************************************************************/ 74 75 /********************************************************************************************************************************* 76 * Internal Functions * 77 *********************************************************************************************************************************/ 75 78 RT_C_DECLS_BEGIN 76 79 static kern_return_t VBoxNetAdpDarwinStart(struct kmod_info *pKModInfo, void *pvData); … … 82 85 static int VBoxNetAdpDarwinIOCtl(dev_t Dev, u_long iCmd, caddr_t pData, int fFlags, struct proc *pProcess); 83 86 84 /******************************************************************************* 85 * Global Variables * 86 *******************************************************************************/ 87 88 /********************************************************************************************************************************* 89 * Global Variables * 90 *********************************************************************************************************************************/ 87 91 /** 88 92 * Declare the module stuff.
Note:
See TracChangeset
for help on using the changeset viewer.