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