Changeset 283 for freebsd-mos-driver
- Timestamp:
- Feb 16, 2011, 8:26:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
freebsd-mos-driver/README
r276 r283 1 1 EXPERIMENTAL Beta code, use with care. Active development. 2 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 == 3 8 The FreeBSD if_mos.c driver is based on various different sources: 4 9 The vendor provided driver at the following URL: … … 7 12 Mixed together with the OpenBSD if_mos.c driver for validation and checking 8 13 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 14 13 15 == COMPILE & RUN == … … 15 17 2. make load 16 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 TracChangeset
for help on using the changeset viewer.