EXPERIMENTAL Beta code, use with care. Active development. Status: It has been committed to HEAD (r218729). Target: Get it RELENG_8 to make it into release. == INTRO == The FreeBSD if_mos.c driver is based on various different sources: The vendor provided driver at the following URL: http://www.moschip.com/data/products/MCS7830/Driver_FreeBSD_7830.tar.gz Mixed together with the OpenBSD if_mos.c driver for validation and checking and the FreeBSD if_reu.c as reference for the USB Ethernet framework. == COMPILE & RUN == 1. Make sure you got the FreeBSD source (RELENG_8) checked out in /usr/src 2. make load 3. Driver ready for use (device found is ue0) = COMPILE & INSTALL == 1. Follow steps as above 2. make install Bugs and/or feedback are more than welcome! Please try to be verbose as possible. /Rick van der Zwet