source: freebsd-rtl-driver/README@ 393

Last change on this file since 393 was 384, checked in by Rick van der Zwet, 10 years ago

Innitial import attempt of if_rtl(4)

File size: 1.1 KB
Line 
1EXPERIMENTAL Beta code, use with care. Active development.
2
3Status: Development
4Target: Get it on 10-STABLE to make it into release.
5
6No datasheets available after requests, I quote: ``` Due to company policy, we
7only release Datasheet to our ODM/OEM ( which have signed a company to company
8NDA with Realtek ). Please follow the linux source code for porting, thanks.
9"""
10
11Linux reference driver: http://lxr.free-electrons.com/source/drivers/net/usb/r8152.c
12
13
14== INTRO ==
15The FreeBSD if_rtl.c driver is based on various different sources:
16
17The vendor provided information at the following URL:
18http://www.moschip.com/data/products/MCS7830/Driver_FreeBSD_7830.tar.gz
19
20Mixed together with the Linux r8152.c driver for validation and checking
21and the FreeBSD if_rue.c as reference for the USB Ethernet framework.
22
23== COMPILE & RUN ==
24 1. Make sure you got the FreeBSD source checked out in /usr/src
25 2. make load
26 3. Driver ready for use (device found is ue0)
27
28= COMPILE & INSTALL ==
29 1. Follow steps as above
30 2. make install
31
32
33Bugs and/or feedback are more than welcome! Please try to be verbose as
34possible.
35
36/Rick van der Zwet <info@rickvanderzwet.nl>
Note: See TracBrowser for help on using the repository browser.