VirtualBox

Ignore:
Timestamp:
Oct 3, 2009 5:55:49 PM (15 years ago)
Author:
vboxsync
Message:

HostDrivers/FreeBSD: Use the same method to build the kernel drivers as Linux.

To build the kernel drivers go into out/freebsd.{amd64,x86}/{release,debug}/bin/src
after the build and execute make. make load will load the kernel drivers.
The old way is only used for syntax checking and the resulting modules may not even load anymore.

Location:
trunk/src/VBox/HostDrivers/VBoxNetFlt/freebsd
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c

    r22902 r23526  
    146146            if (RT_FAILURE(rc))
    147147            {
    148                 Log(("RTR0Init failed %d\n", rc));
     148                printf("RTR0Init failed %d\n", rc);
    149149                return RTErrConvertToErrno(rc);
    150150            }
     
    154154            if (RT_FAILURE(rc))
    155155            {
    156                 Log(("vboxNetFltInitGlobalsAndIdc failed %d\n", rc));
     156                printf("vboxNetFltInitGlobalsAndIdc failed %d\n", rc);
    157157                return RTErrConvertToErrno(rc);
    158158            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette