source: freebsd-mos-driver/README@ 359

Last change on this file since 359 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 
1EXPERIMENTAL Beta code, use with care. Active development.
2
3Status: It has been committed to HEAD (r218729).
4Target: Get it RELENG_8 to make it into release.
5
6
7== INTRO ==
8The FreeBSD if_mos.c driver is based on various different sources:
9The vendor provided driver at the following URL:
10http://www.moschip.com/data/products/MCS7830/Driver_FreeBSD_7830.tar.gz
11
12Mixed together with the OpenBSD if_mos.c driver for validation and checking
13and 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
25Bugs and/or feedback are more than welcome! Please try to be verbose as
26possible.
27
28/Rick van der Zwet <info@rickvanderzwet.nl>
Note: See TracBrowser for help on using the repository browser.