Last change
on this file since 280 was 276, checked in by Rick van der Zwet, 14 years ago |
More documentation and cleanups.
|
File size:
629 bytes
|
Rev | Line | |
---|
[276] | 1 | EXPERIMENTAL Beta code, use with care. Active development.
|
---|
[272] | 2 |
|
---|
| 3 | The FreeBSD if_mos.c driver is based on various different sources:
|
---|
| 4 | The vendor provided driver at the following URL:
|
---|
| 5 | http://www.moschip.com/data/products/MCS7830/Driver_FreeBSD_7830.tar.gz
|
---|
| 6 |
|
---|
| 7 | Mixed together with the OpenBSD if_mos.c driver for validation and checking
|
---|
| 8 | and the FreeBSD if_reu.c as reference for the USB Ethernet framework.
|
---|
| 9 |
|
---|
| 10 | Bugs and/or feedback welcome!
|
---|
| 11 | /Rick van der Zwet <info@rickvanderzwet.nl>
|
---|
| 12 |
|
---|
| 13 | == COMPILE & RUN ==
|
---|
| 14 | 1. Make sure you got the FreeBSD source (RELENG_8) checked out in /usr/src
|
---|
| 15 | 2. make load
|
---|
| 16 | 3. Driver ready for use (device found is ue0)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.