Last change
on this file since 365 was 283, checked in by Rick van der Zwet, 14 years ago |
Yeh! Made it into current, next step is to test it well and get it to stable.
|
File size:
861 bytes
|
Line | |
---|
1 | EXPERIMENTAL Beta code, use with care. Active development.
|
---|
2 |
|
---|
3 | Status: It has been committed to HEAD (r218729).
|
---|
4 | Target: Get it RELENG_8 to make it into release.
|
---|
5 |
|
---|
6 |
|
---|
7 | == INTRO ==
|
---|
8 | The FreeBSD if_mos.c driver is based on various different sources:
|
---|
9 | The vendor provided driver at the following URL:
|
---|
10 | http://www.moschip.com/data/products/MCS7830/Driver_FreeBSD_7830.tar.gz
|
---|
11 |
|
---|
12 | Mixed together with the OpenBSD if_mos.c driver for validation and checking
|
---|
13 | and the FreeBSD if_reu.c as reference for the USB Ethernet framework.
|
---|
14 |
|
---|
15 | == COMPILE & RUN ==
|
---|
16 | 1. Make sure you got the FreeBSD source (RELENG_8) checked out in /usr/src
|
---|
17 | 2. make load
|
---|
18 | 3. Driver ready for use (device found is ue0)
|
---|
19 |
|
---|
20 | = COMPILE & INSTALL ==
|
---|
21 | 1. Follow steps as above
|
---|
22 | 2. make install
|
---|
23 |
|
---|
24 |
|
---|
25 | Bugs and/or feedback are more than welcome! Please try to be verbose as
|
---|
26 | possible.
|
---|
27 |
|
---|
28 | /Rick van der Zwet <info@rickvanderzwet.nl>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.