EXPERIMENTAL Beta code, use with care. Active development. Status: Development Target: Get it on 10-STABLE to make it into release. No datasheets available after requests, I quote: ``` Due to company policy, we only release Datasheet to our ODM/OEM ( which have signed a company to company NDA with Realtek ). Please follow the linux source code for porting, thanks. """ Linux reference driver: http://lxr.free-electrons.com/source/drivers/net/usb/r8152.c == INTRO == The FreeBSD if_rtl.c driver is based on various different sources: The vendor provided information at the following URL: http://www.moschip.com/data/products/MCS7830/Driver_FreeBSD_7830.tar.gz Mixed together with the Linux r8152.c driver for validation and checking and the FreeBSD if_rue.c as reference for the USB Ethernet framework. == COMPILE & RUN == 1. Make sure you got the FreeBSD source checked out in /usr/src 2. make load 3. Driver ready for use (device found is ue0) = COMPILE & INSTALL == 1. Follow steps as above 2. make install Bugs and/or feedback are more than welcome! Please try to be verbose as possible. /Rick van der Zwet